diff options
author | maya <maya@pkgsrc.org> | 2017-07-09 05:30:41 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2017-07-09 05:30:41 +0000 |
commit | 89a8238677e0a03f489932a64d2febad0a3d452d (patch) | |
tree | 67f2ac370c24d8df2d558121e06b7e37388bb42e /lang/gcc5-libs | |
parent | 510d23427b8c52c153c7d29e80930119dbe9ce0e (diff) | |
download | pkgsrc-89a8238677e0a03f489932a64d2febad0a3d452d.tar.gz |
gcc{48,49,5,7}: on netbsd only, bump libstdc++ major to 7.
bump pkgrevision.
while here, synchronize libssp comment to a clearer one.
bump gcc*-lib revision to be one higher.
Diffstat (limited to 'lang/gcc5-libs')
-rw-r--r-- | lang/gcc5-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc5-libs/Makefile b/lang/gcc5-libs/Makefile index 4b992fa0ce2..e7b380c96fe 100644 --- a/lang/gcc5-libs/Makefile +++ b/lang/gcc5-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2017/06/01 13:30:25 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2017/07/09 05:30:41 maya Exp $ GCC_PKGNAME= gcc5 .include "../../lang/${GCC_PKGNAME}/version.mk" @@ -9,7 +9,7 @@ PKGNAME= ${GCC_PKGNAME}-libs-${GCC5_DIST_VERSION} ## The PKGREVISION of this package needs to be at least 1 more than the ## PKGREVISION of the lang/gcc5 package so that with the dependence pattern ## '{gcc5,gcc5-libs}>=5.1.*' pkg_add will choose gcc5-libs over gcc5. -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= lang MASTER_SITES= # empty |