Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Apr 2015 18:01:58 +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: r385001 - head/lang/gcc5-devel
Message-ID:  <201504291801.t3TI1wnF044558@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Wed Apr 29 18:01:57 2015
New Revision: 385001
URL: https://svnweb.freebsd.org/changeset/ports/385001

Log:
  Avoid duplicate LATEST_LINK/PKG_NAME with lang/gcc5 by adjusting
  PKGNAMESUFFIX to also carry -devel.
  
  Mirror the removal of Dragonfly's Makefile from lang/gcc5.

Deleted:
  head/lang/gcc5-devel/Makefile.DragonFly
Modified:
  head/lang/gcc5-devel/Makefile

Modified: head/lang/gcc5-devel/Makefile
==============================================================================
--- head/lang/gcc5-devel/Makefile	Wed Apr 29 17:48:42 2015	(r385000)
+++ head/lang/gcc5-devel/Makefile	Wed Apr 29 18:01:57 2015	(r385001)
@@ -5,7 +5,7 @@ PORTNAME=	gcc
 PORTVERSION=	5.0.1.s20150421
 CATEGORIES=	lang java
 MASTER_SITES=	GCC/snapshots/${DISTVERSION}
-PKGNAMESUFFIX=	${SUFFIX}
+PKGNAMESUFFIX=	${SUFFIX}-devel
 
 MAINTAINER=	gerald@FreeBSD.org
 COMMENT=	GNU Compiler Collection 5



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504291801.t3TI1wnF044558>