From owner-svn-ports-head@freebsd.org Fri Feb 3 15:18:49 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3B5FCCE505; Fri, 3 Feb 2017 15:18:49 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96BD17DB; Fri, 3 Feb 2017 15:18:49 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v13FImqo039997; Fri, 3 Feb 2017 15:18:48 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v13FIm7o039993; Fri, 3 Feb 2017 15:18:48 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201702031518.v13FIm7o039993@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Fri, 3 Feb 2017 15:18:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433247 - in head/lang: gcc48 gcc49 gcc5 gcc6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Feb 2017 15:18:50 -0000 Author: gerald Date: Fri Feb 3 15:18:48 2017 New Revision: 433247 URL: https://svnweb.freebsd.org/changeset/ports/433247 Log: No longer define CPE_VERSION for ports tracking releases of GCC since there the default of PORTREVISION is just fine. Modified: head/lang/gcc48/Makefile head/lang/gcc49/Makefile head/lang/gcc5/Makefile head/lang/gcc6/Makefile Modified: head/lang/gcc48/Makefile ============================================================================== --- head/lang/gcc48/Makefile Fri Feb 3 15:05:38 2017 (r433246) +++ head/lang/gcc48/Makefile Fri Feb 3 15:18:48 2017 (r433247) @@ -25,7 +25,6 @@ BUILD_DEPENDS+= runtest:misc/dejagnu .endif CPE_VENDOR= gnu -CPE_VERSION= ${GCC_VERSION} # GCC_VERSION and SUFFIX relate to names of executables and directories # once installed. Modified: head/lang/gcc49/Makefile ============================================================================== --- head/lang/gcc49/Makefile Fri Feb 3 15:05:38 2017 (r433246) +++ head/lang/gcc49/Makefile Fri Feb 3 15:18:48 2017 (r433247) @@ -26,7 +26,6 @@ BUILD_DEPENDS+= runtest:misc/dejagnu CONFLICTS= gcc-4.9.* CPE_VENDOR= gnu -CPE_VERSION= ${GCC_VERSION} # GCC_VERSION and SUFFIX relate to names of executables and directories # once installed. Modified: head/lang/gcc5/Makefile ============================================================================== --- head/lang/gcc5/Makefile Fri Feb 3 15:05:38 2017 (r433246) +++ head/lang/gcc5/Makefile Fri Feb 3 15:18:48 2017 (r433247) @@ -24,7 +24,6 @@ BUILD_DEPENDS+= runtest:misc/dejagnu .endif CPE_VENDOR= gnu -CPE_VERSION= ${GCC_VERSION} GCC_VERSION= ${PORTVERSION} SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/} Modified: head/lang/gcc6/Makefile ============================================================================== --- head/lang/gcc6/Makefile Fri Feb 3 15:05:38 2017 (r433246) +++ head/lang/gcc6/Makefile Fri Feb 3 15:18:48 2017 (r433247) @@ -24,7 +24,6 @@ BUILD_DEPENDS+= runtest:misc/dejagnu .endif CPE_VENDOR= gnu -CPE_VERSION= ${GCC_VERSION} GCC_VERSION= ${PORTVERSION} SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/}