Date: Fri, 7 Jul 2017 03:15:03 +0000 (UTC) From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445203 - head/lang/ldc Message-ID: <201707070315.v673F3Gl061343@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: acm Date: Fri Jul 7 03:15:02 2017 New Revision: 445203 URL: https://svnweb.freebsd.org/changeset/ports/445203 Log: - Update to 1.2.0 Modified: head/lang/ldc/Makefile head/lang/ldc/distinfo head/lang/ldc/pkg-plist Modified: head/lang/ldc/Makefile ============================================================================== --- head/lang/ldc/Makefile Fri Jul 7 02:57:38 2017 (r445202) +++ head/lang/ldc/Makefile Fri Jul 7 03:15:02 2017 (r445203) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ldc -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= lang MASTER_SITES= https://github.com/ldc-developers/ldc/releases/download/v${PORTVERSION}/:source \ https://github.com/ldc-developers/ldc/releases/download/v${BOOTVER}/:bootstrap Modified: head/lang/ldc/distinfo ============================================================================== --- head/lang/ldc/distinfo Fri Jul 7 02:57:38 2017 (r445202) +++ head/lang/ldc/distinfo Fri Jul 7 03:15:02 2017 (r445203) @@ -1,5 +1,5 @@ -TIMESTAMP = 1488180943 -SHA256 (ldc-1.1.0-src.tar.gz) = 3b95216cd664e140dca321a6364c2238c442c972d6ccca8b9a65cb02d2e47112 -SIZE (ldc-1.1.0-src.tar.gz) = 6068433 +TIMESTAMP = 1499237199 +SHA256 (ldc-1.2.0-src.tar.gz) = 910e8a670f0fadcaf64403c924091d6debf7ad29e203808f5f2b6899217e6f2b +SIZE (ldc-1.2.0-src.tar.gz) = 6195512 SHA256 (ldc-0.17.3-src.tar.gz) = 325bd540f7eb71c309fa0ee9ef6d196a75ee2c3ccf323076053e6b7b295c2dad SIZE (ldc-0.17.3-src.tar.gz) = 4934044 Modified: head/lang/ldc/pkg-plist ============================================================================== --- head/lang/ldc/pkg-plist Fri Jul 7 02:57:38 2017 (r445202) +++ head/lang/ldc/pkg-plist Fri Jul 7 03:15:02 2017 (r445203) @@ -53,8 +53,24 @@ include/d/core/sync/rwmutex.d include/d/core/sync/semaphore.d include/d/core/sys/bionic/fcntl.d include/d/core/sys/bionic/unistd.d +include/d/core/sys/darwin/dlfcn.d +include/d/core/sys/darwin/execinfo.d +include/d/core/sys/darwin/mach/dyld.d +include/d/core/sys/darwin/mach/getsect.d +include/d/core/sys/darwin/mach/kern_return.d +include/d/core/sys/darwin/mach/loader.d +include/d/core/sys/darwin/mach/port.d +include/d/core/sys/darwin/mach/semaphore.d +include/d/core/sys/darwin/mach/thread_act.d +include/d/core/sys/darwin/pthread.d +include/d/core/sys/darwin/sys/cdefs.d +include/d/core/sys/darwin/sys/event.d +include/d/core/sys/darwin/sys/mman.d include/d/core/sys/freebsd/dlfcn.d include/d/core/sys/freebsd/execinfo.d +include/d/core/sys/freebsd/pthread_np.d +include/d/core/sys/freebsd/sys/_bitset.d +include/d/core/sys/freebsd/sys/_cpuset.d include/d/core/sys/freebsd/sys/cdefs.d include/d/core/sys/freebsd/sys/elf.d include/d/core/sys/freebsd/sys/elf32.d @@ -85,6 +101,8 @@ include/d/core/sys/linux/time.d include/d/core/sys/linux/timerfd.d include/d/core/sys/linux/tipc.d include/d/core/sys/linux/unistd.d +include/d/core/sys/openbsd/dlfcn.d +include/d/core/sys/osx/dlfcn.d include/d/core/sys/osx/execinfo.d include/d/core/sys/osx/mach/dyld.d include/d/core/sys/osx/mach/getsect.d @@ -118,6 +136,8 @@ include/d/core/sys/posix/setjmp.d include/d/core/sys/posix/signal.d include/d/core/sys/posix/stdio.d include/d/core/sys/posix/stdlib.d +include/d/core/sys/posix/sys/filio.d +include/d/core/sys/posix/sys/ioccom.d include/d/core/sys/posix/sys/ioctl.d include/d/core/sys/posix/sys/ipc.d include/d/core/sys/posix/sys/mman.d @@ -129,6 +149,7 @@ include/d/core/sys/posix/sys/socket.d include/d/core/sys/posix/sys/stat.d include/d/core/sys/posix/sys/statvfs.d include/d/core/sys/posix/sys/time.d +include/d/core/sys/posix/sys/ttycom.d include/d/core/sys/posix/sys/types.d include/d/core/sys/posix/sys/uio.d include/d/core/sys/posix/sys/un.d @@ -352,7 +373,6 @@ include/d/ldc/intrinsics.di include/d/ldc/llvmasm.di include/d/ldc/msvc.c include/d/ldc/object.d -include/d/ldc/osx_tls.c include/d/ldc/profile.d include/d/ldc/simd.di include/d/std/algorithm/comparison.d @@ -403,7 +423,6 @@ include/d/std/container/rbtree.d include/d/std/container/slist.d include/d/std/container/util.d include/d/std/conv.d -include/d/std/cstream.d include/d/std/csv.d include/d/std/datetime.d include/d/std/demangle.d @@ -411,6 +430,7 @@ include/d/std/digest/crc.d include/d/std/digest/digest.d include/d/std/digest/hmac.d include/d/std/digest/md.d +include/d/std/digest/murmurhash.d include/d/std/digest/ripemd.d include/d/std/digest/sha.d include/d/std/encoding.d @@ -447,12 +467,14 @@ include/d/std/experimental/ndslice/iteration.d include/d/std/experimental/ndslice/package.d include/d/std/experimental/ndslice/selection.d include/d/std/experimental/ndslice/slice.d +include/d/std/experimental/typecons.d include/d/std/file.d include/d/std/format.d include/d/std/functional.d include/d/std/getopt.d include/d/std/internal/cstring.d include/d/std/internal/digest/sha_SSSE3.d +include/d/std/internal/encodinginit.d include/d/std/internal/math/biguintarm.d include/d/std/internal/math/biguintcore.d include/d/std/internal/math/biguintnoasm.d @@ -495,11 +517,9 @@ include/d/std/regex/internal/thompson.d include/d/std/regex/package.d include/d/std/signals.d include/d/std/socket.d -include/d/std/socketstream.d include/d/std/stdint.d include/d/std/stdio.d include/d/std/stdiobase.d -include/d/std/stream.d include/d/std/string.d include/d/std/system.d include/d/std/traits.d
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707070315.v673F3Gl061343>