From owner-svn-ports-all@FreeBSD.ORG Sun Feb 9 14:57:11 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E578C0A; Sun, 9 Feb 2014 14:57:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1671C1B83; Sun, 9 Feb 2014 14:57:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s19EvAsT068216; Sun, 9 Feb 2014 14:57:10 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s19EvAjb068210; Sun, 9 Feb 2014 14:57:10 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201402091457.s19EvAjb068210@svn.freebsd.org> From: Cy Schubert Date: Sun, 9 Feb 2014 14:57:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343508 - head/lang/dmd2 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.17 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: Sun, 09 Feb 2014 14:57:11 -0000 Author: cy Date: Sun Feb 9 14:57:10 2014 New Revision: 343508 URL: http://svnweb.freebsd.org/changeset/ports/343508 QAT: https://qat.redports.org/buildarchive/r343508/ Log: Update dmd2-2.064 --> dmd2-2.064.2 Submitted by: Cristian Ferretti Modified: head/lang/dmd2/Makefile head/lang/dmd2/distinfo head/lang/dmd2/pkg-plist Modified: head/lang/dmd2/Makefile ============================================================================== --- head/lang/dmd2/Makefile Sun Feb 9 14:56:36 2014 (r343507) +++ head/lang/dmd2/Makefile Sun Feb 9 14:57:10 2014 (r343508) @@ -3,7 +3,7 @@ PORTNAME= dmd PKGNAMESUFFIX= 2 -PORTVERSION= 2.064 +PORTVERSION= 2.064.2 CATEGORIES= lang MASTER_SITES= http://ftp.digitalmars.com/ DISTNAME= dmd.${PORTVERSION} @@ -91,6 +91,8 @@ do-install: ${MKDIR} ${STAGEDIR}${MODULEDIR}/etc/c ${INSTALL_DATA} ${WRKSRC}/../phobos/*.d ${STAGEDIR}${MODULEDIR} ${INSTALL_DATA} ${WRKSRC}/../phobos/etc/c/zlib.d ${STAGEDIR}${MODULEDIR}/etc/c + ${INSTALL_DATA} ${WRKSRC}/../phobos/etc/c/curl.d ${STAGEDIR}${MODULEDIR}/etc/c + ${INSTALL_DATA} ${WRKSRC}/../phobos/etc/c/sqlite3.d ${STAGEDIR}${MODULEDIR}/etc/c cd ${WRKSRC}/../phobos && ${COPYTREE_SHARE} std ${STAGEDIR}${MODULEDIR} ${MKDIR} ${STAGEDIR}${MODULEDIR}/../druntime cd ${WRKSRC}/../druntime && ${COPYTREE_SHARE} import ${STAGEDIR}${MODULEDIR}/../druntime Modified: head/lang/dmd2/distinfo ============================================================================== --- head/lang/dmd2/distinfo Sun Feb 9 14:56:36 2014 (r343507) +++ head/lang/dmd2/distinfo Sun Feb 9 14:57:10 2014 (r343508) @@ -1,2 +1,2 @@ -SHA256 (dmd.2.064.zip) = acbe4aa9e8bee75f2272e1b2dc147956b22f03decc6af61b9b8890fe5e1913cf -SIZE (dmd.2.064.zip) = 36987095 +SHA256 (dmd.2.064.2.zip) = f51a10a137e0be6fb8ef32e3ff475aa377af1461400ec2cef2dcb917976f12c4 +SIZE (dmd.2.064.2.zip) = 33349115 Modified: head/lang/dmd2/pkg-plist ============================================================================== --- head/lang/dmd2/pkg-plist Sun Feb 9 14:56:36 2014 (r343507) +++ head/lang/dmd2/pkg-plist Sun Feb 9 14:57:10 2014 (r343508) @@ -23,6 +23,7 @@ lib/libphobos2.a %%EXAMPLESDIR%%/samples/d/mydll/mydll.di %%EXAMPLESDIR%%/samples/d/mydll/test.d %%EXAMPLESDIR%%/samples/d/pi.d +%%EXAMPLESDIR%%/samples/d/posix.mak %%EXAMPLESDIR%%/samples/d/sieve.d %%EXAMPLESDIR%%/samples/d/wc.d %%EXAMPLESDIR%%/samples/d/wc2.d @@ -59,22 +60,29 @@ include/d/druntime/import/core/stdc/time include/d/druntime/import/core/stdc/wchar_.d include/d/druntime/import/core/stdc/wctype.d include/d/druntime/import/core/sync/barrier.di -include/d/druntime/import/core/sync/rwmutex.di +include/d/druntime/import/core/sync/condition.di include/d/druntime/import/core/sync/config.di -include/d/druntime/import/core/sync/mutex.di include/d/druntime/import/core/sync/exception.di +include/d/druntime/import/core/sync/mutex.di +include/d/druntime/import/core/sync/rwmutex.di 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/elf.d +include/d/druntime/import/core/sys/freebsd/sys/elf32.d +include/d/druntime/import/core/sys/freebsd/sys/elf64.d +include/d/druntime/import/core/sys/freebsd/sys/elf_common.d include/d/druntime/import/core/sys/freebsd/sys/event.d +include/d/druntime/import/core/sys/freebsd/sys/link_elf.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/errno.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/inotify.d +include/d/druntime/import/core/sys/linux/sys/mman.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 @@ -91,9 +99,9 @@ include/d/druntime/import/core/sys/posix include/d/druntime/import/core/sys/posix/grp.d include/d/druntime/import/core/sys/posix/inttypes.d include/d/druntime/import/core/sys/posix/net/if_.d +include/d/druntime/import/core/sys/posix/netdb.d include/d/druntime/import/core/sys/posix/netinet/in_.d include/d/druntime/import/core/sys/posix/netinet/tcp.d -include/d/druntime/import/core/sys/posix/netdb.d include/d/druntime/import/core/sys/posix/poll.d include/d/druntime/import/core/sys/posix/pthread.d include/d/druntime/import/core/sys/posix/pwd.d @@ -106,12 +114,12 @@ include/d/druntime/import/core/sys/posix 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/resource.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 +include/d/druntime/import/core/sys/posix/sys/statvfs.d include/d/druntime/import/core/sys/posix/sys/time.d include/d/druntime/import/core/sys/posix/sys/types.d include/d/druntime/import/core/sys/posix/sys/uio.d @@ -128,11 +136,14 @@ include/d/druntime/import/core/sys/windo include/d/druntime/import/core/sys/windows/stacktrace.d include/d/druntime/import/core/sys/windows/threadaux.d include/d/druntime/import/core/sys/windows/windows.d +include/d/druntime/import/core/thread.di 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/curl.d +include/d/phobos2/etc/c/sqlite3.d include/d/phobos2/etc/c/zlib.d include/d/phobos2/index.d include/d/phobos2/std/algorithm.d @@ -189,9 +200,14 @@ include/d/phobos2/std/internal/math/bigu include/d/phobos2/std/internal/math/biguintx86.d include/d/phobos2/std/internal/math/errorfunction.d include/d/phobos2/std/internal/math/gammafunction.d +include/d/phobos2/std/internal/processinit.d include/d/phobos2/std/internal/uni.d include/d/phobos2/std/internal/uni_tab.d -include/d/phobos2/std/internal/processinit.d +include/d/phobos2/std/internal/unicode_comp.d +include/d/phobos2/std/internal/unicode_decomp.d +include/d/phobos2/std/internal/unicode_grapheme.d +include/d/phobos2/std/internal/unicode_norm.d +include/d/phobos2/std/internal/unicode_tables.d include/d/phobos2/std/internal/windows/advapi32.d include/d/phobos2/std/json.d include/d/phobos2/std/math.d