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

nox at macports.org nox at macports.org
Wed Jan 16 18:05:17 PST 2008


Revision: 33030
          http://trac.macosforge.org/projects/macports/changeset/33030
Author:   nox at macports.org
Date:     2008-01-16 18:05:15 -0800 (Wed, 16 Jan 2008)

Log Message:
-----------
startup-notification:
 * Added livecheck.
 * Added md5 and sha1 checksums.

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

Modified: trunk/dports/gnome/startup-notification/Portfile
===================================================================
--- trunk/dports/gnome/startup-notification/Portfile	2008-01-17 01:58:35 UTC (rev 33029)
+++ trunk/dports/gnome/startup-notification/Portfile	2008-01-17 02:05:15 UTC (rev 33030)
@@ -4,6 +4,7 @@
 
 name            startup-notification
 version         0.8
+set branch      [join [lrange [split ${version} .] 0 1] .]
 maintainers     nomaintainer
 categories      gnome
 platforms       darwin 
@@ -15,11 +16,17 @@
     at www.freedesktop.org.
 
 homepage        http://www.gnome.org/
-master_sites    gnome:sources/startup-notification/0.8/
+master_sites    gnome:sources/${name}/${branch}/
 use_bzip2       yes
 
-checksums       rmd160 23e0b3f05e68a8ac8d085ac63b26377949578674
+checksums       md5 d9b2e9fba18843314ae42334ceb4336d \
+                sha1 d2b5698b6209b5172d17222a3117db6447d7cdf1 \
+                rmd160 23e0b3f05e68a8ac8d085ac63b26377949578674
 
 configure.args  --mandir=${prefix}/share/man
 
-configure.cppflags-append   "-L${prefix}/lib"
+configure.cppflags-append   -L${prefix}/lib
+
+livecheck.check regex
+livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
+livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080116/f0ed3c93/attachment.html


More information about the macports-changes mailing list