diff options
author | cy <cy@FreeBSD.org> | 2015-03-26 21:31:14 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2015-03-26 21:31:14 +0800 |
commit | e5132a70f04f15b868b9c31d7ed40f6038219b0e (patch) | |
tree | 92c98f148d90e6a5ab1c081daf469ceae995aaca /lang/dmd2 | |
parent | 889f008e7ebc7d7a605935633c57ba59b81ebfe9 (diff) | |
download | freebsd-ports-gnome-e5132a70f04f15b868b9c31d7ed40f6038219b0e.tar.gz freebsd-ports-gnome-e5132a70f04f15b868b9c31d7ed40f6038219b0e.tar.zst freebsd-ports-gnome-e5132a70f04f15b868b9c31d7ed40f6038219b0e.zip |
Update 2.066.1 --> 2.067.0
Diffstat (limited to 'lang/dmd2')
-rw-r--r-- | lang/dmd2/Makefile | 3 | ||||
-rw-r--r-- | lang/dmd2/distinfo | 4 | ||||
-rw-r--r-- | lang/dmd2/pkg-plist | 62 |
3 files changed, 60 insertions, 9 deletions
diff --git a/lang/dmd2/Makefile b/lang/dmd2/Makefile index 706fa596ffcb..853d20fcdc77 100644 --- a/lang/dmd2/Makefile +++ b/lang/dmd2/Makefile @@ -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} diff --git a/lang/dmd2/distinfo b/lang/dmd2/distinfo index edc568ecac80..ddcb1607e995 100644 --- a/lang/dmd2/distinfo +++ b/lang/dmd2/distinfo @@ -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 diff --git a/lang/dmd2/pkg-plist b/lang/dmd2/pkg-plist index 091a1ba8e003..68d00180bfd5 100644 --- a/lang/dmd2/pkg-plist +++ b/lang/dmd2/pkg-plist @@ -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/rwmutex.di 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/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/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/time.d 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/errorfunction.d 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 |