Date: Tue, 28 Apr 2015 23:40:37 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384947 - in head/lang: . gcc5-devel Message-ID: <201504282340.t3SNebr6093811@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Tue Apr 28 23:40:37 2015 New Revision: 384947 URL: https://svnweb.freebsd.org/changeset/ports/384947 Log: With lang/gcc5 now tracking GCC 5 releases, this new port -- gcc5-devel -- is going to track regular development snapshots of GCC 5. Added: head/lang/gcc5-devel/ - copied from r384518, head/lang/gcc5/ Modified: head/lang/Makefile head/lang/gcc5-devel/Makefile Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Tue Apr 28 23:38:13 2015 (r384946) +++ head/lang/Makefile Tue Apr 28 23:40:37 2015 (r384947) @@ -90,6 +90,7 @@ SUBDIR += gcc49 SUBDIR += gcc5 SUBDIR += gcc5-aux + SUBDIR += gcc5-devel SUBDIR += gcc6-devel SUBDIR += gcl SUBDIR += gforth Modified: head/lang/gcc5-devel/Makefile ============================================================================== --- head/lang/gcc5/Makefile Wed Apr 22 20:11:53 2015 (r384518) +++ head/lang/gcc5-devel/Makefile Tue Apr 28 23:40:37 2015 (r384947) @@ -4,8 +4,7 @@ PORTNAME= gcc PORTVERSION= 5.0.1.s20150421 CATEGORIES= lang java -MASTER_SITES= ${MASTER_SITE_GCC} -MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} +MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} MAINTAINER= gerald@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504282340.t3SNebr6093811>