diff options
author | he <he> | 2009-03-25 22:37:12 +0000 |
---|---|---|
committer | he <he> | 2009-03-25 22:37:12 +0000 |
commit | 261b3d6bcc2b02dd005169dda1d12d12fe588fcc (patch) | |
tree | 520623c65994cc91b0cb8f1db78b52094824c96e /meta-pkgs | |
parent | 318ba03126f784bd1229bf07a04503c56c4f7753 (diff) | |
download | pkgsrc-261b3d6bcc2b02dd005169dda1d12d12fe588fcc.tar.gz |
Bump PKGREVISION following the update of textproc/icu, and the
corresponding change of ABI.
OK'ed by wiz@ (as was the textproc/icu update).
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/boost/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-pkgs/boost/Makefile.common b/meta-pkgs/boost/Makefile.common index b251b4bd6ca..de94f8a8b1e 100644 --- a/meta-pkgs/boost/Makefile.common +++ b/meta-pkgs/boost/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.16 2009/03/03 08:57:58 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.17 2009/03/25 22:37:13 he Exp $ # BOOST_PACKAGE?= undefined @@ -10,6 +10,8 @@ BOOST_SHORT_VERSION= ${BOOST_VERSION:S/./_/:C/\..*$//} DISTNAME= boost_${BOOST_VERSION:S/./_/g} CATEGORIES= devel +PKGREVISION= 1 + .if ${BOOST_PACKAGE} == "meta-pkg" PKGNAME= boost-${BOOST_VERSION} |