[103453] trunk/dports/devel/ffcall/Portfile

jmr at macports.org jmr at macports.org
Tue Feb 26 01:51:46 PST 2013


Revision: 103453
          https://trac.macports.org/changeset/103453
Author:   jmr at macports.org
Date:     2013-02-26 01:51:46 -0800 (Tue, 26 Feb 2013)
Log Message:
-----------
ffcall: merge in local improvements:
 * use a specific cvs revision
 * update homepage
 * add commented-out master_sites for when there's a release

Modified Paths:
--------------
    trunk/dports/devel/ffcall/Portfile

Modified: trunk/dports/devel/ffcall/Portfile
===================================================================
--- 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 at 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}
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130226/8ce52dcc/attachment.html>


More information about the macports-changes mailing list