From owner-svn-ports-head@FreeBSD.ORG Thu Mar 26 13:31:16 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2927EDE; Thu, 26 Mar 2015 13:31:16 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A45CB7B0; Thu, 26 Mar 2015 13:31:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2QDVG70073172; Thu, 26 Mar 2015 13:31:16 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2QDVFni073112; Thu, 26 Mar 2015 13:31:15 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201503261331.t2QDVFni073112@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 26 Mar 2015 13:31:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382305 - 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-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Mar 2015 13:31:16 -0000 Author: cy Date: Thu Mar 26 13:31:14 2015 New Revision: 382305 URL: https://svnweb.freebsd.org/changeset/ports/382305 QAT: https://qat.redports.org/buildarchive/r382305/ Log: Update 2.066.1 --> 2.067.0 Modified: head/lang/dmd2/Makefile head/lang/dmd2/distinfo head/lang/dmd2/pkg-plist Modified: head/lang/dmd2/Makefile ============================================================================== --- head/lang/dmd2/Makefile Thu Mar 26 13:12:38 2015 (r382304) +++ head/lang/dmd2/Makefile Thu Mar 26 13:31:14 2015 (r382305) @@ -3,8 +3,7 @@ PORTNAME= dmd PKGNAMESUFFIX= 2 -PORTVERSION= 2.066.1 -PORTREVISION= 1 +PORTVERSION= 2.067.0 CATEGORIES= lang MASTER_SITES= http://ftp.digitalmars.com/ DISTNAME= dmd.${PORTVERSION} Modified: head/lang/dmd2/distinfo ============================================================================== --- head/lang/dmd2/distinfo Thu Mar 26 13:12:38 2015 (r382304) +++ head/lang/dmd2/distinfo Thu Mar 26 13:31:14 2015 (r382305) @@ -1,2 +1,2 @@ -SHA256 (dmd.2.066.1.zip) = c6b0bf73e9c7d24dd6c827ec9fe4f1da8156569da3b36df517434043f3e32ee2 -SIZE (dmd.2.066.1.zip) = 52987265 +SHA256 (dmd.2.067.0.zip) = 0b1b65694846ef3430de1de341c8cf353151a1a39656e6a1065fe56bc90fb60b +SIZE (dmd.2.067.0.zip) = 56202019 Modified: head/lang/dmd2/pkg-plist ============================================================================== --- head/lang/dmd2/pkg-plist Thu Mar 26 13:12:38 2015 (r382304) +++ head/lang/dmd2/pkg-plist Thu Mar 26 13:31:14 2015 (r382305) @@ -34,15 +34,14 @@ include/d/druntime/import/core/bitop.d include/d/druntime/import/core/checkedint.d include/d/druntime/import/core/cpuid.d include/d/druntime/import/core/demangle.d +include/d/druntime/import/core/exception.d include/d/druntime/import/core/internal/convert.d include/d/druntime/import/core/internal/hash.d include/d/druntime/import/core/internal/traits.d -include/d/druntime/import/core/exception.d include/d/druntime/import/core/math.d include/d/druntime/import/core/memory.d include/d/druntime/import/core/runtime.d include/d/druntime/import/core/simd.d -include/d/druntime/import/core/thread.d include/d/druntime/import/core/stdc/complex.d include/d/druntime/import/core/stdc/config.d include/d/druntime/import/core/stdc/ctype.d @@ -73,12 +72,15 @@ include/d/druntime/import/core/sync/rwmu include/d/druntime/import/core/sync/semaphore.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/cdefs.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/freebsd/sys/mman.d +include/d/druntime/import/core/sys/freebsd/time.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 @@ -89,14 +91,22 @@ include/d/druntime/import/core/sys/linux 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/sysinfo.d include/d/druntime/import/core/sys/linux/sys/xattr.d include/d/druntime/import/core/sys/linux/termios.d +include/d/druntime/import/core/sys/linux/time.d +include/d/druntime/import/core/sys/linux/tipc.d include/d/druntime/import/core/sys/osx/execinfo.d +include/d/druntime/import/core/sys/osx/mach/dyld.d +include/d/druntime/import/core/sys/osx/mach/getsect.d include/d/druntime/import/core/sys/osx/mach/kern_return.d +include/d/druntime/import/core/sys/osx/mach/loader.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/osx/sys/cdefs.d +include/d/druntime/import/core/sys/osx/sys/mman.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 @@ -138,11 +148,30 @@ include/d/druntime/import/core/sys/posix include/d/druntime/import/core/sys/posix/ucontext.d include/d/druntime/import/core/sys/posix/unistd.d include/d/druntime/import/core/sys/posix/utime.d +include/d/druntime/import/core/sys/solaris/dlfcn.d +include/d/druntime/import/core/sys/solaris/elf.d +include/d/druntime/import/core/sys/solaris/execinfo.d +include/d/druntime/import/core/sys/solaris/libelf.d +include/d/druntime/import/core/sys/solaris/link.d +include/d/druntime/import/core/sys/solaris/sys/elf.d +include/d/druntime/import/core/sys/solaris/sys/elf_386.d +include/d/druntime/import/core/sys/solaris/sys/elf_SPARC.d +include/d/druntime/import/core/sys/solaris/sys/elf_amd64.d +include/d/druntime/import/core/sys/solaris/sys/elf_notes.d +include/d/druntime/import/core/sys/solaris/sys/elftypes.d +include/d/druntime/import/core/sys/solaris/sys/link.d +include/d/druntime/import/core/sys/solaris/sys/priocntl.d +include/d/druntime/import/core/sys/solaris/sys/procset.d +include/d/druntime/import/core/sys/solaris/sys/types.d +include/d/druntime/import/core/sys/windows/com.d include/d/druntime/import/core/sys/windows/dbghelp.d include/d/druntime/import/core/sys/windows/dll.d include/d/druntime/import/core/sys/windows/stacktrace.d +include/d/druntime/import/core/sys/windows/stat.d include/d/druntime/import/core/sys/windows/threadaux.d include/d/druntime/import/core/sys/windows/windows.d +include/d/druntime/import/core/sys/windows/winsock2.d +include/d/druntime/import/core/thread.d include/d/druntime/import/core/time.d include/d/druntime/import/core/vararg.d include/d/druntime/import/etc/linux/memoryerror.d @@ -151,7 +180,14 @@ 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 +include/d/phobos2/std/algorithm/comparison.d +include/d/phobos2/std/algorithm/internal.d +include/d/phobos2/std/algorithm/iteration.d +include/d/phobos2/std/algorithm/mutation.d +include/d/phobos2/std/algorithm/package.d +include/d/phobos2/std/algorithm/searching.d +include/d/phobos2/std/algorithm/setops.d +include/d/phobos2/std/algorithm/sorting.d include/d/phobos2/std/array.d include/d/phobos2/std/ascii.d include/d/phobos2/std/base64.d @@ -202,11 +238,17 @@ 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/experimental/logger/core.d +include/d/phobos2/std/experimental/logger/filelogger.d +include/d/phobos2/std/experimental/logger/multilogger.d +include/d/phobos2/std/experimental/logger/nulllogger.d +include/d/phobos2/std/experimental/logger/package.d include/d/phobos2/std/experimental/note.md 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/cstring.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 @@ -215,6 +257,7 @@ include/d/phobos2/std/internal/math/erro include/d/phobos2/std/internal/math/gammafunction.d include/d/phobos2/std/internal/processinit.d include/d/phobos2/std/internal/scopebuffer.d +include/d/phobos2/std/internal/test/dummyrange.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 @@ -234,8 +277,17 @@ include/d/phobos2/std/parallelism.d include/d/phobos2/std/path.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/range/interfaces.d +include/d/phobos2/std/range/package.d +include/d/phobos2/std/range/primitives.d +include/d/phobos2/std/regex/internal/backtracking.d +include/d/phobos2/std/regex/internal/generator.d +include/d/phobos2/std/regex/internal/ir.d +include/d/phobos2/std/regex/internal/kickstart.d +include/d/phobos2/std/regex/internal/parser.d +include/d/phobos2/std/regex/internal/tests.d +include/d/phobos2/std/regex/internal/thompson.d +include/d/phobos2/std/regex/package.d include/d/phobos2/std/signals.d include/d/phobos2/std/socket.d include/d/phobos2/std/socketstream.d