Changeset 18688 for trunk/dports


Ignore:
Timestamp:
Jul 22, 2006, 9:21:34 AM (18 years ago)
Author:
rhwood
Message:

Bug: NONE
Submitted by: rhwood@
Reviewed by:
Approved by:
Obtained from:

Revision bump - upgrading this port will install port agave after uninstalling this port

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/gnome/colorscheme/Portfile

    r18321 r18688  
    1 # $Id: Portfile,v 1.1 2006/06/10 10:03:46 rhwood Exp $
     1# $Id: Portfile,v 1.2 2006/07/22 09:21:34 rhwood Exp $
    22
    33PortSystem      1.0
    44name            colorscheme
    55version         0.3.91
     6revision        1
    67categories      gnome
    78maintainers     rhwood@opendarwin.org
    8 description     Generate a variety of colorschemes from a single starting color.
     9description     This port has been made obsolete by the agave port.
    910long_description        \
    10         GNOME Colorscheme is a very simple application for the GNOME desktop \
    11         that allows you to generate a variety of colorschemes from a single \
    12         starting color. It is free software licensed under the open-source \
    13         GPL License.
     11        This port has been made obsolete by the agave port.
    1412homepage        http://home.gna.org/colorscheme
    15 master_sites    http://download.gna.org/colorscheme/releases
    16 checksums       md5 6474ecbc372b5bfaf15b0083a48102e3
    17 use_bzip2       yes
    18 depends_lib     port:gnome-bindings-cxx port:boost
    19 patchfiles      src_core_compat-round.cc.patch
    20 configure.env   \
    21                 CPPFLAGS="-L${prefix}/lib -I${prefix}/include"
    22 #               CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"
     13fetch           {
     14        ui_msg  ""
     15        ui_msg  "Port colorscheme has been superseded by port agave."
     16        ui_msg  "agave will be installed after removing colorscheme."
     17        ui_msg  ""
     18}
     19checksum        {}
     20configure       {}
     21build           {}
     22destroot        {}
     23archive         {}
     24install         {
     25        ui_msg  "Removing colorscheme"
     26        system  "port -f uninstall colorscheme"
     27        ui_msg  "Installing agave"
     28        system  "port install agave"
     29        ui_msg  "Port agave has been installed."
     30}
     31activate        {}
Note: See TracChangeset for help on using the changeset viewer.