diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-03-24 02:56:10 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-03-24 02:56:10 +0800 |
commit | 9eac224db90600b98596994ecb410b5359e2df4d (patch) | |
tree | d961d741f5e1158eb145bd1394361819674fea12 /lang/gcc5 | |
parent | cb283c300eaf2fb62b02895aec572efa15507ff7 (diff) | |
download | freebsd-ports-gnome-9eac224db90600b98596994ecb410b5359e2df4d.tar.gz freebsd-ports-gnome-9eac224db90600b98596994ecb410b5359e2df4d.tar.zst freebsd-ports-gnome-9eac224db90600b98596994ecb410b5359e2df4d.zip |
Fix UNIQUENAME not being unique after recent PORTNAME shuffle.
This was causing the gcc packages to be generated with a
/usr/local/libdata/ldconfig/gcc file. All were conflicting. Bump
PORTREVISION to fix packages built during this time.
With hat: portmgr
Reported by: sunpoet
Diffstat (limited to 'lang/gcc5')
-rw-r--r-- | lang/gcc5/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gcc5/Makefile b/lang/gcc5/Makefile index 43405572f24f..0adde13c2a71 100644 --- a/lang/gcc5/Makefile +++ b/lang/gcc5/Makefile @@ -3,6 +3,7 @@ PORTNAME= gcc PORTVERSION= 5.0.s20150322 +PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} @@ -26,6 +27,7 @@ BUILD_DEPENDS+= runtest:${PORTSDIR}/misc/dejagnu CPE_VENDOR= gnu CPE_VERSION= ${GCC_VERSION} +UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX} # DISTVERSION relates to downloads, GCC_VERSION and SUFFIX to names # of executables and directories once installed. A PORTVERSION of |