Tue Oct 2 17:10:10 2012 UTC ()
Also commit changes to buildlink3 files. Ride today's version bump.


(wiz)
diff -r1.12 -r1.13 pkgsrc/pkgtools/revbump/files/revbump.1

cvs diff -r1.12 -r1.13 pkgsrc/pkgtools/revbump/files/Attic/revbump.1 (expand / switch to unified diff)

--- pkgsrc/pkgtools/revbump/files/Attic/revbump.1 2012/10/02 13:59:02 1.12
+++ pkgsrc/pkgtools/revbump/files/Attic/revbump.1 2012/10/02 17:10:10 1.13
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: revbump.1,v 1.12 2012/10/02 13:59:02 wiz Exp $ 1.\" $NetBSD: revbump.1,v 1.13 2012/10/02 17:10:10 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 2003, 2004, 2005, 2006, 2010, 2012 The NetBSD Foundation, Inc. 3.\" Copyright (c) 2003, 2004, 2005, 2006, 2010, 2012 The NetBSD Foundation, Inc.
4.\" 4.\"
5.\" This code was originally contributed to the NetBSD Foundation, Inc. 5.\" This code was originally contributed to the NetBSD Foundation, Inc.
6.\" by Julio Merino <jmmv@NetBSD.org> and Thomas Klausner <wiz@NetBSD.org>. 6.\" by Julio Merino <jmmv@NetBSD.org> and Thomas Klausner <wiz@NetBSD.org>.
7.\" 7.\"
8.\" Redistribution and use in source and binary forms, with or without 8.\" Redistribution and use in source and binary forms, with or without
9.\" modification, are permitted provided that the following conditions 9.\" modification, are permitted provided that the following conditions
10.\" are met: 10.\" are met:
11.\" 1. Redistributions of source code must retain the above copyright 11.\" 1. Redistributions of source code must retain the above copyright
12.\" notice, this list of conditions and the following disclaimer. 12.\" notice, this list of conditions and the following disclaimer.
13.\" 2. Redistributions in binary form must reproduce the above copyright 13.\" 2. Redistributions in binary form must reproduce the above copyright
14.\" notice, this list of conditions and the following disclaimer in 14.\" notice, this list of conditions and the following disclaimer in
@@ -93,20 +93,20 @@ grep Makefile.common allbump > commonbum @@ -93,20 +93,20 @@ grep Makefile.common allbump > commonbum
93cat allbump commonbump | sed 's,/[^/]*$,,' | sort -u \*[Gt] makebump 93cat allbump commonbump | sed 's,/[^/]*$,,' | sort -u \*[Gt] makebump
94revbump \*[Lt] makebump \*[Gt] makebump.manual 94revbump \*[Lt] makebump \*[Gt] makebump.manual
95[if a package is listed in makebump.manual outside a line 95[if a package is listed in makebump.manual outside a line
96"Updated ... from ... to ...", handle the PKGREVISION bump manually] 96"Updated ... from ... to ...", handle the PKGREVISION bump manually]
97blbump \*[Lt] bl3bump \*[Gt] bl3bump.manual 97blbump \*[Lt] bl3bump \*[Gt] bl3bump.manual
98[handle the *ABI_DEPENDS* bumps in bl3bump.manual manually, usually none] 98[handle the *ABI_DEPENDS* bumps in bl3bump.manual manually, usually none]
99cvs diff `cat makebump` 99cvs diff `cat makebump`
100[look for PYPKGPREFIX -\*[Gt] py27 100[look for PYPKGPREFIX -\*[Gt] py27
101 and RUBY_PKGPREFIX -\*[Gt] ruby19 expansions 101 and RUBY_PKGPREFIX -\*[Gt] ruby19 expansions
102 in buildlink files and any unrelated diffs you have in your 102 in buildlink files and any unrelated diffs you have in your
103 local tree, and fix them] 103 local tree, and fix them]
104lintpkgsrc -d 104lintpkgsrc -d
105[fix broken dependencies noted by this (usually subversion)] 105[fix broken dependencies noted by this (usually subversion)]
106cvs diff `cat makebump` 106cvs diff `cat bl3bump makebump`
107cvs commit `cat makebump` 107cvs commit `cat bl3bump makebump`
108rm allbump bl3bump* makebump* commonbump 108rm allbump bl3bump* makebump* commonbump
109.Ed 109.Ed
110.Sh SEE ALSO 110.Sh SEE ALSO
111.Xr blbump 1 , 111.Xr blbump 1 ,
112.Xr finddepends 1 112.Xr finddepends 1