[23036] trunk/dports/devel/boost-build/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 22 18:26:43 PDT 2007


Revision: 23036
          http://trac.macosforge.org/projects/macports/changeset/23036
Author:   pipping at macports.org
Date:     2007-03-22 18:26:43 -0700 (Thu, 22 Mar 2007)

Log Message:
-----------
 * apply patch submitted by jon.olsson at gmail.com

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

Modified: trunk/dports/devel/boost-build/Portfile
===================================================================
--- trunk/dports/devel/boost-build/Portfile	2007-03-23 01:24:05 UTC (rev 23035)
+++ trunk/dports/devel/boost-build/Portfile	2007-03-23 01:26:43 UTC (rev 23036)
@@ -2,7 +2,7 @@
 PortSystem		1.0
 
 name			boost-build
-version			2.0-m10
+version			2.0-m11
 categories		devel
 maintainers		nomaintainer at macports.org
 description		Build system for large project software construction
@@ -14,10 +14,12 @@
 homepage		http://www.boost.org
 master_sites	sourceforge:boost
 use_bzip2		yes
-checksums		md5 ebbe60121ad9aedbbec7ab3066c75424
+checksums		md5 457a9ffb2d6fe7dd9ac44b5e4aaf5ab0 \
+				sha1 da49a8d6795996edd6bab13f734513b3e7734f5a \
+				rmd160 05be38c07f23bcadbe92dc2a35871efeca06f3f5
 platforms		darwin
 
-depends_run		bin:bjam:boost-jam
+depends_run		port:boost-jam
 
 worksrcdir		${name}
 
@@ -27,8 +29,6 @@
 	reinplace "s|/usr/local|${prefix}|" \
 		doc/html/bbv2/faq.html \
 		doc/src/faq.xml \
-		jam_src/RELNOTES \
-		jam_src/Jamfile.html \
 		jam_src/Jambase \
 		jam_src/jam.h \
 		jam_src/jambase.c
@@ -36,14 +36,12 @@
 		jam_src/Jambase \
 		jam_src/jambase.c
 	reinplace "s|/usr/ccs/bin/ar|/usr/bin/ar|" \
-		jam_src/RELNOTES \
 		jam_src/Jambase \
 		jam_src/jambase.c
 	reinplace "s|/usr/share/boost-build|${prefix}/share/${name}|" \
 		jam_src/Jambase \
 		jam_src/jambase.c
 	reinplace "s|/usr/.*/qt|${prefix}/share/qt3|" \
-		example/qt/project-root.jam \
 		user-config.jam
 	if {[catch {set python [binaryInPath python]} result] == 0} {
 		foreach dir {test example/customization jam_src} {
@@ -59,4 +57,3 @@
 destroot {
 	system "cp -R ${worksrcpath} ${destroot}${prefix}/share/${name}"
 }
-

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070322/1d4161f5/attachment.html


More information about the macports-changes mailing list