Changeset 15439 for trunk/dports


Ignore:
Timestamp:
Dec 12, 2005, 5:30:14 AM (18 years ago)
Author:
jmpp
Message:

Submitted by: jmpp@

Portfile:

General improvements to the long_description so we can reinplace it better on
the pkg target to display more accurate OS info. Improve Darwin version reinplace.

ReadMe.rtf:

Note "Port Authority" may not be installed on the local drive (provide the URL
where it can be downloaded from), as it is a separate install. Now there's a
disclaimer clearly stating "Port Authority" is a third party product and not
officiall supported by the DarwinPorts project.

Location:
trunk/dports/sysutils/darwinports
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/sysutils/darwinports/Portfile

    r15319 r15439  
    1 # $Id: Portfile,v 1.13 2005/12/06 05:56:03 jmpp Exp $
     1# $Id: Portfile,v 1.14 2005/12/12 05:30:14 jmpp Exp $
    22
    33PortSystem              1.0
     
    1111
    1212description             The DarwinPorts Infrastructure
    13 long_description        DarwinPorts provides the infrastructure that allows easy installation \
    14                         of freely available software on a Mac OS X 10.3 (Darwin 7) or newer system.
     13long_description        DarwinPorts provides the infrastructure that allows easy installation and management \
     14                        of freely available software on Mac OS X 10.3 (Darwin 7) or newer systems.
    1515
    1616homepage                http://www.darwinports.org
     
    138138                  set resources ${workpath}/${name}-${version}.pkg/Contents/Resources/
    139139                  reinplace "s|__XVERS__|10.3|" ${resources}/ReadMe.rtf
    140                   reinplace "s|__DVERS__|7.0|" ${resources}/ReadMe.rtf
     140                  reinplace "s|__DVERS__|7|" ${resources}/ReadMe.rtf
     141                  reinplace "s|or newer ||" ${resources}/Welcome.html
    141142         }
    142143}
     
    146147                  set resources ${workpath}/${name}-${version}.pkg/Contents/Resources/
    147148                  reinplace "s|__XVERS__|10.4|" ${resources}/ReadMe.rtf
    148                   reinplace "s|__DVERS__|8.0|" ${resources}/ReadMe.rtf
     149                  reinplace "s|__DVERS__|8|" ${resources}/ReadMe.rtf
     150                  reinplace "s|or newer ||" ${resources}/Welcome.html
    149151         }
    150152}
Note: See TracChangeset for help on using the changeset viewer.