[88495] trunk/dports/tex/rubber/Portfile
raimue at macports.org
raimue at macports.org
Tue Jan 3 05:40:11 PST 2012
Revision: 88495
http://trac.macports.org/changeset/88495
Author: raimue at macports.org
Date: 2012-01-03 05:40:06 -0800 (Tue, 03 Jan 2012)
Log Message:
-----------
tex/rubber:
Update homepage, master_sites and livecheck
Switch to +python27 as default variant
Modified Paths:
--------------
trunk/dports/tex/rubber/Portfile
Modified: trunk/dports/tex/rubber/Portfile
===================================================================
--- trunk/dports/tex/rubber/Portfile 2012-01-03 11:48:48 UTC (rev 88494)
+++ trunk/dports/tex/rubber/Portfile 2012-01-03 13:40:06 UTC (rev 88495)
@@ -5,6 +5,7 @@
name rubber
version 1.1
revision 6
+set branch [join [lrange [split ${version} .] 0 1] .]
patchfiles patch-ab patch-ac patch-src_util.py.diff patch-spaces_in_path.diff
categories tex print
maintainers nomaintainer
@@ -21,8 +22,8 @@
various formats and Metapost compilation).
platforms darwin freebsd
-homepage http://rubber.sourceforge.net/
-master_sites http://ebeffara.free.fr/pub/
+homepage http://launchpad.net/rubber/
+master_sites http://launchpad.net/rubber/trunk/${branch}/+download/
checksums md5 8087cdb498f51f91c2427c7d0b253189
depends_run bin:latex:texlive
@@ -51,5 +52,9 @@
}
if {![variant_isset python24] && ![variant_isset python25] && ![variant_isset python26] && ![variant_isset python27]} {
- default_variants +python26
+ default_variants +python27
}
+
+livecheck.type regex
+livecheck.url http://launchpad.net/rubber/+download
+livecheck.regex ${name}-(\\d+(?:\\.\\d+)+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120103/5032055e/attachment.html>
More information about the macports-changes
mailing list