diff options
author | wiz <wiz> | 2012-02-08 09:52:20 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-02-08 09:52:20 +0000 |
commit | 67c728c3b477eab2d39e4b7694fbb908152c722e (patch) | |
tree | 55494c19ed9a4e14ecd650faac48734b610d4bc9 /pkgtools/revbump | |
parent | 90f07c8404d0501198a75f4d1607272f81487998 (diff) | |
download | pkgsrc-67c728c3b477eab2d39e4b7694fbb908152c722e.tar.gz |
Mention to look out for RUBY_PKGPREFIX as well.
Simplify a bit. Bump date.
Diffstat (limited to 'pkgtools/revbump')
-rw-r--r-- | pkgtools/revbump/files/revbump.1 | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/pkgtools/revbump/files/revbump.1 b/pkgtools/revbump/files/revbump.1 index f4beaf2f32e..91b08697fa8 100644 --- a/pkgtools/revbump/files/revbump.1 +++ b/pkgtools/revbump/files/revbump.1 @@ -1,6 +1,6 @@ -.\" $NetBSD: revbump.1,v 1.10 2010/06/20 19:29:50 wiz Exp $ +.\" $NetBSD: revbump.1,v 1.11 2012/02/08 09:52:20 wiz Exp $ .\" -.\" Copyright (c) 2003, 2004, 2005, 2006, 2010 The NetBSD Foundation, Inc. +.\" Copyright (c) 2003, 2004, 2005, 2006, 2010, 2012 The NetBSD Foundation, Inc. .\" .\" This code was originally contributed to the NetBSD Foundation, Inc. .\" by Julio Merino <jmmv@NetBSD.org> and Thomas Klausner <wiz@NetBSD.org>. @@ -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 20, 2010 +.Dd February 8, 2012 .Dt REVBUMP 1 .Os .Sh NAME @@ -95,14 +95,15 @@ revbump \*[Lt] makebump \*[Gt] makebump.manual [handle the PKGREVISION bumps in makebump.manual manually] blbump \*[Lt] bl3bump \*[Gt] bl3bump.manual [handle the *ABI_DEPENDS* bumps in bl3bump.manual manually, usually none] -cvs diff `cat allbump commonbump` -[look for PYPKGPREFIX -\*[Gt] py26 expansions +cvs diff `cat makebump` +[look for PYPKGPREFIX -\*[Gt] py27 + and RUBY_PKGPREFIX -\*[Gt] ruby19 expansions in buildlink files and any unrelated diffs you have in your local tree, and fix them] lintpkgsrc -d [fix broken dependencies noted by this (usually subversion)] -cvs diff `cat allbump commonbump` -cvs commit `cat allbump commonbump` +cvs diff `cat makebump` +cvs commit `cat makebump` rm allbump bl3bump* makebump* commonbump .Ed .Sh SEE ALSO |