diff options
author | cy <cy@FreeBSD.org> | 2015-01-23 11:03:20 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2015-01-23 11:03:20 +0800 |
commit | e8b32081d77321689ab64f33e5a35fdae8bd644d (patch) | |
tree | 5ce3bb6b8fa293543174808bab2b0a35f2f2cc4e | |
parent | 77da552076332eaa8d10812a014788f05c86b592 (diff) | |
download | freebsd-ports-gnome-e8b32081d77321689ab64f33e5a35fdae8bd644d.tar.gz freebsd-ports-gnome-e8b32081d77321689ab64f33e5a35fdae8bd644d.tar.zst freebsd-ports-gnome-e8b32081d77321689ab64f33e5a35fdae8bd644d.zip |
Update 2.066.0 --> 2.066.1
Convert to @sample.
-rw-r--r-- | lang/dmd2/Makefile | 6 | ||||
-rw-r--r-- | lang/dmd2/distinfo | 4 | ||||
-rw-r--r-- | lang/dmd2/pkg-plist | 5 |
3 files changed, 7 insertions, 8 deletions
diff --git a/lang/dmd2/Makefile b/lang/dmd2/Makefile index ce88c7d4bfd4..ce16d489a7a5 100644 --- a/lang/dmd2/Makefile +++ b/lang/dmd2/Makefile @@ -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 diff --git a/lang/dmd2/distinfo b/lang/dmd2/distinfo index 015309f7ffbd..edc568ecac80 100644 --- a/lang/dmd2/distinfo +++ b/lang/dmd2/distinfo @@ -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 diff --git a/lang/dmd2/pkg-plist b/lang/dmd2/pkg-plist index 9b7472978b2e..0bc78551da11 100644 --- a/lang/dmd2/pkg-plist +++ b/lang/dmd2/pkg-plist @@ -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/sys/uio.d 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/advapi32.d 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 |