svn commit: r311284 - in head/lang/dmd2: . files
Cy Schubert
cy at FreeBSD.org
Thu Jan 31 02:33:28 UTC 2013
Author: cy
Date: Thu Jan 31 02:33:26 2013
New Revision: 311284
URL: http://svnweb.freebsd.org/changeset/ports/311284
Log:
Update 2.060 --> 2.061
Added:
head/lang/dmd2/files/patch-src-dmd-posix.mk (contents, props changed)
Modified:
head/lang/dmd2/Makefile
head/lang/dmd2/distinfo
head/lang/dmd2/pkg-plist
Modified: head/lang/dmd2/Makefile
==============================================================================
--- head/lang/dmd2/Makefile Thu Jan 31 02:32:38 2013 (r311283)
+++ head/lang/dmd2/Makefile Thu Jan 31 02:33:26 2013 (r311284)
@@ -7,7 +7,7 @@
PORTNAME= dmd
PKGNAMESUFFIX= 2
-PORTVERSION= 2.060
+PORTVERSION= 2.061
CATEGORIES= lang
MASTER_SITES= http://ftp.digitalmars.com/
DISTNAME= dmd.${PORTVERSION}
Modified: head/lang/dmd2/distinfo
==============================================================================
--- head/lang/dmd2/distinfo Thu Jan 31 02:32:38 2013 (r311283)
+++ head/lang/dmd2/distinfo Thu Jan 31 02:33:26 2013 (r311284)
@@ -1,2 +1,2 @@
-SHA256 (dmd.2.060.zip) = 8da5b46e34e476c29155eff8507aa7a6a82545b1e236f27bad2b6613d2165498
-SIZE (dmd.2.060.zip) = 26819944
+SHA256 (dmd.2.061.zip) = 13b546b69d628280f245ab19bf4ed27ab66a0085afdaf950e075e68acc7f4c93
+SIZE (dmd.2.061.zip) = 31601020
Added: head/lang/dmd2/files/patch-src-dmd-posix.mk
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/lang/dmd2/files/patch-src-dmd-posix.mk Thu Jan 31 02:33:26 2013 (r311284)
@@ -0,0 +1,10 @@
+--- ../../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
Modified: head/lang/dmd2/pkg-plist
==============================================================================
--- head/lang/dmd2/pkg-plist Thu Jan 31 02:32:38 2013 (r311283)
+++ head/lang/dmd2/pkg-plist Thu Jan 31 02:33:26 2013 (r311284)
@@ -66,11 +66,19 @@ include/d/druntime/import/core/sync/exce
include/d/druntime/import/core/sync/semaphore.di
include/d/druntime/import/core/sync/condition.di
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/epoll.d
+include/d/druntime/import/core/sys/linux/execinfo.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
include/d/druntime/import/core/sys/osx/mach/kern_return.d
include/d/druntime/import/core/sys/osx/mach/port.d
include/d/druntime/import/core/sys/osx/mach/semaphore.d
include/d/druntime/import/core/sys/osx/mach/thread_act.d
+include/d/druntime/import/core/sys/osx/pthread.d
include/d/druntime/import/core/sys/posix/arpa/inet.d
include/d/druntime/import/core/sys/posix/config.d
include/d/druntime/import/core/sys/posix/dirent.d
@@ -90,11 +98,13 @@ include/d/druntime/import/core/sys/posix
include/d/druntime/import/core/sys/posix/signal.d
include/d/druntime/import/core/sys/posix/stdio.d
include/d/druntime/import/core/sys/posix/stdlib.d
+include/d/druntime/import/core/sys/posix/sys/ioctl.d
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/socket.d
+include/d/druntime/import/core/sys/posix/sys/statvfs.d
include/d/druntime/import/core/sys/posix/sys/stat.d
include/d/druntime/import/core/sys/posix/sys/time.d
include/d/druntime/import/core/sys/posix/sys/types.d
@@ -114,6 +124,7 @@ include/d/druntime/import/core/sys/windo
include/d/druntime/import/core/sys/windows/windows.d
include/d/druntime/import/core/time.d
include/d/druntime/import/core/vararg.d
+include/d/druntime/import/etc/linux/memoryerror.d
include/d/druntime/import/object.di
include/d/phobos2/crc32.d
include/d/phobos2/etc/c/zlib.d
@@ -157,12 +168,18 @@ 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
+include/d/phobos2/std/digest/digest.d
+include/d/phobos2/std/digest/md.d
+include/d/phobos2/std/digest/ripemd.d
+include/d/phobos2/std/digest/sha.d
include/d/phobos2/std/encoding.d
include/d/phobos2/std/exception.d
include/d/phobos2/std/file.d
include/d/phobos2/std/format.d
include/d/phobos2/std/functional.d
include/d/phobos2/std/getopt.d
+include/d/phobos2/std/internal/digest/sha_SSSE3.d
include/d/phobos2/std/internal/math/biguintcore.d
include/d/phobos2/std/internal/math/biguintnoasm.d
include/d/phobos2/std/internal/math/biguintx86.d
@@ -224,7 +241,9 @@ include/d/phobos2/unittest.d
@dirrm include/d/phobos2/std/net
@dirrm include/d/phobos2/std/internal/windows
@dirrm include/d/phobos2/std/internal/math
+ at dirrm include/d/phobos2/std/internal/digest
@dirrm include/d/phobos2/std/internal
+ at dirrm include/d/phobos2/std/digest
@dirrm include/d/phobos2/std/c/windows
@dirrm include/d/phobos2/std/c/osx
@dirrm include/d/phobos2/std/c/linux
@@ -234,6 +253,8 @@ include/d/phobos2/unittest.d
@dirrm include/d/phobos2/etc/c
@dirrm include/d/phobos2/etc
@dirrm include/d/phobos2
+ at dirrm include/d/druntime/import/etc/linux
+ at dirrm include/d/druntime/import/etc
@dirrm include/d/druntime/import/core/sys/windows
@dirrm include/d/druntime/import/core/sys/posix/sys
@dirrm include/d/druntime/import/core/sys/posix/netinet
@@ -242,6 +263,8 @@ include/d/phobos2/unittest.d
@dirrm include/d/druntime/import/core/sys/posix
@dirrm include/d/druntime/import/core/sys/osx/mach
@dirrm include/d/druntime/import/core/sys/osx
+ at dirrm include/d/druntime/import/core/sys/linux/sys
+ at dirrm include/d/druntime/import/core/sys/linux
@dirrm include/d/druntime/import/core/sys/freebsd/sys
@dirrm include/d/druntime/import/core/sys/freebsd
@dirrm include/d/druntime/import/core/sys
More information about the svn-ports-head
mailing list