svn commit: r412664 - head/lang/dmd2
Cy Schubert
cy at FreeBSD.org
Thu Apr 7 13:32:17 UTC 2016
Author: cy
Date: Thu Apr 7 13:32:15 2016
New Revision: 412664
URL: https://svnweb.freebsd.org/changeset/ports/412664
Log:
The port fails to extract due to different types of extract suffixes.
Revert to using zip format because it's required by the bootsrap file.
Modified:
head/lang/dmd2/Makefile
head/lang/dmd2/distinfo
Modified: head/lang/dmd2/Makefile
==============================================================================
--- head/lang/dmd2/Makefile Thu Apr 7 13:29:29 2016 (r412663)
+++ head/lang/dmd2/Makefile Thu Apr 7 13:32:15 2016 (r412664)
@@ -20,7 +20,7 @@ EXTRACT_ONLY= ${DISTNAME}.freebsd-64${EX
MAINTAINER= cy at FreeBSD.org
COMMENT= D 2.0 compiler, not officially validated for FreeBSD
-USES= gmake tar:xz zip
+USES= gmake zip
MAKEFILE= posix.mak
MAKE_ARGS= AUTO_BOOTSTRAP=1
MAKE_ENV+= WRKDIR=${WRKDIR}
Modified: head/lang/dmd2/distinfo
==============================================================================
--- head/lang/dmd2/distinfo Thu Apr 7 13:29:29 2016 (r412663)
+++ head/lang/dmd2/distinfo Thu Apr 7 13:32:15 2016 (r412664)
@@ -1,4 +1,4 @@
-SHA256 (dmd.2.071.0.freebsd-64.tar.xz) = a5593d5bc67064b415145cbf757798fc15b91335a4ae4455049a0ac6993ead0e
-SIZE (dmd.2.071.0.freebsd-64.tar.xz) = 12519668
+SHA256 (dmd.2.071.0.freebsd-64.zip) = 17b631692c3de2379b49ea0016121baa486a11fe99e1a9801a047d72dc5a991f
+SIZE (dmd.2.071.0.freebsd-64.zip) = 25190504
SHA256 (dmd.2.067.1.zip) = 24fd32d3b1401309187a3fcd235014e38c651beb3af29b0e656f6f4add4ec95b
SIZE (dmd.2.067.1.zip) = 56083735
More information about the svn-ports-all
mailing list