From owner-svn-ports-head@FreeBSD.ORG Fri Jan 23 03:03:22 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5D86583A; Fri, 23 Jan 2015 03:03:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 3E958E34; Fri, 23 Jan 2015 03:03:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0N33M6k086227; Fri, 23 Jan 2015 03:03:22 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0N33Lqs086222; Fri, 23 Jan 2015 03:03:21 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201501230303.t0N33Lqs086222@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Fri, 23 Jan 2015 03:03:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377710 - 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.18-1 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: Fri, 23 Jan 2015 03:03:22 -0000 Author: cy Date: Fri Jan 23 03:03:20 2015 New Revision: 377710 URL: https://svnweb.freebsd.org/changeset/ports/377710 QAT: https://qat.redports.org/buildarchive/r377710/ Log: Update 2.066.0 --> 2.066.1 Convert to @sample. Modified: head/lang/dmd2/Makefile head/lang/dmd2/distinfo head/lang/dmd2/pkg-plist Modified: head/lang/dmd2/Makefile ============================================================================== --- head/lang/dmd2/Makefile Fri Jan 23 02:29:02 2015 (r377709) +++ head/lang/dmd2/Makefile Fri Jan 23 03:03:20 2015 (r377710) @@ -3,7 +3,7 @@ PORTNAME= dmd PKGNAMESUFFIX= 2 -PORTVERSION= 2.066.0 +PORTVERSION= 2.066.1 CATEGORIES= lang MASTER_SITES= http://ftp.digitalmars.com/ DISTNAME= dmd.${PORTVERSION} @@ -70,9 +70,7 @@ post-patch: do-install: ${INSTALL_MAN} ${WRKDIR}/dmd2/man/man1/dmd.1 ${STAGEDIR}${MANPREFIX}/man/man1/dmd.1 ${INSTALL_MAN} ${WRKDIR}/dmd2/man/man5/dmd.conf.5 ${STAGEDIR}${MANPREFIX}/man/man5/dmd.conf.5 -.if !exists(${STAGEDIR}${PREFIX}/etc/dmd.conf) - ${INSTALL_DATA} ${WRKDIR}/dmd2/linux/bin32/dmd.conf ${STAGEDIR}${PREFIX}/etc/dmd.conf -.endif + ${INSTALL_DATA} ${WRKDIR}/dmd2/linux/bin32/dmd.conf ${STAGEDIR}${PREFIX}/etc/dmd.conf.sample ${INSTALL_PROGRAM} ${WRKSRC}/dmd ${STAGEDIR}${PREFIX}/bin/dmd .if ${ARCH} == "amd64" ${INSTALL_DATA} ${WRKSRC}/../../freebsd/lib64/libphobos2.a ${STAGEDIR}${PREFIX}/lib Modified: head/lang/dmd2/distinfo ============================================================================== --- head/lang/dmd2/distinfo Fri Jan 23 02:29:02 2015 (r377709) +++ head/lang/dmd2/distinfo Fri Jan 23 03:03:20 2015 (r377710) @@ -1,2 +1,2 @@ -SHA256 (dmd.2.066.0.zip) = f13db9ed3bdc8740deb5903991e9e499fac708c8a1759050f1bfae624528df20 -SIZE (dmd.2.066.0.zip) = 53523060 +SHA256 (dmd.2.066.1.zip) = c6b0bf73e9c7d24dd6c827ec9fe4f1da8156569da3b36df517434043f3e32ee2 +SIZE (dmd.2.066.1.zip) = 52987265 Modified: head/lang/dmd2/pkg-plist ============================================================================== --- head/lang/dmd2/pkg-plist Fri Jan 23 02:29:02 2015 (r377709) +++ head/lang/dmd2/pkg-plist Fri Jan 23 03:03:20 2015 (r377710) @@ -1,8 +1,7 @@ bin/dmd lib/libphobos2.a -@unexec if cmp -s %D/%%EXAMPLESDIR%%/dmd.conf %D/etc/dmd.conf; then rm -f %D/etc/dmd.conf; fi +@sample etc/dmd.conf.sample %%EXAMPLESDIR%%/dmd.conf -@exec if [ ! -f %D/etc/dmd.conf ]; then cp -p %D/%%EXAMPLESDIR%%/dmd.conf %D/etc/dmd.conf; fi %%EXAMPLESDIR%%/samples/d/all.sh %%EXAMPLESDIR%%/samples/d/build.bat %%EXAMPLESDIR%%/samples/d/chello.d @@ -132,6 +131,7 @@ include/d/druntime/import/core/sys/posix include/d/druntime/import/core/sys/posix/sys/un.d include/d/druntime/import/core/sys/posix/sys/utsname.d include/d/druntime/import/core/sys/posix/sys/wait.d +include/d/druntime/import/core/sys/posix/syslog.d include/d/druntime/import/core/sys/posix/termios.d include/d/druntime/import/core/sys/posix/time.d include/d/druntime/import/core/sys/posix/ucontext.d @@ -223,6 +223,7 @@ include/d/phobos2/std/internal/windows/a include/d/phobos2/std/json.d include/d/phobos2/std/math.d include/d/phobos2/std/mathspecial.d +include/d/phobos2/std/metastrings.d include/d/phobos2/std/mmfile.d include/d/phobos2/std/net/curl.d include/d/phobos2/std/net/isemail.d