[40412] trunk/dports/x11/pangomm/Portfile

jmr at macports.org jmr at macports.org
Tue Sep 30 17:53:38 PDT 2008


Revision: 40412
          http://trac.macports.org/changeset/40412
Author:   jmr at macports.org
Date:     2008-09-30 17:53:38 -0700 (Tue, 30 Sep 2008)
Log Message:
-----------
pangomm: add livecheck

Modified Paths:
--------------
    trunk/dports/x11/pangomm/Portfile

Modified: trunk/dports/x11/pangomm/Portfile
===================================================================
--- trunk/dports/x11/pangomm/Portfile	2008-10-01 00:50:42 UTC (rev 40411)
+++ trunk/dports/x11/pangomm/Portfile	2008-10-01 00:53:38 UTC (rev 40412)
@@ -5,6 +5,7 @@
 
 name            pangomm
 version         2.14.0
+set branch      [join [lrange [split ${version} .] 0 1] .]
 description     C++ interface to Pango.
 long_description    pangomm is the official \
                 C++ interface for the Pango text layout library.
@@ -12,10 +13,14 @@
 categories      x11 devel
 platforms       darwin
 homepage        http://www.gtkmm.org/
-master_sites    gnome:sources/${name}/[strsed ${version} {/\.[0-9]*$//}]
+master_sites    gnome:sources/${name}/${branch}/
 use_bzip2       yes
 checksums       md5 85be0a654ed521e5594f64efdb3fa7d8 \
                 sha1 da6acdc8b4dc404d6c5bde648ac7d0eb4620c1b1 \
                 rmd160 37025760687871b4f37a5f0de2ac642d65269220
 
 depends_lib     port:pango port:glibmm port:cairomm port:libsigcxx2
+
+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/20080930/d6cc10dd/attachment.html 


More information about the macports-changes mailing list