No longer define CPE_VERSION for ports tracking releases of GCC since

there the default of PORTREVISION is just fine.
This commit is contained in:
Gerald Pfeifer 2017-02-03 15:18:48 +00:00
parent 804e74c1a9
commit 0e341eae57
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433247
4 changed files with 0 additions and 4 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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/}

View File

@ -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/}