[37113] trunk/dports/lang/gst/Portfile

simon at macports.org simon at macports.org
Mon May 26 14:11:32 PDT 2008


Revision: 37113
          http://trac.macosforge.org/projects/macports/changeset/37113
Author:   simon at macports.org
Date:     2008-05-26 14:11:32 -0700 (Mon, 26 May 2008)

Log Message:
-----------
lang/gst: Update to version 3.0.2, closes #14587. Thanks to Damien.Pollet at gmail.com and marcuscalhounlopez at mac.com.

Modified Paths:
--------------
    trunk/dports/lang/gst/Portfile

Modified: trunk/dports/lang/gst/Portfile
===================================================================
--- trunk/dports/lang/gst/Portfile	2008-05-26 21:00:29 UTC (rev 37112)
+++ trunk/dports/lang/gst/Portfile	2008-05-26 21:11:32 UTC (rev 37113)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name             gst
-version          3.0.1
+version          3.0.2
 categories       lang
 maintainers      nomaintainer at macports.org
 description      free implementation of Smalltalk-80
@@ -15,7 +15,9 @@
 platforms        darwin
 master_sites     gnu:smalltalk
 distname         smalltalk-${version}
-checksums        sha1 c9c62e71c9c2be810956f0027c16889882e04201
+checksums        md5 2c471da97c8a174d9b0f6586555ebb0c \
+		 sha1 c3fcb2d1f318221b3fc43372516bb6c6f3d20112 \
+		 rmd160 a69034f3d91d56c25430db193414bfefab8e79f4
 
 depends_build	 port:zip
 
@@ -28,9 +30,12 @@
                  port:tk
 
 configure.args   --infodir=${prefix}/share/info \
-                 --mandir=${prefix}/share/man
-                 # --disable-generational-gc \
-                 # --disable-gtk \
+                 --mandir=${prefix}/share/man \
+		 --with-gmp=${prefix}/lib \
+		 --with-readline=${prefix}/lib \
+		 --with-tcl=${prefix}/lib \
+		 --with-tk=${prefix}/lib \
+		 --with-libiconv-prefix=${prefix}
 
 test.run         yes
 test.target      check
@@ -38,3 +43,5 @@
 platform darwin 6 {
     depends_lib-append port:dlcompat
 }
+
+livecheck.regex smalltalk-(\\d+(?:\\.\\d+)*)${extract.suffix}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080526/cf4577ce/attachment.htm 


More information about the macports-changes mailing list