[102044] trunk/dports/math/gibbslda/Portfile

hum at macports.org hum at macports.org
Sat Jan 26 04:07:37 PST 2013


Revision: 102044
          https://trac.macports.org/changeset/102044
Author:   hum at macports.org
Date:     2013-01-26 04:07:37 -0800 (Sat, 26 Jan 2013)
Log Message:
-----------
gibbslda: fix license; fix master_sites to avoid HTTP redirects; conduct "make clean" in post-extract instead of build to allow parallel build; see https://lists.macosforge.org/pipermail/macports-dev/2013-January/021726.html. Thanks Ryan!

Modified Paths:
--------------
    trunk/dports/math/gibbslda/Portfile

Modified: trunk/dports/math/gibbslda/Portfile
===================================================================
--- trunk/dports/math/gibbslda/Portfile	2013-01-26 09:22:26 UTC (rev 102043)
+++ trunk/dports/math/gibbslda/Portfile	2013-01-26 12:07:37 UTC (rev 102044)
@@ -18,23 +18,24 @@
 
 homepage            http://gibbslda.sourceforge.net/
 platforms           darwin
-license             GPL
+license             GPL-2+
 
-master_sites        sourceforge:gibbslda
+master_sites        sourceforge:/project/gibbslda/GibbsLDA%2B%2B/${version}
 checksums           rmd160  9a11c3ee3c9883ffb4a56d350b761864b493d378 \
                     sha256  4ca7b51bd2f098534f2fdf82c3f861f5d8bf92e29a6b7fbdc50c3c2baeb070ae
 
 distname            GibbsLDA++-${version}
 
+post-extract {
+    system -W ${worksrcpath} "make clean"
+}
+
 use_configure       no
 
 variant universal {}
 
 build.args          CC="${configure.cxx} ${configure.cxxflags} [get_canonical_archflags cxx]"
-build.target        "clean all"
 
-use_parallel_build  no
-
 destroot {
     # install lda executable as 'gibbslda'.
     xinstall -m 755 ${worksrcpath}/src/lda ${destroot}${prefix}/bin/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130126/35bd99e2/attachment.html>


More information about the macports-changes mailing list