diff options
author | reed <reed@pkgsrc.org> | 2006-04-06 06:25:46 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2006-04-06 06:25:46 +0000 |
commit | fd7750babcaf7c997ee7614c8822ac6dd681b286 (patch) | |
tree | 6d6bc4c0c0a62f5f675221fe01bd3e4d9a53996c /pkgtools/revbump/files | |
parent | 5abef9be142e900cceace758044a1b2ee493daf3 (diff) | |
download | pkgsrc-fd7750babcaf7c997ee7614c8822ac6dd681b286.tar.gz |
Welcome to revbump-1.5.
ABI_DEPENDS instead of RECOMMENDED.
Not tested, but also reviewed by maintainer.
Diffstat (limited to 'pkgtools/revbump/files')
-rw-r--r-- | pkgtools/revbump/files/blbump | 6 | ||||
-rw-r--r-- | pkgtools/revbump/files/blbump.1 | 4 | ||||
-rw-r--r-- | pkgtools/revbump/files/revbump.1 | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/pkgtools/revbump/files/blbump b/pkgtools/revbump/files/blbump index e6bca739cba..adb5d31b18a 100644 --- a/pkgtools/revbump/files/blbump +++ b/pkgtools/revbump/files/blbump @@ -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 @@ sub bumpbl { $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 --git a/pkgtools/revbump/files/blbump.1 b/pkgtools/revbump/files/blbump.1 index 25a870e92e4..6ca74834ac5 100644 --- a/pkgtools/revbump/files/blbump.1 +++ b/pkgtools/revbump/files/blbump.1 @@ -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 @@ buildlink3 file dependencies automatically. 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 --git a/pkgtools/revbump/files/revbump.1 b/pkgtools/revbump/files/revbump.1 index ba96337bf9f..531c0d72abe 100644 --- a/pkgtools/revbump/files/revbump.1 +++ b/pkgtools/revbump/files/revbump.1 @@ -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 @@ finddepends security/openssl \*[Gt] allbump 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 |