[60286] trunk/dports/sysutils/macports-notifier/Portfile

jmr at macports.org jmr at macports.org
Sun Nov 8 01:22:23 PST 2009


Revision: 60286
          http://trac.macports.org/changeset/60286
Author:   jmr at macports.org
Date:     2009-11-08 01:22:20 -0800 (Sun, 08 Nov 2009)
Log Message:
-----------
macports-notifier: update to 0.1.2 (fixes #22414)

Modified Paths:
--------------
    trunk/dports/sysutils/macports-notifier/Portfile

Modified: trunk/dports/sysutils/macports-notifier/Portfile
===================================================================
--- trunk/dports/sysutils/macports-notifier/Portfile	2009-11-08 09:17:45 UTC (rev 60285)
+++ trunk/dports/sysutils/macports-notifier/Portfile	2009-11-08 09:22:20 UTC (rev 60286)
@@ -5,7 +5,7 @@
 PortGroup xcode 1.0
 
 name                    macports-notifier
-version                 0.1
+version                 0.1.2
 categories              sysutils aqua macports
 maintainers             nomaintainer
 description             A menubar notifier for MacPorts.
@@ -13,27 +13,22 @@
 	MacPorts Notifier is a menubar notifier for MacPorts. It works like \
 	the Gmail notifier, updating the port teee automatically and notifying \	the user if any ports are outdated.
 homepage                http://portsnotifier.sourceforge.net
-#master_sites
-#distname               ${name}
-#checksums              md5 c586fd603d9978b306aee428ea39e329
-platforms               macosx
+master_sites            googlecode:portsnotifier
+checksums               md5 06b1d3e87b38c14f784d7c5ca747fcbe \
+                        sha1 d9fe71ec593ad1ea2a7b0850a234446bfd6c3c34
 
-fetch.type              svn
-svn.url                 http://portsnotifier.googlecode.com/svn/trunk/
+worksrcdir              portsnotifier
 
-worksrcdir              trunk
-
-use_configure	yes
-configure	{
-	reinplace "s|/opt/local|${prefix}|g" ${worksrcpath}/PNDefines.h
-	reinplace "s|/opt/local|${prefix}|g" ${worksrcpath}/net.sourceforge.portsnotifier.plist
+patch	{
+	reinplace "s|/opt/local|${prefix}|g" ${worksrcpath}/PNDefines.h \
+	                                     ${worksrcpath}/net.sourceforge.portsnotifier.plist \
+	                                     ${worksrcpath}/PNPortWrapper.m \
+	                                     ${worksrcpath}/PortsHelper.c
 }
 
 xcode.target            PortsNotifier
 xcode.configuration     Release
 
 post-destroot	{
-	xinstall -d ${destroot}${prefix}/bin
-	xinstall -c ${worksrcpath}/build/macports-sync-agent ${destroot}${prefix}/bin
-	file delete ${destroot}/Applications/MacPorts/macports-sync-agent
+	move ${destroot}${applications_dir}/macports-sync-agent ${destroot}${prefix}/bin
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091108/a6397cb2/attachment.html>


More information about the macports-changes mailing list