diff options
author | Eric Turgeon <ericbsd@FreeBSD.org> | 2018-07-17 14:02:34 +0000 |
---|---|---|
committer | Eric Turgeon <ericbsd@FreeBSD.org> | 2018-07-17 14:02:34 +0000 |
commit | 79a6387c9751b5f092e71b2c2b63908701c3919b (patch) | |
tree | 4e42d7b3d95b2874de7ee66e6c8ea52e9677ecf4 /lang | |
parent | 1c25801c5c30c50d2b1267e9ec1ade58b37066dd (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc6-aux/Makefile | 1 | ||||
-rw-r--r-- | lang/gcc6-aux/Makefile.version | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lang/gcc6-aux/Makefile b/lang/gcc6-aux/Makefile index 9156deb3e67b..70fa9842d2eb 100644 --- a/lang/gcc6-aux/Makefile +++ b/lang/gcc6-aux/Makefile @@ -4,6 +4,7 @@ PORTNAME= gcc6-aux PORTVERSION= ${SNAPSHOT} PORTREVISION= ${MAIN_PR} +PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= http://downloads.dragonlace.net/src/:boot \ LOCAL/marino:boot GCC/${MS_SUBDIR} diff --git a/lang/gcc6-aux/Makefile.version b/lang/gcc6-aux/Makefile.version index c878d9b49e26..f1e6f6fd60ad 100644 --- a/lang/gcc6-aux/Makefile.version +++ b/lang/gcc6-aux/Makefile.version @@ -6,7 +6,7 @@ # continue to be used and eventually be removed from mirrors. GCC_BRANCH= 6 -GCC_POINT= 5.0 +GCC_POINT= 4.1 GCC_VERSION= ${GCC_BRANCH}.${GCC_POINT} SNAPSHOT= 20180516 BUILD_RELEASE= no |