From owner-svn-ports-all@FreeBSD.ORG Thu Jan 31 02:33:28 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id F3C038AF; Thu, 31 Jan 2013 02:33:27 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D64DE33C; Thu, 31 Jan 2013 02:33:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0V2XReR088623; Thu, 31 Jan 2013 02:33:27 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0V2XRWE088616; Thu, 31 Jan 2013 02:33:27 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201301310233.r0V2XRWE088616@svn.freebsd.org> From: Cy Schubert Date: Thu, 31 Jan 2013 02:33:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311284 - in head/lang/dmd2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jan 2013 02:33:28 -0000 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 +@dirrm include/d/phobos2/std/internal/digest @dirrm include/d/phobos2/std/internal +@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 +@dirrm include/d/druntime/import/etc/linux +@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 +@dirrm include/d/druntime/import/core/sys/linux/sys +@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