From owner-svn-ports-head@freebsd.org Thu Apr 7 13:32:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A3C3B06E3B; Thu, 7 Apr 2016 13:32:17 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B6FE110A; Thu, 7 Apr 2016 13:32:16 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u37DWGBP088139; Thu, 7 Apr 2016 13:32:16 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u37DWGqw088137; Thu, 7 Apr 2016 13:32:16 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201604071332.u37DWGqw088137@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 7 Apr 2016 13:32:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412664 - head/lang/dmd2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2016 13:32:17 -0000 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@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