[34884] trunk/dports/textproc/lhs2tex/Portfile

gwright at macports.org gwright at macports.org
Mon Mar 10 06:29:23 PDT 2008


Revision: 34884
          http://trac.macosforge.org/projects/macports/changeset/34884
Author:   gwright at macports.org
Date:     2008-03-10 06:29:22 -0700 (Mon, 10 Mar 2008)

Log Message:
-----------
Version bump to 1.13, and change TeX dependency to TeXLive.

Modified Paths:
--------------
    trunk/dports/textproc/lhs2tex/Portfile

Modified: trunk/dports/textproc/lhs2tex/Portfile
===================================================================
--- trunk/dports/textproc/lhs2tex/Portfile	2008-03-10 13:11:22 UTC (rev 34883)
+++ trunk/dports/textproc/lhs2tex/Portfile	2008-03-10 13:29:22 UTC (rev 34884)
@@ -2,8 +2,7 @@
 
 PortSystem 1.0
 name		lhs2tex
-version		1.12
-revision	1
+version		1.13
 categories	print textproc
 platforms	darwin
 maintainers	gwright at macports.org
@@ -12,25 +11,26 @@
 		lhs2TeX is a preprocessor to generate LaTeX code	\
 		from literate Haskell sources.
 
-homepage	http://www.informatik.uni-bonn.de/~loeh/lhs2tex/
+homepage	http://people.cs.uu.nl/andres/${name}/
 master_sites	${homepage}
 
-use_bzip2	yes
+checksums	md5     1173dbe6440f24918f3dc80d776e1f18		\
+		sha1    bd5fd4d1a5a4f76022cec73dadf0e81caf420866	\
+		rmd160  9b6be85e5198b801d3555708ef94880c2b5d4287
 
-checksums	md5 1bc982e96f19201aaf1c39c1d4b5e358
 
 depends_build	port:ghc	\
-		bin:tex:teTeX
+		port:texlive
 
-configure	{ cd ${worksrcpath}
-		  system "runhaskell Setup configure --ghc --prefix=${prefix}"
+configure	{
+		  system "cd ${worksrcpath} && runhaskell Setup configure --ghc --prefix=${prefix}"
 		}
 
-build		{ cd ${worksrcpath}
-		  system "runhaskell Setup build -v"
+build		{
+		  system "cd ${worksrcpath} && runhaskell Setup build -v"
 		}
 
-destroot	{ cd ${worksrcpath}
-		  system "runhaskell Setup copy --copy-prefix=${destroot}${prefix}"
+destroot	{
+		  system "cd ${worksrcpath} && runhaskell Setup copy --copy-prefix=${destroot}${prefix}"
 		}
 

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


More information about the macports-changes mailing list