From owner-svn-ports-all@freebsd.org Fri Jul 7 03:15:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A1F8D985B7; Fri, 7 Jul 2017 03:15:04 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 3968B64E6F; Fri, 7 Jul 2017 03:15:04 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v673F3xo061346; Fri, 7 Jul 2017 03:15:03 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v673F3Gl061343; Fri, 7 Jul 2017 03:15:03 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201707070315.v673F3Gl061343@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Fri, 7 Jul 2017 03:15:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445203 - head/lang/ldc X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/lang/ldc X-SVN-Commit-Revision: 445203 X-SVN-Commit-Repository: ports 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.23 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: Fri, 07 Jul 2017 03:15:04 -0000 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