summaryrefslogtreecommitdiff
path: root/pkgtools/revbump
AgeCommit message (Collapse)AuthorFilesLines
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!
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!