pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/revbump Welcome to revbump-1.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb9c2fa58986
branches:  trunk
changeset: 510893:bb9c2fa58986
user:      reed <reed%pkgsrc.org@localhost>
date:      Thu Apr 06 06:25:46 2006 +0000

description:
Welcome to revbump-1.5.

ABI_DEPENDS instead of RECOMMENDED.

Not tested, but also reviewed by maintainer.

diffstat:

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

diffs (84 lines):

diff -r fee740570628 -r bb9c2fa58986 pkgtools/revbump/DESCR
--- a/pkgtools/revbump/DESCR    Thu Apr 06 06:21:32 2006 +0000
+++ b/pkgtools/revbump/DESCR    Thu Apr 06 06:25:46 2006 +0000
@@ -1,4 +1,4 @@
-Tools for bumping PKGREVISIONs and adapting BUILDLINK_RECOMMENDED
+Tools for bumping PKGREVISIONs and adapting BUILDLINK_ABI_DEPENDS
 versions to the latest version automatically.
 
 This tool is mostly intended for pkgsrc developers with commit
diff -r fee740570628 -r bb9c2fa58986 pkgtools/revbump/Makefile
--- a/pkgtools/revbump/Makefile Thu Apr 06 06:21:32 2006 +0000
+++ b/pkgtools/revbump/Makefile Thu Apr 06 06:25:46 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2006/03/07 07:28:55 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2006/04/06 06:25:46 reed Exp $
 #
 
-DISTNAME=              revbump-1.4
+DISTNAME=              revbump-1.5
 CATEGORIES=            pkgtools
 MASTER_SITES=          # empty
 DISTFILES=             # empty
diff -r fee740570628 -r bb9c2fa58986 pkgtools/revbump/files/blbump
--- a/pkgtools/revbump/files/blbump     Thu Apr 06 06:21:32 2006 +0000
+++ b/pkgtools/revbump/files/blbump     Thu Apr 06 06:25:46 2006 +0000
@@ -1,7 +1,7 @@
 #!@PERL@ -w
 # -*- perl -*-
 #
-# $NetBSD: blbump,v 1.3 2006/03/09 17:24:48 wiz Exp $
+# $NetBSD: blbump,v 1.4 2006/04/06 06:25:46 reed Exp $
 #
 # Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
 #
@@ -89,11 +89,11 @@
 
     $done = 0;
     while (<OLDBL>) {
-        if ($done == 0 && /^(BUILDLINK_RECOMMENDED.+=[ \t]+)(.+)$/) {
+        if ($done == 0 && /^(BUILDLINK_ABI_DEPENDS.+=[ \t]+)(.+)$/) {
             print NEWBL "$1$pkgver\n";
            $done = 1;
         } elsif ($done == 0 && /^BUILDLINK_PKGSRCDIR(.*=[ \t]+)/) {
-            print NEWBL "BUILDLINK_RECOMMENDED${1}$pkgver\n";
+            print NEWBL "BUILDLINK_ABI_DEPENDS${1}$pkgver\n";
             print NEWBL $_;
             $done = 1;
         } else {
diff -r fee740570628 -r bb9c2fa58986 pkgtools/revbump/files/blbump.1
--- a/pkgtools/revbump/files/blbump.1   Thu Apr 06 06:21:32 2006 +0000
+++ b/pkgtools/revbump/files/blbump.1   Thu Apr 06 06:25:46 2006 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: blbump.1,v 1.3 2006/03/07 04:30:54 wiz Exp $
+.\"    $NetBSD: blbump.1,v 1.4 2006/04/06 06:25:46 reed Exp $
 .\"
 .\" Copyright (c) 2003, 2004, 2005 The NetBSD Foundation, Inc.
 .\"
@@ -49,7 +49,7 @@
 Given a package (in
 .Ar category/package
 format) on the command line or stdin, it will try to adjust the
-.Dv BUILDLINK_RECOMMENDED
+.Dv BUILDLINK_ABI_DEPENDS
 line for that package to the current version automatically.
 .Pp
 .Nm Fl h
diff -r fee740570628 -r bb9c2fa58986 pkgtools/revbump/files/revbump.1
--- a/pkgtools/revbump/files/revbump.1  Thu Apr 06 06:21:32 2006 +0000
+++ b/pkgtools/revbump/files/revbump.1  Thu Apr 06 06:25:46 2006 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: revbump.1,v 1.5 2006/03/07 06:51:20 wiz Exp $
+.\"    $NetBSD: revbump.1,v 1.6 2006/04/06 06:25:46 reed Exp $
 .\"
 .\" Copyright (c) 2003, 2004, 2005, 2006 The NetBSD Foundation, Inc.
 .\"
@@ -89,7 +89,7 @@
 grep buildlink3.mk allbump | sed 's/.buildlink3.mk//' \*[Gt] bl3bump
 grep -v buildlink3.mk allbump | sed 's/.Makefile$//' \*[Gt] makebump
 blbump \*[Lt] bl3bump \*[Gt] bl3bump.manual
-[handle the *RECOMMENDED* bumps in bl3bump.manual manually]
+[handle the *ABI_DEPENDS* bumps in bl3bump.manual manually]
 revbump \*[Lt] makebump \*[Gt] makebump.manual
 [handle the PKGREVISION bumps in makebump.manual manually;
  this will include any Makefile.common files - the files that include



Home | Main Index | Thread Index | Old Index