Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Sep 2017 14:54:13 +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: r449652 - head/lang/gcc
Message-ID:  <201709111454.v8BEsDJu080188@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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