[108173] trunk/dports

devans at macports.org devans at macports.org
Sun Jul 14 23:48:35 PDT 2013


Revision: 108173
          https://trac.macports.org/changeset/108173
Author:   devans at macports.org
Date:     2013-07-14 23:48:35 -0700 (Sun, 14 Jul 2013)
Log Message:
-----------
gnome ports: use gnome livecheck type.

Modified Paths:
--------------
    trunk/dports/devel/libidl/Portfile
    trunk/dports/devel/libsigcxx2/Portfile
    trunk/dports/textproc/libxml/Portfile
    trunk/dports/textproc/libxmlxx/Portfile
    trunk/dports/textproc/libxmlxx2/Portfile
    trunk/dports/textproc/rarian/Portfile

Modified: trunk/dports/devel/libidl/Portfile
===================================================================
--- trunk/dports/devel/libidl/Portfile	2013-07-15 06:40:49 UTC (rev 108172)
+++ trunk/dports/devel/libidl/Portfile	2013-07-15 06:48:35 UTC (rev 108173)
@@ -66,6 +66,4 @@
         ${docdir}
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${my_name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome

Modified: trunk/dports/devel/libsigcxx2/Portfile
===================================================================
--- trunk/dports/devel/libsigcxx2/Portfile	2013-07-15 06:40:49 UTC (rev 108172)
+++ trunk/dports/devel/libsigcxx2/Portfile	2013-07-15 06:48:35 UTC (rev 108173)
@@ -47,6 +47,5 @@
 variant doc description {Install extra documentation} {
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/GNOME/sources/${my_name}/${branch}/?C=M&O=D
-livecheck.regex {libsigc\+\+-(\d+(?:\.\d+)*)}
+livecheck.type  gnome
+livecheck.name  ${my_name}

Modified: trunk/dports/textproc/libxml/Portfile
===================================================================
--- trunk/dports/textproc/libxml/Portfile	2013-07-15 06:40:49 UTC (rev 108172)
+++ trunk/dports/textproc/libxml/Portfile	2013-07-15 06:48:35 UTC (rev 108173)
@@ -31,6 +31,5 @@
 
 configure.args  --disable-static
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+livecheck.type  gnome
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)"

Modified: trunk/dports/textproc/libxmlxx/Portfile
===================================================================
--- trunk/dports/textproc/libxmlxx/Portfile	2013-07-15 06:40:49 UTC (rev 108172)
+++ trunk/dports/textproc/libxmlxx/Portfile	2013-07-15 06:48:35 UTC (rev 108173)
@@ -1,7 +1,9 @@
 # $Id$
 
 PortSystem 1.0
+
 name		libxmlxx
+set gname	libxml++
 version		1.0.5
 categories	textproc
 maintainers	nomaintainer
@@ -14,11 +16,16 @@
 	has a simple but complete API.
 homepage	http://libxmlplusplus.sourceforge.net/
 platforms	darwin
-master_sites	gnome:sources/libxml++/1.0 freebsd
+master_sites	gnome:sources/${gname}/1.0 freebsd
 use_bzip2	yes
-distname	libxml++-${version}
+distname	${gname}-${version}
 checksums	sha1 e90e66beff0af2e2f2a320ffbf8f4c1a3790bc44
 # deliberately don't match panther's libxml2.2 (we need 2.5.8+)
 depends_lib     port:libxml2 port:zlib port:libiconv
 depends_build   bin:pkg-config:pkgconfig
 configure.args  --infodir=${prefix}/share/info --mandir=${prefix}/share/man
+
+livecheck.type	gnome
+livecheck.name  ${gname}
+livecheck.regex {LATEST-IS-(1\.\d*[02468](?:\.\d+)*)}
+

Modified: trunk/dports/textproc/libxmlxx2/Portfile
===================================================================
--- trunk/dports/textproc/libxmlxx2/Portfile	2013-07-15 06:40:49 UTC (rev 108172)
+++ trunk/dports/textproc/libxmlxx2/Portfile	2013-07-15 06:48:35 UTC (rev 108173)
@@ -31,6 +31,5 @@
 depends_lib     port:libxml2 \
                 port:glibmm
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${gname}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome
+livecheck.name  ${gname}

Modified: trunk/dports/textproc/rarian/Portfile
===================================================================
--- trunk/dports/textproc/rarian/Portfile	2013-07-15 06:40:49 UTC (rev 108172)
+++ trunk/dports/textproc/rarian/Portfile	2013-07-15 06:48:35 UTC (rev 108173)
@@ -33,6 +33,4 @@
     configure.compiler apple-gcc-4.2
 }
 
-livecheck.type  regex
-livecheck.url   ${homepage}
-livecheck.regex "${name}-(\[0-9\\.\]+)\\${extract.suffix}"
+livecheck.type  gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130714/22791f3d/attachment.html>


More information about the macports-changes mailing list