summaryrefslogtreecommitdiff
path: root/pkgtools/revbump/files
AgeCommit message (Collapse)AuthorFilesLines
2008-10-17Two minor fixes:he2-4/+3
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
2006-07-111.8:wiz1-3/+3
finddepends: Quote package names when they are used as patterns. Based on an idea by dillo.
2006-04-17Correct man page: PKGREVISION bumps need to be completedwiz1-4/+4
before buildlink3.mk files can be updated. Update to 1.7.
2006-04-13finddepends: also look in options.mk files.wiz2-6/+8
Welcome to 1.6\!
2006-04-06Welcome to revbump-1.5.reed3-7/+7
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-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 allwiz6-42/+79
three tools). use strict and cleanup problems found this way. Remove some unused variables. Update documentation. Welcome to 1.3!
2006-03-06Fix some typos, found by joerg@.wiz1-3/+3
2006-03-05Update to 1.2:wiz4-19/+213
New script "finddepends" that finds all packages that need bumping. No need for an index, and not as many false positives too. Update recursive PKGREVISION instructions in revbump(1).
2005-01-05Initial import of revbump-0.1:wiz4-0/+476
Tools for bumping PKGREVISIONs and adapting BUILDLINK_RECOMMENDED versions to the latest version automatically. This tool is mostly intended for pkgsrc developers with commit access. Originally written by Julio M. Merino Vidal with some improvements by me. Comments for the package from Jeremy C. Reed -- thanks!