[144035] trunk/dports/lang/dmd/Portfile

sean at macports.org sean at macports.org
Wed Dec 30 11:11:33 PST 2015


Revision: 144035
          https://trac.macports.org/changeset/144035
Author:   sean at macports.org
Date:     2015-12-30 11:11:33 -0800 (Wed, 30 Dec 2015)
Log Message:
-----------
dmd: update to 2.069.2; closes #50159

Modified Paths:
--------------
    trunk/dports/lang/dmd/Portfile

Modified: trunk/dports/lang/dmd/Portfile
===================================================================
--- trunk/dports/lang/dmd/Portfile	2015-12-30 19:11:29 UTC (rev 144034)
+++ trunk/dports/lang/dmd/Portfile	2015-12-30 19:11:33 UTC (rev 144035)
@@ -4,10 +4,10 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-github.setup        D-Programming-Language dmd 2.068.0 v
+github.setup        D-Programming-Language dmd 2.069.2 v
 categories          lang
 platforms           darwin
-supported_archs     i386 x86_64
+supported_archs     noarch
 license             {GPL-1 Artistic-1} Boost-1 Restrictive
 maintainers         takeshi openmaintainer
 description         dmd Digital Mars D compiler
@@ -16,10 +16,10 @@
     It pragmatically combines efficiency, control, \
     and modeling power, with safety and programmer productivity.
 homepage            http://dlang.org/
-checksums           rmd160  c5f432ddc17cb9e7393221d9526a797d119c13c6 \
-                    sha256  157588e3cd336ca5aa5d54c4224028fa93b7dfa71af4d88e02082c51662655aa
+checksums           rmd160  f152dfa335702cb991753b29a1372671e65e39b4 \
+                    sha256  cab69dd7d0ed84f8e2c72667a9e97cb6b9f233fd647a9cd8811591c24f183317
 post-patch {
-    reinplace "s|gcc|${configure.cc}|" ${worksrcpath}/src/link.c
+    reinplace "s|gcc|${configure.cc}|" ${worksrcpath}/src/link.d
     reinplace "s|/etc|${prefix}/etc/${name}|" ${worksrcpath}/src/posix.mak
     reinplace "s|/etc|${prefix}/etc/${name}|" ${worksrcpath}/docs/man/man1/${name}.1
     reinplace "s|/etc|${prefix}/etc/${name}|" ${worksrcpath}/docs/man/man5/${name}.conf.5
@@ -51,7 +51,7 @@
         ${destroot}${prefix}/share/man/man5
 # bin
     xinstall -m 755 -W ${destroot.dir} \
-        dmd idgen impcnvgen optabgen \
+        dmd idgen optabgen \
         ${destroot}${prefix}/bin
 # samples
     xinstall -d -m 755 ${destroot}${prefix}/share/${name}/samples
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151230/dcbcc2b0/attachment-0001.html>


More information about the macports-changes mailing list