[45127] trunk/dports/devel/boost-jam/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Thu Jan 8 11:53:19 PST 2009


Revision: 45127
          http://trac.macports.org/changeset/45127
Author:   mcalhoun at macports.org
Date:     2009-01-08 11:53:19 -0800 (Thu, 08 Jan 2009)
Log Message:
-----------
boost-jam: Update version 3.1.16 -> 3.1.17.
Ensure that correct compiler is used.
Add livecheck.
Fixes #17770 (maintainer timeout).

Modified Paths:
--------------
    trunk/dports/devel/boost-jam/Portfile

Modified: trunk/dports/devel/boost-jam/Portfile
===================================================================
--- trunk/dports/devel/boost-jam/Portfile	2009-01-08 19:52:38 UTC (rev 45126)
+++ trunk/dports/devel/boost-jam/Portfile	2009-01-08 19:53:19 UTC (rev 45127)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name             boost-jam
-version          3.1.16
+version          3.1.17
 categories       devel
 maintainers      gmail.com:jon.olsson
 description      Boost.Jam (BJam) is a build tool based on FTJam
@@ -13,12 +13,12 @@
         significant improvements made to facilitate its use \
         in the Boost Build System, but should be backward \
         compatible with Perforce Jam.
-homepage         http://www.boost.org
+homepage         http://www.boost.org/
 master_sites     sourceforge:boost
 extract.suffix   .tgz
-checksums        md5 1fd96a38b1a33c365e8142eec53197e7 \
-                 rmd160 dd602c5e01a004dbf6e6ee542c5f6bdb0bd1348f \
-                 sha1 e2dd6ef9c56b18c7be7669aba374bcd24745ae95
+checksums        md5 f4afd896788f2327fd35c128ddc6e340 \
+                 rmd160 79a265c4427bf48858d288d5b0ac82c5119af7c8 \
+                 sha1 407be994b1239fa944c14c464a9ce7f46f692a1e
 platforms        darwin
 
 patchfiles       patch-strings.c
@@ -29,14 +29,20 @@
 
 use_configure    no
 
+post-configure {
+        reinplace "s|BOOST_JAM_CC=.*|BOOST_JAM_CC=${configure.cc}|" ${worksrcpath}/build.sh
+}
+
 build.env        LOCATE_TARGET=bin
 build.cmd        ./build.sh
 build.target
 
 destroot {
-        xinstall -d -m 0755 ${destroot}${prefix}/bin
         xinstall -m 0755 ${worksrcpath}/bin/bjam ${destroot}${prefix}/bin
 
+        # Port netxx still expects to find program jam (removed in r13734)
         xinstall -d -m 0755 ${destroot}${prefix}/lib/bjam/bin/
-        xinstall -m 0755 ${worksrcpath}/bin/bjam ${destroot}${prefix}/lib/bjam/bin/jam
+        ln -s ${prefix}/bin/bjam ${destroot}${prefix}/lib/bjam/bin/jam
 }
+
+livecheck.regex "<title>${name} (.*) released.*</title>"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090108/ab98339b/attachment.html>


More information about the macports-changes mailing list