[21369] trunk/dports/print/lcdf-typetools/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Jan 21 21:53:36 PST 2007


Revision: 21369
          http://trac.macosforge.org/projects/macports/changeset/21369
Author:   takanori at macports.org
Date:     2007-01-21 21:53:35 -0800 (Sun, 21 Jan 2007)

Log Message:
-----------
Version bump to 2.49.
Add support for livecheck.

Modified Paths:
--------------
    trunk/dports/print/lcdf-typetools/Portfile

Modified: trunk/dports/print/lcdf-typetools/Portfile
===================================================================
--- trunk/dports/print/lcdf-typetools/Portfile	2007-01-22 05:25:21 UTC (rev 21368)
+++ trunk/dports/print/lcdf-typetools/Portfile	2007-01-22 05:53:35 UTC (rev 21369)
@@ -2,7 +2,7 @@
 
 PortSystem	1.0
 name		lcdf-typetools
-version		2.48
+version		2.49
 categories	print tex
 maintainers	nomaintainer at macports.org
 description	Tools for manipulating fonts.
@@ -12,14 +12,14 @@
 platforms	darwin
 homepage	http://www.lcdf.org/type/
 master_sites	${homepage}
-checksums	md5 fe1a7553ed42d9d4a58a77ffe26393bc \
-		sha1 6da66d1da356a066c32b049769d592317e0cd3b6 \
-		rmd160 f1c2995d9fb1bdf0ca751331b1169c08abfd559d
+checksums	md5 de2e7eea519b00d3969be7b218e766fe \
+		sha1 7e51e844df57f3977a5e393e119111720332234c \
+		rmd160 612bd2b33e012219458601991522a41c7b345b95
 # In port:pTeX, libkpathsea is installed as a static library.
 depends_lib	path:${prefix}/include/kpathsea/kpathsea.h:teTeX
 
 configure.env	CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
-configure.args	--mandir=${prefix}/share/man
+configure.args	--mandir=${prefix}/share/man --with-kpathsea=${prefix}
 
 destroot.target	install-strip
 post-destroot	{
@@ -30,5 +30,9 @@
 
 variant without_kpathsea {
 	depends_lib-delete path:${prefix}/include/kpathsea/kpathsea.h:teTeX
+	configure.args-delete --with-kpathsea=${prefix}
 	configure.args-append --without-kpathsea
 }
+
+livecheck.check	regex
+livecheck.regex	${name}-(\[0-9.\]+)\\.tar

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070121/83f8714c/attachment.html


More information about the macports-changes mailing list