pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/revbump Use dummy package name in example ins...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6c6f7697dddc
branches: trunk
changeset: 569770:6c6f7697dddc
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jan 18 06:51:14 2010 +0000
description:
Use dummy package name in example instead of existing one. Bump version.
diffstat:
pkgtools/revbump/Makefile | 4 ++--
pkgtools/revbump/files/revbump.1 | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (39 lines):
diff -r 6cb3447b5af8 -r 6c6f7697dddc pkgtools/revbump/Makefile
--- a/pkgtools/revbump/Makefile Mon Jan 18 02:43:04 2010 +0000
+++ b/pkgtools/revbump/Makefile Mon Jan 18 06:51:14 2010 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2009/04/09 00:48:14 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2010/01/18 06:51:14 wiz Exp $
-DISTNAME= revbump-1.9
+DISTNAME= revbump-2.0
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
diff -r 6cb3447b5af8 -r 6c6f7697dddc pkgtools/revbump/files/revbump.1
--- a/pkgtools/revbump/files/revbump.1 Mon Jan 18 02:43:04 2010 +0000
+++ b/pkgtools/revbump/files/revbump.1 Mon Jan 18 06:51:14 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: revbump.1,v 1.8 2009/09/09 11:16:57 wiz Exp $
+.\" $NetBSD: revbump.1,v 1.9 2010/01/18 06:51:14 wiz Exp $
.\"
.\" Copyright (c) 2003, 2004, 2005, 2006 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 April 17, 2006
+.Dd January 18, 2010
.Dt REVBUMP 1
.Os
.Sh NAME
@@ -85,7 +85,7 @@
would be:
.Bd -literal -offset indent
cd /usr/pkgsrc
-finddepends security/openssl \*[Gt] allbump
+finddepends category/package \*[Gt] allbump
grep buildlink3.mk allbump | sed 's/.buildlink3.mk//' \*[Gt] bl3bump
grep -v buildlink3.mk allbump | sed 's/.Makefile$//' \*[Gt] makebump
revbump \*[Lt] makebump \*[Gt] makebump.manual
Home |
Main Index |
Thread Index |
Old Index