svn commit: r449652 - head/lang/gcc

Gerald Pfeifer gerald at FreeBSD.org
Mon Sep 11 14:54:14 UTC 2017


Author: gerald
Date: Mon Sep 11 14:54:12 2017
New Revision: 449652
URL: https://svnweb.freebsd.org/changeset/ports/449652

Log:
  Replace the hard-coded PORTVERSION by GCC_DEFAULT now that we did dump
  the major version (so this does not result in a need for PORTEPOCH).
  
  PR:		219275
  Reported by:	jbeich

Modified:
  head/lang/gcc/Makefile

Modified: head/lang/gcc/Makefile
==============================================================================
--- head/lang/gcc/Makefile	Mon Sep 11 14:51:28 2017	(r449651)
+++ head/lang/gcc/Makefile	Mon Sep 11 14:54:12 2017	(r449652)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	5.4.0
-PORTREVISION=	3
+PORTVERSION=	${GCC_DEFAULT}
 CATEGORIES=	lang java
 MASTER_SITES=	# not applicable
 DISTFILES=	# not applicable


More information about the svn-ports-all mailing list