diff options
author | wiz <wiz> | 2014-08-22 11:26:25 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-08-22 11:26:25 +0000 |
commit | 76e90da3e5c7a39012372a502f80aa011fd5b0d9 (patch) | |
tree | 9d92dc449f4cbbe1c0a813b4aae9c92dae4011bb /pkgtools | |
parent | 5276a5f302f22bc1c275f946dea6a29963e74b6a (diff) | |
download | pkgsrc-76e90da3e5c7a39012372a502f80aa011fd5b0d9.tar.gz |
No one reads makebump.manual and checks PKGREVISION changes; just
mention the packages where it failed. Update manpage.
Bump version.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/revbump/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/revbump/files/revbump | 4 | ||||
-rw-r--r-- | pkgtools/revbump/files/revbump.1 | 7 |
3 files changed, 7 insertions, 8 deletions
diff --git a/pkgtools/revbump/Makefile b/pkgtools/revbump/Makefile index 7eea4c496b8..de4195f81f9 100644 --- a/pkgtools/revbump/Makefile +++ b/pkgtools/revbump/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2014/06/24 15:00:27 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2014/08/22 11:26:25 wiz Exp $ -PKGNAME= revbump-2.8 +PKGNAME= revbump-2.9 CATEGORIES= pkgtools MAINTAINER= wiz@NetBSD.org diff --git a/pkgtools/revbump/files/revbump b/pkgtools/revbump/files/revbump index 38570008cc1..794bd39fd33 100644 --- a/pkgtools/revbump/files/revbump +++ b/pkgtools/revbump/files/revbump @@ -1,7 +1,7 @@ #!@PERL@ -w # -*- perl -*- # -# $NetBSD: revbump,v 1.3 2006/03/09 17:24:48 wiz Exp $ +# $NetBSD: revbump,v 1.4 2014/08/22 11:26:25 wiz Exp $ # # Copyright (c) 2003, 2004 The NetBSD Foundation, Inc. # @@ -128,7 +128,7 @@ sub revbump { unlink "$backupmk"; - print("Updated $pkgdir from $oldpkgver to $pkgver\n"); + # print("Updated $pkgdir from $oldpkgver to $pkgver\n"); return 1; } diff --git a/pkgtools/revbump/files/revbump.1 b/pkgtools/revbump/files/revbump.1 index 418c24ab939..dccf3fc7d96 100644 --- a/pkgtools/revbump/files/revbump.1 +++ b/pkgtools/revbump/files/revbump.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: revbump.1,v 1.20 2014/07/22 10:51:17 wiz Exp $ +.\" $NetBSD: revbump.1,v 1.21 2014/08/22 11:26:25 wiz Exp $ .\" .\" Copyright (c) 2003, 2004, 2005, 2006, 2010, 2012, 2013, 2014 The NetBSD Foundation, Inc. .\" @@ -31,7 +31,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd June 24, 2014 +.Dd August 22, 2014 .Dt REVBUMP 1 .Os .Sh NAME @@ -92,8 +92,7 @@ grep -e Makefile.common -e mk$ allbump | grep -v -e buildlink3.mk -e options.mk corresponding Makefile.common or *.mk file] cat allbump commonbump | sed 's,/[^/]*$,,' | sort -u \*[Gt] makebump revbump \*[Lt] makebump \*[Gt] makebump.manual -[if a package is listed in makebump.manual outside a line -"Updated ... from ... to ...", handle the PKGREVISION bump manually] +[if a package is listed in makebump.manual, handle the PKGREVISION bump manually] blbump \*[Lt] bl3bump \*[Gt] bl3bump.manual [handle the *ABI_DEPENDS* bumps in bl3bump.manual manually, usually none] cvs diff `cat makebump` | less |