[92521] users/g5pw/dports/devel/simulavr/Portfile

g5pw at macports.org g5pw at macports.org
Mon Apr 30 12:12:12 PDT 2012


Revision: 92521
          https://trac.macports.org/changeset/92521
Author:   g5pw at macports.org
Date:     2012-04-30 12:12:12 -0700 (Mon, 30 Apr 2012)
Log Message:
-----------
devel/simulavr:
Incorporated fixes suggested by Ryan, added livecheck.

Modified Paths:
--------------
    users/g5pw/dports/devel/simulavr/Portfile

Modified: users/g5pw/dports/devel/simulavr/Portfile
===================================================================
--- users/g5pw/dports/devel/simulavr/Portfile	2012-04-30 19:11:14 UTC (rev 92520)
+++ users/g5pw/dports/devel/simulavr/Portfile	2012-04-30 19:12:12 UTC (rev 92521)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem		1.0
@@ -20,17 +21,19 @@
 platforms		darwin
 
 homepage		http://www.nongnu.org/simulavr/
-master_sites		http://download.savannah.nongnu.org/releases/simulavr/
+master_sites	http://download.savannah.nongnu.org/releases/simulavr/
 
 checksums		rmd160  0e9eb32f398943449b564e919765348c32f4c600 \
-			sha256  39d93faa3eeae2bee15f682dd6a48fb4d4366addd12a2abebb04c99f87809be7
-configure.args-append	--with-bfd=/opt/local/x86_64-apple-darwin11/avr/
+                sha256  39d93faa3eeae2bee15f682dd6a48fb4d4366addd12a2abebb04c99f87809be7
+
+configure.args-append	--with-bfd=${prefix}/x86_64-apple-darwin11/avr/
+
 variant python description {Add python support} {
 	configure.args-append	--enable-python
 }
 
 variant tcl description {Enable TCL support} {
-	configure.args-append	--with-tclconfig=/opt/local/lib/tcl8.4
+	configure.args-append	--with-tclconfig=${prefix}/lib/tcl8.4
 }
 
 variant doc description {Include documentation} {
@@ -40,3 +43,6 @@
 variant verilog description {Add verilog support} {
 	configure.args-append	--enable-verilog
 }
+
+livecheck.type      regex
+livecheck.regex     "${name}-(\[0-9\\.\]*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120430/fb1aaa81/attachment.html>


More information about the macports-changes mailing list