[43463] trunk/dports/math/metis/Portfile

jmr at macports.org jmr at macports.org
Wed Dec 10 16:34:13 PST 2008


Revision: 43463
          http://trac.macports.org/changeset/43463
Author:   jmr at macports.org
Date:     2008-12-10 16:34:13 -0800 (Wed, 10 Dec 2008)
Log Message:
-----------
metis: don't use both 'use_configure no' and 'post-configure', and fix livecheck

Modified Paths:
--------------
    trunk/dports/math/metis/Portfile

Modified: trunk/dports/math/metis/Portfile
===================================================================
--- trunk/dports/math/metis/Portfile	2008-12-10 23:51:55 UTC (rev 43462)
+++ trunk/dports/math/metis/Portfile	2008-12-11 00:34:13 UTC (rev 43463)
@@ -19,11 +19,9 @@
 master_sites		http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/ freebsd
 checksums		sha1 580568308e1fa40e5a7a77cacbf27f865d6c01af
 
-use_configure	no
-
 build.target
 
-post-configure {
+configure {
 	# ensure that the correct compiler is used
 	reinplace "s|CC = .*|CC = ${configure.cc}|" ${worksrcpath}/Makefile.in
 }
@@ -44,3 +42,7 @@
 	xinstall -m 644 ${worksrcpath}/Doc/manual.ps \
 		${destroot}${prefix}/share/doc/${name}
 }
+
+livecheck.check regex
+livecheck.url   http://glaros.dtc.umn.edu/gkhome/metis/metis/download
+livecheck.regex {metis-([0-9.]+)\.tar\.gz}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081210/768cc36d/attachment.html>


More information about the macports-changes mailing list