From owner-svn-ports-head@FreeBSD.ORG Sun Mar 17 17:18:31 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C2F4FBE1; Sun, 17 Mar 2013 17:18:31 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9CE4DA5C; Sun, 17 Mar 2013 17:18:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2HHIVEj080676; Sun, 17 Mar 2013 17:18:31 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2HHIV8G080673; Sun, 17 Mar 2013 17:18:31 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201303171718.r2HHIV8G080673@svn.freebsd.org> From: Cy Schubert Date: Sun, 17 Mar 2013 17:18:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314469 - 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.14 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: Sun, 17 Mar 2013 17:18:31 -0000 Author: cy Date: Sun Mar 17 17:18:30 2013 New Revision: 314469 URL: http://svnweb.freebsd.org/changeset/ports/314469 Log: Update 2.061 --> 2.062 Modified: head/lang/dmd2/Makefile head/lang/dmd2/distinfo head/lang/dmd2/pkg-plist Modified: head/lang/dmd2/Makefile ============================================================================== --- head/lang/dmd2/Makefile Sun Mar 17 17:16:26 2013 (r314468) +++ head/lang/dmd2/Makefile Sun Mar 17 17:18:30 2013 (r314469) @@ -7,7 +7,7 @@ PORTNAME= dmd PKGNAMESUFFIX= 2 -PORTVERSION= 2.061 +PORTVERSION= 2.062 CATEGORIES= lang MASTER_SITES= http://ftp.digitalmars.com/ DISTNAME= dmd.${PORTVERSION} Modified: head/lang/dmd2/distinfo ============================================================================== --- head/lang/dmd2/distinfo Sun Mar 17 17:16:26 2013 (r314468) +++ head/lang/dmd2/distinfo Sun Mar 17 17:18:30 2013 (r314469) @@ -1,2 +1,2 @@ -SHA256 (dmd.2.061.zip) = 13b546b69d628280f245ab19bf4ed27ab66a0085afdaf950e075e68acc7f4c93 -SIZE (dmd.2.061.zip) = 31601020 +SHA256 (dmd.2.062.zip) = 24e86ce99d40aea68aba55c074e48a54afedd542e78795923d86046dedbc687c +SIZE (dmd.2.062.zip) = 31993318 Modified: head/lang/dmd2/pkg-plist ============================================================================== --- head/lang/dmd2/pkg-plist Sun Mar 17 17:16:26 2013 (r314468) +++ head/lang/dmd2/pkg-plist Sun Mar 17 17:18:30 2013 (r314469) @@ -69,6 +69,7 @@ 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/event.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/execinfo.d include/d/druntime/import/core/sys/linux/sys/signalfd.d @@ -84,6 +85,7 @@ include/d/druntime/import/core/sys/posix include/d/druntime/import/core/sys/posix/dirent.d include/d/druntime/import/core/sys/posix/dlfcn.d include/d/druntime/import/core/sys/posix/fcntl.d +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/netinet/in_.d