pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/revbump/files Mention to look out for RUBY_PK...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/75f1b882dbbe
branches:  trunk
changeset: 599231:75f1b882dbbe
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Feb 08 09:52:20 2012 +0000

description:
Mention to look out for RUBY_PKGPREFIX as well.
Simplify a bit. Bump date.

diffstat:

 pkgtools/revbump/files/revbump.1 |  15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diffs (41 lines):

diff -r f56504e24e2b -r 75f1b882dbbe pkgtools/revbump/files/revbump.1
--- a/pkgtools/revbump/files/revbump.1  Wed Feb 08 09:52:15 2012 +0000
+++ b/pkgtools/revbump/files/revbump.1  Wed Feb 08 09:52:20 2012 +0000
@@ -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@localhost> and Thomas Klausner <wiz%NetBSD.org@localhost>.
@@ -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 @@
 [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



Home | Main Index | Thread Index | Old Index