diff options
author | ryoon <ryoon@pkgsrc.org> | 2017-10-14 14:47:43 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2017-10-14 14:47:43 +0000 |
commit | 704c9b88217a42656067673ab754c37a0b7c6d99 (patch) | |
tree | e6ca7eca0fc7be06f803a9e1220df435eaeb234b /lang | |
parent | a02b6bca3413d92c2b5756ffd6f2fffd854cc195 (diff) | |
download | pkgsrc-704c9b88217a42656067673ab754c37a0b7c6d99.tar.gz |
Bump PKGREVISON from lang/gcc49 bump
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc49-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc49-libs/Makefile b/lang/gcc49-libs/Makefile index 1145c267d2b..6507b430ce9 100644 --- a/lang/gcc49-libs/Makefile +++ b/lang/gcc49-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2017/07/28 23:42:24 maya Exp $ +# $NetBSD: Makefile,v 1.14 2017/10/14 14:47:43 ryoon Exp $ GCC_PKGNAME= gcc49 .include "../../lang/${GCC_PKGNAME}/version.mk" @@ -9,7 +9,7 @@ PKGNAME= ${GCC_PKGNAME}-libs-${GCC49_DIST_VERSION} ## The PKGREVISION of this package needs to be at least 1 more than the ## PKGREVISION of the lang/gcc49 package so that with the dependence pattern ## '{gcc49,gcc49-libs}>=4.9.*' pkg_add will choose gcc49-libs over gcc49. -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= lang MASTER_SITES= # empty |