Commit graph

22 commits

Author SHA1 Message Date
wiz
09727a550d Update docs for some problems found during the png bump.
Bump version.
2010-06-20 19:29:50 +00:00
wiz
e200e9fb68 Use dummy package name in example instead of existing one. Bump version. 2010-01-18 06:51:14 +00:00
wiz
d5d25f4b31 Remove references to python-2.3. 2009-09-09 11:16:56 +00:00
joerg
368d71b62e Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
he
59ca29e40d Two minor fixes:
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-10-17 14:23:58 +00:00
obache
8f61a0111b Add DESTDIR support. 2008-07-25 13:08:31 +00:00
wiz
59009e94f9 1.8:
finddepends: Quote package names when they are used as patterns.
Based on an idea by dillo.
2006-07-11 12:52:14 +00:00
reed
c47f2f75d0 PKGMANDIR instead of "man". 2006-05-06 03:38:06 +00:00
wiz
9a48b00282 Correct man page: PKGREVISION bumps need to be completed
before buildlink3.mk files can be updated. Update to 1.7.
2006-04-17 13:40:17 +00:00
wiz
e416505d14 finddepends: also look in options.mk files.
Welcome to 1.6\!
2006-04-13 18:58:17 +00:00
reed
fd7750babc Welcome to revbump-1.5.
ABI_DEPENDS instead of RECOMMENDED.

Not tested, but also reviewed by maintainer.
2006-04-06 06:25:46 +00:00
wiz
b16e7b4e97 Add -*- perl -*- so emacs recognizes it automatically.
revbump: only print "updated" line when updating was successful.
2006-03-09 17:24:48 +00:00
wiz
ae456feac0 Update to 1.4:
Replace 'make' with '${MAKE}' for non-NetBSD. Requested by joerg@.
2006-03-07 07:28:55 +00:00
wiz
92ccec1842 Improve short description. 2006-03-07 07:27:26 +00:00
wiz
caf134912c Quoting fix in example, from joerg@. 2006-03-07 06:51:20 +00:00
wiz
186660eae4 Standardize option handling (use getopts, provide same options for all
three tools).
use strict and cleanup problems found this way.
Remove some unused variables.
Update documentation.

Welcome to 1.3!
2006-03-07 04:30:54 +00:00
wiz
762bdfb749 Fix some typos, found by joerg@. 2006-03-06 18:24:11 +00:00
wiz
68b2898a37 Update to 1.2:
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).
2006-03-05 23:35:49 +00:00
wiz
97a4a4ee6b Update to 1.1: Install manpages 2005-11-24 18:49:07 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
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-07-16 01:19:06 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
5e4042e565 Initial import of revbump-0.1:
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!
2005-01-05 00:31:38 +00:00