diff options
author | Cy Schubert <cy@FreeBSD.org> | 2013-06-27 12:13:32 +0800 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2013-06-27 12:13:32 +0800 |
commit | 47737a529928b53f66ca2d2b6224ad12ceada142 (patch) | |
tree | 4291203a6c4687a848b5225bd5c1e9b8b9ddfd57 | |
parent | ea1e0ca9756219cbe74c39c01b42e2245b70988f (diff) | |
download | freebsd-ports-gnome-47737a529928b53f66ca2d2b6224ad12ceada142.tar.gz freebsd-ports-gnome-47737a529928b53f66ca2d2b6224ad12ceada142.tar.zst freebsd-ports-gnome-47737a529928b53f66ca2d2b6224ad12ceada142.zip |
Update 2.063 --> 2.063.2
-rw-r--r-- | lang/dmd2/Makefile | 2 | ||||
-rw-r--r-- | lang/dmd2/distinfo | 4 | ||||
-rw-r--r-- | lang/dmd2/files/patch-src-dmd-posix.mk | 10 | ||||
-rw-r--r-- | lang/dmd2/pkg-plist | 8 |
4 files changed, 7 insertions, 17 deletions
diff --git a/lang/dmd2/Makefile b/lang/dmd2/Makefile index 25bd44843a9a..d83a691310be 100644 --- a/lang/dmd2/Makefile +++ b/lang/dmd2/Makefile @@ -7,7 +7,7 @@ PORTNAME= dmd PKGNAMESUFFIX= 2 -PORTVERSION= 2.063 +PORTVERSION= 2.063.2 CATEGORIES= lang MASTER_SITES= http://ftp.digitalmars.com/ DISTNAME= dmd.${PORTVERSION} diff --git a/lang/dmd2/distinfo b/lang/dmd2/distinfo index ce5c56976dc0..2489c43c046c 100644 --- a/lang/dmd2/distinfo +++ b/lang/dmd2/distinfo @@ -1,2 +1,2 @@ -SHA256 (dmd.2.063.zip) = 43249dd1f5ca111006b6a5b7125f8e9326badadb6d9db2105ba93569addc50af -SIZE (dmd.2.063.zip) = 29886904 +SHA256 (dmd.2.063.2.zip) = ddb8fc86377fbfc15509801664ecbbc66fd6386ff5c0f415c2b9993add1bea75 +SIZE (dmd.2.063.2.zip) = 33144090 diff --git a/lang/dmd2/files/patch-src-dmd-posix.mk b/lang/dmd2/files/patch-src-dmd-posix.mk deleted file mode 100644 index a29bdf95860a..000000000000 --- a/lang/dmd2/files/patch-src-dmd-posix.mk +++ /dev/null @@ -1,10 +0,0 @@ ---- ../../src/dmd/posix.mak.orig 2013-01-30 16:22:38.591086765 -0800 -+++ ../../src/dmd/posix.mak 2013-01-30 16:23:37.631295903 -0800 -@@ -49,7 +49,6 @@ - TK=tk - ROOT=root - --MODEL=32 - ifneq (x,x$(MODEL)) - MODEL_FLAG=-m$(MODEL) - endif diff --git a/lang/dmd2/pkg-plist b/lang/dmd2/pkg-plist index d6604be2affc..15e14302bac6 100644 --- a/lang/dmd2/pkg-plist +++ b/lang/dmd2/pkg-plist @@ -69,9 +69,12 @@ include/d/druntime/import/core/thread.di include/d/druntime/import/core/sys/freebsd/dlfcn.d include/d/druntime/import/core/sys/freebsd/execinfo.d include/d/druntime/import/core/sys/freebsd/sys/event.d +include/d/druntime/import/core/sys/linux/config.d +include/d/druntime/import/core/sys/linux/dlfcn.d include/d/druntime/import/core/sys/linux/elf.d include/d/druntime/import/core/sys/linux/epoll.d include/d/druntime/import/core/sys/linux/execinfo.d +include/d/druntime/import/core/sys/linux/link.d include/d/druntime/import/core/sys/linux/sys/signalfd.d include/d/druntime/import/core/sys/linux/sys/xattr.d include/d/druntime/import/core/sys/osx/execinfo.d @@ -105,6 +108,7 @@ include/d/druntime/import/core/sys/posix/sys/ipc.d include/d/druntime/import/core/sys/posix/sys/mman.d include/d/druntime/import/core/sys/posix/sys/select.d include/d/druntime/import/core/sys/posix/sys/shm.d +include/d/druntime/import/core/sys/posix/sys/resource.d include/d/druntime/import/core/sys/posix/sys/socket.d include/d/druntime/import/core/sys/posix/sys/statvfs.d include/d/druntime/import/core/sys/posix/sys/stat.d @@ -164,10 +168,8 @@ include/d/phobos2/std/complex.d include/d/phobos2/std/concurrency.d include/d/phobos2/std/container.d include/d/phobos2/std/conv.d -include/d/phobos2/std/cpuid.d include/d/phobos2/std/cstream.d include/d/phobos2/std/csv.d -include/d/phobos2/std/ctype.d include/d/phobos2/std/datetime.d include/d/phobos2/std/demangle.d include/d/phobos2/std/digest/crc.d @@ -203,12 +205,10 @@ include/d/phobos2/std/numeric.d include/d/phobos2/std/outbuffer.d include/d/phobos2/std/parallelism.d include/d/phobos2/std/path.d -include/d/phobos2/std/perf.d include/d/phobos2/std/process.d include/d/phobos2/std/random.d include/d/phobos2/std/range.d include/d/phobos2/std/regex.d -include/d/phobos2/std/regexp.d include/d/phobos2/std/signals.d include/d/phobos2/std/socket.d include/d/phobos2/std/socketstream.d |