[42515] trunk/dports/math/gnuplot/Portfile

pguyot at kallisys.net pguyot at kallisys.net
Sun Nov 23 01:43:18 PST 2008


Revision: 42515
          http://trac.macports.org/changeset/42515
Author:   pguyot at kallisys.net
Date:     2008-11-23 01:43:16 -0800 (Sun, 23 Nov 2008)
Log Message:
-----------
math/gnuplot: update to 4.2.4

Modified Paths:
--------------
    trunk/dports/math/gnuplot/Portfile

Modified: trunk/dports/math/gnuplot/Portfile
===================================================================
--- trunk/dports/math/gnuplot/Portfile	2008-11-23 06:51:34 UTC (rev 42514)
+++ trunk/dports/math/gnuplot/Portfile	2008-11-23 09:43:16 UTC (rev 42515)
@@ -3,9 +3,9 @@
 PortSystem 1.0
 
 name			gnuplot
-version			4.2.3
+version			4.2.4
 categories		math science
-maintainers		pguyot at kallisys.net
+maintainers		pguyot at kallisys.net openmaintainer
 description		A command-driven interactive function plotting program
 long_description	Gnuplot is a command-driven interactive function \
 					plotting program. Plots any number of functions, \
@@ -20,9 +20,9 @@
 				${name}.pdf
 extract.only	${distname}.tar.gz
 checksums		${distname}.tar.gz \
-					md5 6b6d22662df5101b308c465a722c43ce \
-					sha1 9f6239ef69ac5a6d68f40dc797f8a0b35b80f491 \
-					rmd160 b4692db884c9da2f0d160f33f53c3d2aba65f36e \
+					md5 3cde3b9232a2d81715bbaf75e1c87ecc \
+					sha1 4226b959493a37bc5a1f40a3b165ffd9e1b9d202 \
+					rmd160 88acf7561a74116aece627f9b5e41e0726daee75 \
 				${name}.pdf \
 					md5 0691424fd274b65eb8a8ab0dc52dbabe \
 					sha1 8926d4cb9a1e2f71f95f69fad65473889f08638f \
@@ -44,7 +44,7 @@
 patchfiles		patch-share-LaTeX-Makefile.in
 
 platform darwin {
-	depends_lib-append		lib:libaquaterm.1:aquaterm
+	depends_lib-append		port:aquaterm
 	configure.cflags-append	'-DDEFAULTTERM=\\"aqua\\"'
 }
 
@@ -54,7 +54,11 @@
 }
 
 configure.cppflags-append	"-no-cpp-precomp"
-configure.args	--with-readline=gnu --with-gd --with-png --with-pdf --with-x \
+configure.args	--with-readline=${prefix} \
+                --with-gd=${prefix} \
+                --with-pdf=${prefix} \
+                --with-png=${prefix} \
+                --with-x \
 				--enable-datastrings --enable-histograms \
 				--infodir='\${prefix}/share/info' \
 				--mandir='\${prefix}/share/man' \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081123/aa0975c6/attachment.html>


More information about the macports-changes mailing list