From owner-svn-ports-all@FreeBSD.ORG Mon Apr 14 19:47:00 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 68DEF6B3; Mon, 14 Apr 2014 19:47:00 +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 3BED91342; Mon, 14 Apr 2014 19:47:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3EJl0gV004557; Mon, 14 Apr 2014 19:47:00 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3EJkxpo004551; Mon, 14 Apr 2014 19:46:59 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201404141946.s3EJkxpo004551@svn.freebsd.org> From: Cy Schubert Date: Mon, 14 Apr 2014 19:46:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351280 - in head: . lang lang/dmd lang/dmd1 X-SVN-Group: ports-head 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.17 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: Mon, 14 Apr 2014 19:47:00 -0000 Author: cy Date: Mon Apr 14 19:46:59 2014 New Revision: 351280 URL: http://svnweb.freebsd.org/changeset/ports/351280 QAT: https://qat.redports.org/buildarchive/r351280/ Log: lang/dmd is no longer the primary dmd port as it is no longer supported by digitalmars.com. It logically switches places with dmd2. dmd2 retains the dmd2 name while lang/dmd is renamed to dmd1. Added: head/lang/dmd1/ - copied from r351279, head/lang/dmd/ Deleted: head/lang/dmd/ Modified: head/MOVED head/UPDATING head/lang/Makefile head/lang/dmd1/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Mon Apr 14 19:28:06 2014 (r351279) +++ head/MOVED Mon Apr 14 19:46:59 2014 (r351280) @@ -5997,3 +5997,4 @@ graphics/camediaplay||2014-04-13|Has exp math/umatrix||2014-04-13|Has expired: Unmaintained since 2001 lang/f77||2014-04-13|Has expired: Unmaintained since 2001 security/labrea||2014-04-14|Has expired: Unmaintained since 2003 +lang/dmd|lang/dmd1|2014-04-14|Upline no longer supports dmd 1.X, it is now the secondary dmd port. Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Apr 14 19:28:06 2014 (r351279) +++ head/UPDATING Mon Apr 14 19:46:59 2014 (r351280) @@ -5,6 +5,16 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20140414: + AFFECTS: Users of dmd 1.X and dmd 2.x. + AUTHOR: cy@FreeBSD.org + + lang/dmd and lang/dmd2 have switched places. Dmd 1.x is no longer supported + by digitalmars.com and is now the secondary dmd port in the collection. + Dmd2 is the primary port. What this means to dmd users is that dmd1 is now + used to invoke dmd 1.x and the dmd command (instead of dmd2) now invokes + dmd 2.x. + 20140413: AFFECTS: Users of Python and pkg >= 1.2.7_1 AUTHOR: koobs@FreeBSD.org Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Mon Apr 14 19:28:06 2014 (r351279) +++ head/lang/Makefile Mon Apr 14 19:46:59 2014 (r351280) @@ -47,7 +47,7 @@ SUBDIR += cython SUBDIR += diveintopython SUBDIR += dlv - SUBDIR += dmd + SUBDIR += dmd1 SUBDIR += dmd2 SUBDIR += dragonegg-devel46 SUBDIR += dragonegg46-33 Modified: head/lang/dmd1/Makefile ============================================================================== --- head/lang/dmd/Makefile Mon Apr 14 19:28:06 2014 (r351279) +++ head/lang/dmd1/Makefile Mon Apr 14 19:46:59 2014 (r351280) @@ -3,6 +3,7 @@ PORTNAME= dmd PORTVERSION= 1.076 +PKGNAMESUFFIX= 1 CATEGORIES= lang MASTER_SITES= http://ftp.digitalmars.com/ DISTNAME= ${PORTNAME}.${PORTVERSION}