[56901] trunk/dports/gnome/startup-notification/Portfile

snc at macports.org snc at macports.org
Thu Sep 3 05:17:34 PDT 2009


Revision: 56901
          http://trac.macports.org/changeset/56901
Author:   snc at macports.org
Date:     2009-09-03 05:17:31 -0700 (Thu, 03 Sep 2009)
Log Message:
-----------
update version via diff, ticket #21038. remove duplicate depends_build from dependency tree

Modified Paths:
--------------
    trunk/dports/gnome/startup-notification/Portfile

Modified: trunk/dports/gnome/startup-notification/Portfile
===================================================================
--- trunk/dports/gnome/startup-notification/Portfile	2009-09-03 12:11:45 UTC (rev 56900)
+++ trunk/dports/gnome/startup-notification/Portfile	2009-09-03 12:17:31 UTC (rev 56901)
@@ -3,10 +3,9 @@
 PortSystem      1.0
 
 name            startup-notification
-version         0.9
-revision        1
+version         0.10
 set branch      [join [lrange [split ${version} .] 0 1] .]
-maintainers     nomaintainer
+maintainers     kpricorn.org:macports openmaintainer
 categories      gnome
 platforms       darwin
 description     Library that supports startup notification specs.
@@ -16,26 +15,21 @@
     supports the startup notification spec described \
     at www.freedesktop.org.
 
-homepage        http://www.gnome.org/
-master_sites    gnome:sources/${name}/${branch}/
-use_bzip2       yes
+homepage        http://www.freedesktop.org/wiki/Software/startup-notification
+master_sites    http://www.freedesktop.org/software/startup-notification/releases/
 
-checksums       md5 624b42f1fac5a12c543a079e2cd3b366 \
-                sha1 2c09f43247683d1e4a16b2f8d1e236b57eafae68 \
-                rmd160 b9c26d40a8b9cce8e13c729fb77720d4fdcc6de1
+checksums       md5 bca0ed1c74bc4e483ea2ed12a5717354 \
+                sha1 670c5e44f59e3844e2ca0c67730ba9ca5f5228fc
 
-depends_build \
-	port:autoconf \
-	port:automake \
-	port:libtool
-
 depends_lib \
 	port:xorg-libsm \
-	port:xorg-libX11
+	port:xorg-libX11 \
+	port:xorg-libxcb \
+	port:xcb \
+	port:xorg-xcb-proto
 
 use_autoreconf yes
-autoreconf.args -fvi
 
-livecheck.check regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
+livecheck.type  regex
+livecheck.url   http://www.freedesktop.org/software/startup-notification/releases/
 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090903/7e01fc1f/attachment.html>


More information about the macports-changes mailing list