Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jan 2015 03:03:21 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377710 - head/lang/dmd2
Message-ID:  <201501230303.t0N33Lqs086222@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501230303.t0N33Lqs086222>