summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-08-22 11:26:25 +0000
committerwiz <wiz@pkgsrc.org>2014-08-22 11:26:25 +0000
commit7ca170d688a55ac9fe3393aa3fb08382ecd6b8e0 (patch)
tree9d92dc449f4cbbe1c0a813b4aae9c92dae4011bb /pkgtools
parent86c699db9e263f0dd4dd4f8f7bc8124897d39997 (diff)
downloadpkgsrc-7ca170d688a55ac9fe3393aa3fb08382ecd6b8e0.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/Makefile4
-rw-r--r--pkgtools/revbump/files/revbump4
-rw-r--r--pkgtools/revbump/files/revbump.17
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