[148801] trunk/dports/tex/rubber/Portfile
dports at macports.org
dports at macports.org
Wed May 18 14:02:14 PDT 2016
Revision: 148801
https://trac.macports.org/changeset/148801
Author: dports at macports.org
Date: 2016-05-18 14:02:14 -0700 (Wed, 18 May 2016)
Log Message:
-----------
rubber: update to v1.4
Modified Paths:
--------------
trunk/dports/tex/rubber/Portfile
Modified: trunk/dports/tex/rubber/Portfile
===================================================================
--- trunk/dports/tex/rubber/Portfile 2016-05-18 20:08:20 UTC (rev 148800)
+++ trunk/dports/tex/rubber/Portfile 2016-05-18 21:02:14 UTC (rev 148801)
@@ -1,12 +1,13 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
+PortGroup python 1.0
name rubber
-version 1.1
-revision 8
+version 1.4
set branch [join [lrange [split ${version} .] 0 1] .]
-patchfiles patch-ab patch-ac patch-src_util.py.diff patch-spaces_in_path.diff
+#patchfiles patch-ab patch-ac patch-src_util.py.diff patch-spaces_in_path.diff
categories tex print
maintainers nomaintainer
license GPL-2
@@ -24,15 +25,14 @@
platforms darwin freebsd
homepage http://launchpad.net/rubber/
master_sites http://launchpad.net/rubber/trunk/${branch}/+download/
-checksums md5 8087cdb498f51f91c2427c7d0b253189
-depends_lib port:python27
+
+checksums rmd160 e76bbff8d0902ee4bc4b38ee5bc1f35b5498a427 \
+ sha256 824af6142a0e52804de2f80d571c0aade1d0297a7d359a5f1874acbb53c0f0b4
+
+python.default_version 27
+
depends_run bin:latex:texlive
-configure.args --mandir=${destroot}${prefix}/share/man \
- --infodir=${destroot}${prefix}/share/info \
- --python=${prefix}/bin/python2.7
-destroot.args prefix=${destroot}${prefix}
-
livecheck.type regex
livecheck.url http://launchpad.net/rubber/+download
livecheck.regex ${name}-(\\d+(?:\\.\\d+)+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160518/de17d2f9/attachment-0001.html>
More information about the macports-changes
mailing list