[100990] trunk/dports/devel/bmake/Portfile

mfeiri at macports.org mfeiri at macports.org
Wed Jan 2 17:29:17 PST 2013


Revision: 100990
          https://trac.macports.org/changeset/100990
Author:   mfeiri at macports.org
Date:     2013-01-02 17:29:17 -0800 (Wed, 02 Jan 2013)
Log Message:
-----------
bmake: version 20121212

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

Modified: trunk/dports/devel/bmake/Portfile
===================================================================
--- trunk/dports/devel/bmake/Portfile	2013-01-03 00:40:24 UTC (rev 100989)
+++ trunk/dports/devel/bmake/Portfile	2013-01-03 01:29:17 UTC (rev 100990)
@@ -3,8 +3,7 @@
 PortSystem          1.0
 
 name                bmake
-version             20120704
-set mkversion       20120626
+version             20121212
 categories          devel
 platforms           darwin
 license             BSD
@@ -15,27 +14,18 @@
 description         Portable NetBSD make
 long_description    bmake is the portable version of NetBSD make.
 
-distfiles           ${distname}${extract.suffix} \
-                    mk-${mkversion}${extract.suffix}
-checksums           ${distname}${extract.suffix} \
-                    rmd160  33b7dc8c7a0931ef613a8bc93f88004c5c8c7a63 \
-                    sha256  0a0a32c8fc2a2af5deffde3ae5978119cee7bf2f10d87ebf17a3befd49f79f6a \
-                    mk-${mkversion}${extract.suffix} \
-                    rmd160  64578adbaa3e90278b3992521003e654db5fb9e9 \
-                    sha256  0add60b03de1d971cf6ab121274ddf3f541b9efe49a248ef34c4295d1bf204a4
+checksums           rmd160  3d57b68b85ed7b5d2fbf34dc44336b44d843d150 \
+                    sha256  0e52e8fed15f45b0f9dc7cd76a7c026314fff078fa95bcd4f21bb44d888776f5
 
 use_configure       no
 worksrcdir          ${name}
+
 build.cmd           ./boot-strap
-build.args          --with-default-sys-path="${prefix}/share/mk" CC=${configure.cc}
-build.target        
+build.env           CC=${configure.cc}
+build.args          --install-prefix="${prefix}" --install-destdir="${destroot}"
+build.target        op=build
 
-destroot {
-    file copy ${worksrcpath}/Darwin/bmake ${destroot}${prefix}/bin
-    file copy ${worksrcpath}/bmake.cat1 ${destroot}${prefix}/share/man/cat1/bmake.1
-    file mkdir ${destroot}${prefix}/share/mk
-    system "${workpath}/mk/install-mk ${destroot}${prefix}/share/mk"
-}
+destroot.target     op=install
 
 livecheck.type      regex
 livecheck.url       ${master_sites}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130102/f1ce63b5/attachment.html>


More information about the macports-changes mailing list