Modified: trunk/dports/devel/ffcall/Portfile (103452 => 103453)
--- trunk/dports/devel/ffcall/Portfile 2013-02-26 09:22:42 UTC (rev 103452)
+++ trunk/dports/devel/ffcall/Portfile 2013-02-26 09:51:46 UTC (rev 103453)
@@ -1,24 +1,30 @@
# $Id$
PortSystem 1.0
+
name ffcall
version 1.10
+revision 2
+set snapshot 2013-02-26
license GPL-2
-revision 2
categories devel
maintainers nomaintainer
description Foreign function call libraries
long_description ffcall is a collection of four libraries which can \
be used to build foreign function call interfaces \
in embedded interpreters.
-homepage http://www.haible.de/bruno/packages-ffcall.html
+homepage http://www.gnu.org/software/libffcall/
platforms darwin
-checksums rmd160 801c2dfe6deb74a37aaec3985e172c4ef5495773 \
- sha256 30e90c171c57fa8550c05db7d7f9712fcd483f7c7c9a58302873efca1203b4b9
+#checksums rmd160 801c2dfe6deb74a37aaec3985e172c4ef5495773 \
+# sha256 30e90c171c57fa8550c05db7d7f9712fcd483f7c7c9a58302873efca1203b4b9
+# no 1.11 release tarball yet
+#master_sites gnu:libffcall
+
fetch.type cvs
+distname $name
cvs.root :pserver:anonymous@cvs.savannah.gnu.org:/sources/libffcall
-cvs.module ${name}
-worksrcdir ${name}
+cvs.date $snapshot
+
test.run yes
test.target check
# configure accepts --infodir, although there is no info pages (yet?).
@@ -37,4 +43,3 @@
eval move [glob ${destroot}${prefix}/share/html/*] \
${destroot}${prefix}/share/doc/${name}
}
-