[28707] trunk/dports

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 7 14:29:59 PDT 2007


Revision: 28707
          http://trac.macosforge.org/projects/macports/changeset/28707
Author:   sfiera at macports.org
Date:     2007-09-07 14:29:59 -0700 (Fri, 07 Sep 2007)

Log Message:
-----------
Livecheck fixes

Modified Paths:
--------------
    trunk/dports/audio/mpd-devel/Portfile
    trunk/dports/audio/scmpc/Portfile
    trunk/dports/devel/gnutls/Portfile
    trunk/dports/devel/libtasn1/Portfile
    trunk/dports/devel/opencdk/Portfile
    trunk/dports/games/bastet/Portfile
    trunk/dports/sysutils/kernel-tools/Portfile

Modified: trunk/dports/audio/mpd-devel/Portfile
===================================================================
--- trunk/dports/audio/mpd-devel/Portfile	2007-09-07 21:08:32 UTC (rev 28706)
+++ trunk/dports/audio/mpd-devel/Portfile	2007-09-07 21:29:59 UTC (rev 28707)
@@ -64,3 +64,6 @@
     kern.sysv.shmall in /etc/rc."
 }
 
+# I could pull the most recent revision number, but I don't know of a way to
+# munge the retrieved value with the defined version number above
+livecheck.check none

Modified: trunk/dports/audio/scmpc/Portfile
===================================================================
--- trunk/dports/audio/scmpc/Portfile	2007-09-07 21:08:32 UTC (rev 28706)
+++ trunk/dports/audio/scmpc/Portfile	2007-09-07 21:29:59 UTC (rev 28707)
@@ -11,7 +11,7 @@
 long_description \
     scmpc is a client for MPD which submits your tracks to Audioscrobbler.
 
-homepage        http://scmpc.berlios.de/
+homepage        http://${name}.berlios.de/
 platforms       darwin
 master_sites    http://download.berlios.de/${name} \
                 http://download2.berlios.de/${name}
@@ -33,3 +33,7 @@
     ui_msg "*** using, and make sure that scmpc is taking up a reasonable amount of cpu"
     ui_msg "*** and otherwise behaving properly before you leave it on overnight!"
 }
+
+livecheck.check regex
+livecheck.url   http://developer.berlios.de/projects/${name}
+livecheck.regex {(\d+\.\d+\.\d+)}

Modified: trunk/dports/devel/gnutls/Portfile
===================================================================
--- trunk/dports/devel/gnutls/Portfile	2007-09-07 21:08:32 UTC (rev 28706)
+++ trunk/dports/devel/gnutls/Portfile	2007-09-07 21:29:59 UTC (rev 28707)
@@ -40,4 +40,4 @@
 
 livecheck.check regex
 livecheck.url   http://www.gnu.org/software/gnutls/releases/?C=N\;O=D
-livecheck.regex {${name}-(\\d+\\.[02468]+\\.\\d+)}
+livecheck.regex {${name}-(\d+\.[02468]+\.\d+)}

Modified: trunk/dports/devel/libtasn1/Portfile
===================================================================
--- trunk/dports/devel/libtasn1/Portfile	2007-09-07 21:08:32 UTC (rev 28706)
+++ trunk/dports/devel/libtasn1/Portfile	2007-09-07 21:29:59 UTC (rev 28707)
@@ -15,8 +15,8 @@
     The libtasn1 library was developed for ASN1 (Abstract Syntax Notifcation \
     One) structures management.
 
-master_sites    http://www.gnu.org/software/gnutls/releases/libtasn1/ \
-                http://josefsson.org/gnutls/releases/libtasn1/
+master_sites    http://www.gnu.org/software/gnutls/releases/${name}/ \
+                http://josefsson.org/gnutls/releases/${name}/
 
 checksums       md5 01e23a6b48a762ce88f178267dbb1458 \
                 sha1 952173c518c09438d6a0c975d173977cc651911e \
@@ -27,5 +27,5 @@
                 --mandir=${prefix}/share/man
 
 livecheck.check regex
-livecheck.url   http://www.gnu.org/software/gnutls/releases/libtasn1/?N=D
-livecheck.regex ${name}-(\\d+\\.\\d+\\.\\d+)
+livecheck.url   http://www.gnu.org/software/gnutls/releases/${name}/?C=N\;O=D
+livecheck.regex {${name}-(\d+\.\d+\.\d+)}

Modified: trunk/dports/devel/opencdk/Portfile
===================================================================
--- trunk/dports/devel/opencdk/Portfile	2007-09-07 21:08:32 UTC (rev 28706)
+++ trunk/dports/devel/opencdk/Portfile	2007-09-07 21:29:59 UTC (rev 28707)
@@ -23,5 +23,5 @@
 depends_lib     port:libgcrypt
 
 livecheck.check regex
-livecheck.url   http://www.gnu.org/software/gnutls/releases/opencdk/?N=D
-livecheck.regex ${name}-(\\d+\\.\\d+\\.\\d+)
+livecheck.url   http://www.gnu.org/software/gnutls/releases/${name}/?C=N\;O=D
+livecheck.regex {${name}-(\d+\.\d+\.\d+)}

Modified: trunk/dports/games/bastet/Portfile
===================================================================
--- trunk/dports/games/bastet/Portfile	2007-09-07 21:08:32 UTC (rev 28706)
+++ trunk/dports/games/bastet/Portfile	2007-09-07 21:29:59 UTC (rev 28707)
@@ -43,3 +43,7 @@
   xinstall -m 644 -W ${worksrcpath} AUTHORS BUGS COPYING NEWS README \
     README-Petris TODO ${destroot}${prefix}/share/doc/${name}
 }
+
+livecheck.check regex
+livecheck.url   ${homepage}
+livecheck.regex {version (\d+\.\d+)}

Modified: trunk/dports/sysutils/kernel-tools/Portfile
===================================================================
--- trunk/dports/sysutils/kernel-tools/Portfile	2007-09-07 21:08:32 UTC (rev 28706)
+++ trunk/dports/sysutils/kernel-tools/Portfile	2007-09-07 21:29:59 UTC (rev 28707)
@@ -47,3 +47,5 @@
     }
   }
 }
+
+livecheck.check none

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


More information about the macports-changes mailing list