[65794] trunk/dports/graphics/ftgl/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Mar 31 19:02:24 PDT 2010


Revision: 65794
          http://trac.macports.org/changeset/65794
Author:   ryandesign at macports.org
Date:     2010-03-31 19:02:22 -0700 (Wed, 31 Mar 2010)
Log Message:
-----------
ftgl: fix livecheck

Modified Paths:
--------------
    trunk/dports/graphics/ftgl/Portfile

Modified: trunk/dports/graphics/ftgl/Portfile
===================================================================
--- trunk/dports/graphics/ftgl/Portfile	2010-04-01 00:24:20 UTC (rev 65793)
+++ trunk/dports/graphics/ftgl/Portfile	2010-04-01 02:02:22 UTC (rev 65794)
@@ -5,6 +5,7 @@
 
 name		ftgl
 version		2.1.3-rc5
+set my_version	[strsed ${version} g/-/~/]
 platforms	darwin
 categories	graphics
 maintainers		krugazor at free.fr
@@ -24,7 +25,7 @@
 depends_build		bin:doxygen:doxygen \
 			port:gsed
 
-worksrcdir		${name}-2.1.3~rc5
+worksrcdir		${name}-${my_version}
 
 patchfiles		patch-docs-Makefile.in.diff
 
@@ -33,4 +34,5 @@
 # Skip building the example program by failing to find GLUT
 configure.args		--with-glut-inc=/dev/null --with-glut-lib=/dev/null
 
-#livecheck.distname	FTGL Source
+livecheck.version	${my_version}
+livecheck.distname	FTGL Source
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100331/bf023858/attachment-0001.html>


More information about the macports-changes mailing list