pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/revbump Two minor fixes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63d81f8cac0d
branches:  trunk
changeset: 548563:63d81f8cac0d
user:      he <he%pkgsrc.org@localhost>
date:      Fri Oct 17 14:23:58 2008 +0000

description:
Two minor fixes:
 o Documentation fix: the blbump script does not print the names of
   the package directories it succeeded in bumping, only the ones
   which it failed to bump
 o Code fix: remove a pointless assignment / substitution in blbump

diffstat:

 pkgtools/revbump/Makefile       |  4 ++--
 pkgtools/revbump/files/blbump   |  3 +--
 pkgtools/revbump/files/blbump.1 |  4 ++--
 3 files changed, 5 insertions(+), 6 deletions(-)

diffs (50 lines):

diff -r fcecc983ec4b -r 63d81f8cac0d pkgtools/revbump/Makefile
--- a/pkgtools/revbump/Makefile Fri Oct 17 13:05:05 2008 +0000
+++ b/pkgtools/revbump/Makefile Fri Oct 17 14:23:58 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2008/07/25 13:08:31 obache Exp $
+# $NetBSD: Makefile,v 1.14 2008/10/17 14:23:58 he Exp $
 
-DISTNAME=              revbump-1.8
+DISTNAME=              revbump-1.9
 CATEGORIES=            pkgtools
 MASTER_SITES=          # empty
 DISTFILES=             # empty
diff -r fcecc983ec4b -r 63d81f8cac0d pkgtools/revbump/files/blbump
--- a/pkgtools/revbump/files/blbump     Fri Oct 17 13:05:05 2008 +0000
+++ b/pkgtools/revbump/files/blbump     Fri Oct 17 14:23:58 2008 +0000
@@ -1,7 +1,7 @@
 #!@PERL@ -w
 # -*- perl -*-
 #
-# $NetBSD: blbump,v 1.4 2006/04/06 06:25:46 reed Exp $
+# $NetBSD: blbump,v 1.5 2008/10/17 14:23:58 he Exp $
 #
 # Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
 #
@@ -142,7 +142,6 @@
         print "$pkg\n";
     } else {
         print "$pkg\n" if blbump("$pkg") == 0;
-        $pkg =~ /\/(.*)$/;
     }
 }
 
diff -r fcecc983ec4b -r 63d81f8cac0d pkgtools/revbump/files/blbump.1
--- a/pkgtools/revbump/files/blbump.1   Fri Oct 17 13:05:05 2008 +0000
+++ b/pkgtools/revbump/files/blbump.1   Fri Oct 17 14:23:58 2008 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: blbump.1,v 1.4 2006/04/06 06:25:46 reed Exp $
+.\"    $NetBSD: blbump.1,v 1.5 2008/10/17 14:23:58 he Exp $
 .\"
 .\" Copyright (c) 2003, 2004, 2005 The NetBSD Foundation, Inc.
 .\"
@@ -63,7 +63,7 @@
 .Pa /usr/pkgsrc .
 .Pp
 .Nm
-reports successful updates on stdout, and prints the package name
+prints the package name
 (in
 .Ar category/package
 form) on stdout for each package where it failed.



Home | Main Index | Thread Index | Old Index