[89016] trunk/dports/lang/ficl/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Jan 17 01:38:42 PST 2012


Revision: 89016
          http://trac.macports.org/changeset/89016
Author:   ryandesign at macports.org
Date:     2012-01-17 01:38:41 -0800 (Tue, 17 Jan 2012)
Log Message:
-----------
ficl: update to 4.1.0; add universal variant and respect build_arch; rewrite master_sites to avoid redirects; add modeline

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

Modified: trunk/dports/lang/ficl/Portfile
===================================================================
--- trunk/dports/lang/ficl/Portfile	2012-01-17 09:12:58 UTC (rev 89015)
+++ trunk/dports/lang/ficl/Portfile	2012-01-17 09:38:41 UTC (rev 89016)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem              1.0
@@ -3,11 +4,11 @@
 
 name                    ficl
-version                 4.0.31
-revision                1
+version                 4.1.0
+set branch              [join [lrange [split ${version} .] 0 1] .]
 categories              lang
 maintainers             nomaintainer
 platforms               darwin
 homepage                http://ficl.sourceforge.net/
-master_sites            sourceforge
+master_sites            sourceforge:project/ficl/ficl-all/ficl${branch}
 
 description             Ficl is an acronym for Forth Inspired Command Language
@@ -17,17 +18,15 @@
                         to be embedded into other systems as a command, \
                         macro, and development prototyping language.
 
-checksums               md5 7f9ca6093730554f5f66beaa46a652d4
+checksums               rmd160  742ce10df29866028d7d1f5dbd23cdd0fd7fd1fe \
+                        sha256  4daf74f3d3d6f8b86ea7cb47bc24931d50b4809b50ba34ca32e0ca1e972bd3a3
 
-distname                ${name}${version}
-
-extract.mkdir           yes
-
 use_configure           no
 
+variant universal {}
+
 build.target
-build.args              -f Makefile.ansi \
-                        CC=${configure.cc}
+build.args              CC="${configure.cc} [get_canonical_archflags cc]"
 
 destroot {
     file copy ${worksrcpath}/ficl ${destroot}${prefix}/bin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120117/dbdac4dd/attachment.html>


More information about the macports-changes mailing list