summaryrefslogtreecommitdiff
path: root/pkgtools/revbump
AgeCommit message (Collapse)AuthorFilesLines
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!
2006-03-06Fix some typos, found by joerg@.wiz1-3/+3
2006-03-05Update to 1.2:wiz6-25/+225
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-11-24Update to 1.1: Install manpageswiz2-3/+7
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-01-05Initial import of revbump-0.1:wiz7-0/+518
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!