[71683] trunk/dports/lang/yap/Portfile

jmr at macports.org jmr at macports.org
Sun Sep 19 20:42:57 PDT 2010


Revision: 71683
          http://trac.macports.org/changeset/71683
Author:   jmr at macports.org
Date:     2010-09-19 20:42:53 -0700 (Sun, 19 Sep 2010)
Log Message:
-----------
yap: update to 6.0.5, fixes #10874 and #21337

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

Modified: trunk/dports/lang/yap/Portfile
===================================================================
--- trunk/dports/lang/yap/Portfile	2010-09-19 19:42:16 UTC (rev 71682)
+++ trunk/dports/lang/yap/Portfile	2010-09-20 03:42:53 UTC (rev 71683)
@@ -1,8 +1,9 @@
 # $Id$
 
 PortSystem	1.0
+
 name		yap
-version		5.0.1
+version		6.0.5
 categories	lang
 maintainers	mac.com:pmoura
 platforms	darwin
@@ -17,15 +18,21 @@
 		is largely compatible with the ISO-Prolog standard and    \
 		with Quintus and SICStus Prolog.
 
-homepage        http://www.ncc.up.pt/~vsc/Yap/
-master_sites    ${homepage}/current/ freebsd
-distname		Yap-${version}
-checksums		sha1 c59847655be140d113a2684383ef21a17aa14085
-patchfiles		patch-config.h.in
+homepage        http://www.dcc.fc.up.pt/~vsc/Yap/
+master_sites    ${homepage}
+checksums		sha1 1084b1630b48a430d60d6aee8e31914ecc6d5369 \
+                rmd160 b35264a7911c73d095426fb3790a104d41d44157
 
 depends_lib		port:readline port:gmp
 
-distname	Yap-${version}
+worksrcdir      yap-6
 
 configure.args	--enable-threads=yes --enable-coroutining=yes \
 			--with-gmp=${prefix} --with-readline=${prefix}
+
+if {${os.platform} == "darwin" && ${build_arch} == "x86_64"} {
+    configure.args-append --build=${build_arch}-apple-${os.platform}${os.version}
+}
+
+livecheck.url   ${homepage}downloads.html
+livecheck.regex {yap-([0-9.]+)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100919/b276172e/attachment.html>


More information about the macports-changes mailing list