Changeset 82727
- Timestamp:
- 08/19/11 07:31:00 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/sysutils/macports-notifier/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/sysutils/macports-notifier/Portfile
r82726 r82727 2 2 # $Id$ 3 3 4 PortSystem 1.05 PortGroup xcode 1.04 PortSystem 1.0 5 PortGroup xcode 1.0 6 6 7 7 name macports-notifier … … 9 9 categories sysutils aqua macports 10 10 maintainers nomaintainer 11 11 12 description A menubar notifier for MacPorts. 12 long_description \ 13 MacPorts Notifier is a menubar notifier for MacPorts. It works like \ 14 the Gmail notifier, updating the port teee automatically and notifying \ the user if any ports are outdated. 13 14 long_description MacPorts Notifier is a menubar notifier for MacPorts. \ 15 It works like the Gmail notifier, updating the port \ 16 tree automatically and notifying the user if any \ 17 ports are outdated. 15 18 16 19 homepage http://portsnotifier.googlecode.com/ 17 20 master_sites googlecode:portsnotifier 18 checksums md5 06b1d3e87b38c14f784d7c5ca747fcbe \ 19 sha1 d9fe71ec593ad1ea2a7b0850a234446bfd6c3c34 21 22 checksums md5 06b1d3e87b38c14f784d7c5ca747fcbe \ 23 sha1 d9fe71ec593ad1ea2a7b0850a234446bfd6c3c34 20 24 21 25 worksrcdir portsnotifier 22 26 23 patch {24 reinplace "s|/opt/local|${prefix}|g" ${worksrcpath}/PNDefines.h \25 ${worksrcpath}/net.sourceforge.portsnotifier.plist \26 ${worksrcpath}/PNPortWrapper.m \27 ${worksrcpath}/PortsHelper.c27 patch { 28 reinplace "s|/opt/local|${prefix}|g" ${worksrcpath}/PNDefines.h \ 29 ${worksrcpath}/net.sourceforge.portsnotifier.plist \ 30 ${worksrcpath}/PNPortWrapper.m \ 31 ${worksrcpath}/PortsHelper.c 28 32 } 29 33 … … 31 35 xcode.configuration Release 32 36 33 post-destroot {34 move ${destroot}${applications_dir}/macports-sync-agent ${destroot}${prefix}/bin37 post-destroot { 38 move ${destroot}${applications_dir}/macports-sync-agent ${destroot}${prefix}/bin 35 39 }
Note: See TracChangeset
for help on using the changeset viewer.

