Date: Thu, 27 Jun 2013 04:13:33 +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: r321847 - in head/lang/dmd2: . files Message-ID: <201306270413.r5R4DXB5089184@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Thu Jun 27 04:13:32 2013 New Revision: 321847 URL: http://svnweb.freebsd.org/changeset/ports/321847 Log: Update 2.063 --> 2.063.2 Deleted: head/lang/dmd2/files/patch-src-dmd-posix.mk Modified: head/lang/dmd2/Makefile head/lang/dmd2/distinfo head/lang/dmd2/pkg-plist Modified: head/lang/dmd2/Makefile ============================================================================== --- head/lang/dmd2/Makefile Thu Jun 27 03:46:59 2013 (r321846) +++ head/lang/dmd2/Makefile Thu Jun 27 04:13:32 2013 (r321847) @@ -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} Modified: head/lang/dmd2/distinfo ============================================================================== --- head/lang/dmd2/distinfo Thu Jun 27 03:46:59 2013 (r321846) +++ head/lang/dmd2/distinfo Thu Jun 27 04:13:32 2013 (r321847) @@ -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 Modified: head/lang/dmd2/pkg-plist ============================================================================== --- head/lang/dmd2/pkg-plist Thu Jun 27 03:46:59 2013 (r321846) +++ head/lang/dmd2/pkg-plist Thu Jun 27 04:13:32 2013 (r321847) @@ -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 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306270413.r5R4DXB5089184>