Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-13 | fix a copy and paste then missing edit error. | obache | 1 | -2/+2 | |
2012-02-08 | Bump version for man page improvement. Set LICENSE. | wiz | 1 | -2/+3 | |
2012-02-08 | Mention to look out for RUBY_PKGPREFIX as well. | wiz | 1 | -7/+8 | |
Simplify a bit. Bump date. | |||||
2010-06-20 | Update docs for some problems found during the png bump. | wiz | 2 | -17/+17 | |
Bump version. | |||||
2010-01-18 | Use dummy package name in example instead of existing one. Bump version. | wiz | 2 | -5/+5 | |
2009-09-09 | Remove references to python-2.3. | wiz | 1 | -2/+2 | |
2009-04-09 | Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. | joerg | 1 | -2/+1 | |
2008-10-17 | Two minor fixes: | he | 3 | -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-25 | Add DESTDIR support. | obache | 1 | -7/+8 | |
2006-07-11 | 1.8: | wiz | 2 | -6/+5 | |
finddepends: Quote package names when they are used as patterns. Based on an idea by dillo. | |||||
2006-05-06 | PKGMANDIR instead of "man". | reed | 1 | -5/+5 | |
2006-04-17 | Correct man page: PKGREVISION bumps need to be completed | wiz | 2 | -6/+6 | |
before buildlink3.mk files can be updated. Update to 1.7. | |||||
2006-04-13 | finddepends: also look in options.mk files. | wiz | 3 | -8/+10 | |
Welcome to 1.6\! | |||||
2006-04-06 | Welcome to revbump-1.5. | reed | 5 | -10/+10 | |
ABI_DEPENDS instead of RECOMMENDED. Not tested, but also reviewed by maintainer. | |||||
2006-03-09 | Add -*- perl -*- so emacs recognizes it automatically. | wiz | 3 | -4/+8 | |
revbump: only print "updated" line when updating was successful. | |||||
2006-03-07 | Update to 1.4: | wiz | 1 | -8/+8 | |
Replace 'make' with '${MAKE}' for non-NetBSD. Requested by joerg@. | |||||
2006-03-07 | Improve short description. | wiz | 1 | -2/+2 | |
2006-03-07 | Quoting fix in example, from joerg@. | wiz | 1 | -3/+3 | |
2006-03-07 | Standardize option handling (use getopts, provide same options for all | wiz | 7 | -44/+81 | |
three tools). use strict and cleanup problems found this way. Remove some unused variables. Update documentation. Welcome to 1.3! | |||||
2006-03-06 | Fix some typos, found by joerg@. | wiz | 1 | -3/+3 | |
2006-03-05 | Update to 1.2: | wiz | 6 | -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-24 | Update to 1.1: Install manpages | wiz | 2 | -3/+7 | |
2005-07-16 | Get rid of USE_PERL5. The new way to express needing the Perl executable | jlam | 1 | -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-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-01-05 | Initial import of revbump-0.1: | wiz | 7 | -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! |