[60926] trunk/dports/www/redland/Portfile

rmsfisher at macports.org rmsfisher at macports.org
Sat Nov 28 10:17:28 PST 2009


Revision: 60926
          http://trac.macports.org/changeset/60926
Author:   rmsfisher at macports.org
Date:     2009-11-28 10:17:25 -0800 (Sat, 28 Nov 2009)
Log Message:
-----------
www/redland upgraded version, added livecheck

Modified Paths:
--------------
    trunk/dports/www/redland/Portfile

Modified: trunk/dports/www/redland/Portfile
===================================================================
--- trunk/dports/www/redland/Portfile	2009-11-28 18:13:05 UTC (rev 60925)
+++ trunk/dports/www/redland/Portfile	2009-11-28 18:17:25 UTC (rev 60926)
@@ -2,8 +2,7 @@
 
 PortSystem 1.0
 name                redland
-version             1.0.8
-revision            1
+version             1.0.9
 description         Redland RDF Library
 long_description    Redland is a set of free software libraries that provide \
                     support for the Resource Description Framework (RDF).
@@ -13,9 +12,9 @@
 homepage            http://librdf.org/
 master_sites        http://download.librdf.org/source/
 
-checksums           md5 ca66e26082cab8bb817185a116db809b \
-                    sha1 9501b95a2b668067e2dcb0ab3bdb59e0376144de \
-                    rmd160 c046aea89945e39e1917f833c35cb8dc272f3f65
+checksums           md5     e5ef0c29c55b4f0f5aeed7955b4d383b \
+                    sha1    74c9ce4b496095d404593a18af1d15de4904ae9b \
+                    rmd160  a3fc1b4c819ac06e1f5308e2c246c6b784796e0e
 
 depends_lib         port:curl \
                     port:libiconv \
@@ -90,4 +89,6 @@
     configure.args-delete --with-sqlite=no
     depends_lib-append port:sqlite3
 }
-
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091128/c00e6d0b/attachment.html>


More information about the macports-changes mailing list