svn commit: r401079 - head/lang/gcc6-devel

Gerald Pfeifer gerald at FreeBSD.org
Sun Nov 8 23:49:52 UTC 2015


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 at FreeBSD.org
 COMMENT=	GNU Compiler Collection 6


More information about the svn-ports-all mailing list