[100431] trunk/dports/devel/fsplib/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Dec 11 12:41:23 PST 2012


Revision: 100431
          https://trac.macports.org/changeset/100431
Author:   ryandesign at macports.org
Date:     2012-12-11 12:41:22 -0800 (Tue, 11 Dec 2012)
Log Message:
-----------
fsplib: update to 0.11; license Permissive; rewrite master_sites to avoid redirects; use full path to scons just in case; fix livecheck; add modeline

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

Modified: trunk/dports/devel/fsplib/Portfile
===================================================================
--- trunk/dports/devel/fsplib/Portfile	2012-12-11 20:11:29 UTC (rev 100430)
+++ trunk/dports/devel/fsplib/Portfile	2012-12-11 20:41:22 UTC (rev 100431)
@@ -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,7 +4,8 @@
 
 name                fsplib
-version             0.9
+version             0.11
 categories          devel
 maintainers         nomaintainer
+license             Permissive
 
 description         fsplib is an independent implementation of the FSP \
@@ -12,12 +14,11 @@
 long_description    ${description}
 
 homepage            http://fsp.sourceforge.net/fsplib.html
-master_sites        sourceforge:fsp
+master_sites        sourceforge:project/fsp/fsplib/${version}
 platforms           darwin
 
-checksums           md5 e6f2e5a9cf9a893625b80ce7255c0d8c \
-                    rmd160 72e15ce7adfb93bf56062e1b4b8543f3fa049a4f \
-                    sha1 75dd2f6e8b4319920ca30b3c84d61866969e7c27
+checksums           rmd160  b8c515909e75bb99fe4cc5633984d23dd51feb2d \
+                    sha256  1746be3d5540de245e825d82e951c21219941e0f036bab1b0f174e573ad4ef4c
 
 depends_build       port:scons
 
@@ -25,8 +26,10 @@
 
 use_configure       no
 
-build.cmd           scons
+build.cmd           ${prefix}/bin/scons
 build.target
+build.args          CC="${configure.cc} [get_canonical_archflags cc]"
 
-destroot.cmd        scons
 destroot.destdir    prefix=${destroot}${prefix}
+
+livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121211/5ea451d4/attachment.html>


More information about the macports-changes mailing list