[36512] trunk/dports/math/octave/Portfile

takeshi at macports.org takeshi at macports.org
Sun May 4 17:23:05 PDT 2008


Revision: 36512
          http://trac.macosforge.org/projects/macports/changeset/36512
Author:   takeshi at macports.org
Date:     2008-05-04 17:23:04 -0700 (Sun, 04 May 2008)

Log Message:
-----------
octave: added dependency to curl

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

Modified: trunk/dports/math/octave/Portfile
===================================================================
--- trunk/dports/math/octave/Portfile	2008-05-04 23:02:56 UTC (rev 36511)
+++ trunk/dports/math/octave/Portfile	2008-05-05 00:23:04 UTC (rev 36512)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 name		octave
 version		2.9.15
-revision    1
+revision    2
 categories	math science
 maintainers     stechert at macports.org
 platforms	darwin
@@ -20,7 +20,9 @@
 master_sites	ftp://ftp.octave.org/pub/octave/bleeding-edge/
 
 use_bzip2	yes
-checksums	md5 c7c0449a5e1418479bebbdd565eb9cc2
+checksums	md5    c7c0449a5e1418479bebbdd565eb9cc2 \
+                sha1   4643c9681749bcb6cf7dd7190d82cc28484524b0 \
+                rmd160 bf0b56ae2a1c5baaacf65483f6fe98c1b885da03
 
 patch.args	-p1
 patchfiles	patch-configure \
@@ -33,6 +35,7 @@
 		port:gsed
 
 depends_lib     port:readline			\
+                port:curl                       \
 		port:hdf5			\
 		port:fftw-3			\
 		port:metis			\
@@ -88,7 +91,7 @@
 variant g95 {
 	depends_lib-append	port:g95
 	configure.f77	"${prefix}/bin/g95"
-	configure.env-append	FFLAGS=-O2 MACOSX_DEPLOYMENT_TARGET=10.4
+        configure.fflags -O2
 }
 
 livecheck.check		regex

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


More information about the macports-changes mailing list