summaryrefslogtreecommitdiff
path: root/pkgtools/revbump
AgeCommit message (Collapse)AuthorFilesLines
2018-08-22Recursive bump for perl5-5.28.0wiz1-1/+2
2016-07-09Mention that everything mentioning perl should be bumped for perl bumps.wiz2-5/+10
Bump version.
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-1/+2
2016-07-01Handle mk/ocaml.mk like a buildlink3.mk file.wiz2-3/+5
Helps with bumping ocaml dependencies. Requested by jaapb. Bump version.
2016-06-08Escape some { for perl-5.22. Bump version.wiz2-6/+5
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-04-17Fixed a typoadam1-1/+1
2015-02-09These go to eleven.snj7-12/+43
revbump-2.11: - Honor PKGSRCDIR in check-cvs-diff and replace-commonbump - Document PKGSRCDIR all the man pages, not just in finddepends(1)
2015-01-08Correction on grammer on comments. Adjust Tabbings, remove trailing ↵mef1-8/+8
white-space. No logic change.
2014-12-16Improve documentation.wiz3-45/+68
2014-12-15Update 2.9 to 2.10mef8-49/+581
This update is proposed as http://mail-index.netbsd.org/tech-pkg/2014/12/08/msg013888.html - (revbump) convert internal to two pass, and reduce fallout - (replace-commonbump) new command to replace 'commonbump' to 'commonbump.replaced' - (check-cvs-diff) new command to check 'cvs diff -u' if py27,py34, ruby200 and replace it if exists Thanks wiz@ and gdt@ for advice.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-10-09More SVR4_PKGNAME cleanup.wiz1-4/+1
2014-10-09Remove SVR4_PKGNAME, per discussion on tech-pkg.wiz1-2/+1
2014-08-22No one reads makebump.manual and checks PKGREVISION changes; justwiz3-8/+7
mention the packages where it failed. Update manpage. Bump version.
2014-07-22Improve commonbump instructions.wiz1-2/+2
2014-06-24Make finddepends(1) parse Makefile.common's "# used by" lines andwiz4-10/+21
also emit packages mentioned there, if a match was found in that Makefile.common. Adapt revbump HOWTO slightly, but not completely, since I don't trust the comments enough yet. Bump version. Leaf package.
2014-05-29Bump for perl-5.20.0.wiz1-1/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-05-15Do not look for matches in Makefile comments (noted by adam).wiz2-4/+7
Strip trailing slashes on package names. The reason for this is that the package's own buildlink3.mk file usually matches category/package, but not category/package/ (because the only match is "BUILDLINK_PKGSRCDIR.foo"). Bump version.
2014-05-06Make finddepends look in modules.mk, plugins.mk, and schemas.mk as well.wiz3-9/+15
Suggested by obache. Bump version.
2014-05-05Update example instruction.obache1-2/+2
Current default ruby is 200.
2014-03-03Just define PKGNAME.obache1-4/+2
2013-10-212.5:wiz3-10/+11
finddepends: Also search in mozilla-common.mk. Update instructions.
2013-05-31Bump all packages for perl-5.18, thatwiz1-1/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-05-18Remove openssl reference, found by obache.wiz1-3/+3
2013-03-17avoid to match commnented out lines (createbuildlink will create such linesobache1-2/+2
by default).
2013-02-16Stop recommending lintpkgsrc -d -- it's output is unreadable nowadayswiz2-8/+5
since it lacks too much knowledge about multi-version packages.
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-10-02Also commit changes to buildlink3 files. Ride today's version bump.wiz1-3/+3
2012-10-02Improve description of makebump.manual handling. Noted by tron.wiz2-5/+6
Bump version.
2012-09-11"user-destdir" is default these daysasau1-2/+1
2012-06-13fix a copy and paste then missing edit error.obache1-2/+2
2012-02-08Bump version for man page improvement. Set LICENSE.wiz1-2/+3
2012-02-08Mention to look out for RUBY_PKGPREFIX as well.wiz1-7/+8
Simplify a bit. Bump date.
2010-06-20Update docs for some problems found during the png bump.wiz2-17/+17
Bump version.
2010-01-18Use dummy package name in example instead of existing one. Bump version.wiz2-5/+5
2009-09-09Remove references to python-2.3.wiz1-2/+2
2009-04-09Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.joerg1-2/+1
2008-10-17Two minor fixes:he3-6/+5
o Documentation fix: the blbump script does not print the names of the package directories it succeeded in bumping, only the ones which it failed to bump o Code fix: remove a pointless assignment / substitution in blbump
2008-07-25Add DESTDIR support.obache1-7/+8
2006-07-111.8:wiz2-6/+5
finddepends: Quote package names when they are used as patterns. Based on an idea by dillo.
2006-05-06PKGMANDIR instead of "man".reed1-5/+5
2006-04-17Correct man page: PKGREVISION bumps need to be completedwiz2-6/+6
before buildlink3.mk files can be updated. Update to 1.7.
2006-04-13finddepends: also look in options.mk files.wiz3-8/+10
Welcome to 1.6\!
2006-04-06Welcome to revbump-1.5.reed5-10/+10
ABI_DEPENDS instead of RECOMMENDED. Not tested, but also reviewed by maintainer.
2006-03-09Add -*- perl -*- so emacs recognizes it automatically.wiz3-4/+8
revbump: only print "updated" line when updating was successful.
2006-03-07Update to 1.4:wiz1-8/+8
Replace 'make' with '${MAKE}' for non-NetBSD. Requested by joerg@.
2006-03-07Improve short description.wiz1-2/+2
2006-03-07Quoting fix in example, from joerg@.wiz1-3/+3
2006-03-07Standardize option handling (use getopts, provide same options for allwiz7-44/+81
three tools). use strict and cleanup problems found this way. Remove some unused variables. Update documentation. Welcome to 1.3!