Date: Mon, 14 Apr 2014 19:46:59 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> 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 Message-ID: <201404141946.s3EJkxpo004551@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404141946.s3EJkxpo004551>