[41952] trunk/dports/devel/physfs/Portfile

nox at macports.org nox at macports.org
Wed Nov 12 06:54:30 PST 2008


Revision: 41952
          http://trac.macports.org/changeset/41952
Author:   nox at macports.org
Date:     2008-11-12 06:54:29 -0800 (Wed, 12 Nov 2008)
Log Message:
-----------
physfs: Fixed livecheck.

Modified Paths:
--------------
    trunk/dports/devel/physfs/Portfile

Modified: trunk/dports/devel/physfs/Portfile
===================================================================
--- trunk/dports/devel/physfs/Portfile	2008-11-12 14:52:39 UTC (rev 41951)
+++ trunk/dports/devel/physfs/Portfile	2008-11-12 14:54:29 UTC (rev 41952)
@@ -15,12 +15,12 @@
     video games, and the design was somewhat inspired \
     by Quake 3's file subsystem.
 
-homepage         http://icculus.org/physfs/
-master_sites     ${homepage}downloads/
+homepage        http://icculus.org/physfs/
+master_sites    ${homepage}downloads/
 
-checksums        md5 d0bd118c6b55fb1e020fe982d6ec6957
+checksums       md5 d0bd118c6b55fb1e020fe982d6ec6957
 
-depends_lib      port:readline
+depends_lib     port:readline
 
 platform darwin 8 {
     configure.ldflags-append    "-lreadline"
@@ -29,3 +29,7 @@
 platform darwin 9 {
     configure.ldflags-append    "-lreadline"
 }
+
+livecheck.check regex
+livecheck.url   $master_sites
+livecheck.regex $name-(1\\.\[02468\](?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081112/ab626ea2/attachment.html>


More information about the macports-changes mailing list