[98887] trunk/dports/x11/xcircuit/Portfile
ryandesign at macports.org
ryandesign at macports.org
Fri Oct 19 15:33:00 PDT 2012
Revision: 98887
http://trac.macports.org//changeset/98887
Author: ryandesign at macports.org
Date: 2012-10-19 15:33:00 -0700 (Fri, 19 Oct 2012)
Log Message:
-----------
xcircuit: adjust homepage and master_sites; fix livecheck
Modified Paths:
--------------
trunk/dports/x11/xcircuit/Portfile
Modified: trunk/dports/x11/xcircuit/Portfile
===================================================================
--- trunk/dports/x11/xcircuit/Portfile 2012-10-19 22:23:58 UTC (rev 98886)
+++ trunk/dports/x11/xcircuit/Portfile 2012-10-19 22:33:00 UTC (rev 98887)
@@ -4,6 +4,7 @@
name xcircuit
version 3.7.39
+set branch [join [lrange [split ${version} .] 0 1] .]
revision 1
categories x11 cad
maintainers nomaintainer
@@ -19,9 +20,11 @@
XCircuit does not separate artistic expression from \
circuit drawing\; it maintains flexiblity in style without \
compromising the power of schematic capture.
-homepage http://opencircuitdesign.com/${name}
+
platforms darwin
-master_sites ${homepage}/archive/
+
+homepage http://opencircuitdesign.com/xcircuit/
+master_sites ${homepage}archive/
extract.suffix .tgz
checksums rmd160 38fa6ba7ea756aa1938f795d52bcb83138cbd2a7 \
sha256 e351dfe0ab8f55b78e4db41ade03b8f27059d01d620d44b6353ad223d84e1af3
@@ -41,3 +44,7 @@
# configure.in ships with a later mod time than aclocal.m4
touch ${worksrcpath}/aclocal.m4 ${worksrcpath}/Makefile.in ${worksrcpath}/configure
}
+
+livecheck.type regex
+livecheck.url [lindex ${master_sites} 0]
+livecheck.regex xcircuit-(${branch}\\.\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121019/07db831b/attachment.html>
More information about the macports-changes
mailing list