Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Nov 2015 23:49:51 +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: r401079 - head/lang/gcc6-devel
Message-ID:  <201511082349.tA8NnpEn048577@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sun Nov  8 23:49:50 2015
New Revision: 401079
URL: https://svnweb.freebsd.org/changeset/ports/401079

Log:
  Have the package name reflect the name of the port and include -devel
  as part of PKGNAMESUFFIX to signal this is not a stable version.

Modified:
  head/lang/gcc6-devel/Makefile

Modified: head/lang/gcc6-devel/Makefile
==============================================================================
--- head/lang/gcc6-devel/Makefile	Sun Nov  8 23:12:43 2015	(r401078)
+++ head/lang/gcc6-devel/Makefile	Sun Nov  8 23:49:50 2015	(r401079)
@@ -5,7 +5,7 @@ PORTNAME=	gcc
 PORTVERSION=	6.0.0.s20151101
 CATEGORIES=	lang java
 MASTER_SITES=	GCC/snapshots/${DISTVERSION}
-PKGNAMESUFFIX=	${SUFFIX}
+PKGNAMESUFFIX=	${SUFFIX}-devel
 
 MAINTAINER=	gerald@FreeBSD.org
 COMMENT=	GNU Compiler Collection 6



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