[66023] trunk/dports/devel/gauche-readline/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Apr 4 20:44:36 PDT 2010


Revision: 66023
          http://trac.macports.org/changeset/66023
Author:   ryandesign at macports.org
Date:     2010-04-04 20:44:35 -0700 (Sun, 04 Apr 2010)
Log Message:
-----------
gauche-readline: fix livecheck

Modified Paths:
--------------
    trunk/dports/devel/gauche-readline/Portfile

Modified: trunk/dports/devel/gauche-readline/Portfile
===================================================================
--- trunk/dports/devel/gauche-readline/Portfile	2010-04-05 03:42:49 UTC (rev 66022)
+++ trunk/dports/devel/gauche-readline/Portfile	2010-04-05 03:44:35 UTC (rev 66023)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 
 name			gauche-readline
+set my_name		readline
 version			0.1
 revision		1
 categories		devel scheme
@@ -13,7 +14,7 @@
 
 homepage		http://www.shiro.dreamhost.com/scheme/gauche/packages.html
 master_sites	http://www.shiro.dreamhost.com/scheme/vault/
-distname		readline-${version}
+distname		${my_name}-${version}
 extract.suffix	.tgz
 checksums		sha1 ab96806c9f824feb083c0e44a93f46b6087cc791
 patchfiles		patch-Makefile.diff
@@ -23,3 +24,5 @@
 
 use_configure	no
 
+livecheck.type	regex
+livecheck.regex	${my_name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100404/db7dc8cc/attachment.html>


More information about the macports-changes mailing list