Commit graph

61 commits

Author SHA1 Message Date
wiz
00da7815c0 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gutteridge
1990686f02 revbump: adjust the man page to reflect current functionality 2020-08-24 04:48:23 +00:00
wiz
8f80abc5f2 revbump: 2.15: update check-cvs-diff for current ruby and python versions. 2020-03-08 17:06:16 +00:00
rillig
9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00
wiz
84e123ddd2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
wiz
93b46879c7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
wiz
3861dc08b6 Mention that everything mentioning perl should be bumped for perl bumps.
Bump version.
2016-07-09 06:40:08 +00:00
wiz
73716d23de Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
wiz
45ac525338 Handle mk/ocaml.mk like a buildlink3.mk file.
Helps with bumping ocaml dependencies. Requested by jaapb.

Bump version.
2016-07-01 21:50:20 +00:00
wiz
3af1eae2b3 Escape some { for perl-5.22. Bump version. 2016-06-08 18:02:43 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
adam
c27f5ffce5 Fixed a typo 2015-04-17 15:31:32 +00:00
snj
8ba904aa51 These go to eleven.
revbump-2.11:
- Honor PKGSRCDIR in check-cvs-diff and replace-commonbump
- Document PKGSRCDIR all the man pages, not just in finddepends(1)
2015-02-09 00:58:44 +00:00
mef
24a4eb8b60 Correction on grammer on comments. Adjust Tabbings, remove trailing white-space. No logic change. 2015-01-08 13:35:59 +00:00
wiz
7c7a2e8ae4 Improve documentation. 2014-12-16 11:38:54 +00:00
mef
0ac7010dea Update 2.9 to 2.10
This update is proposed as
  http://mail-index.netbsd.org/tech-pkg/2014/12/08/msg013888.html
- (revbump) convert internal to two pass, and reduce fallout
- (replace-commonbump) new command to replace 'commonbump' to
  'commonbump.replaced'
- (check-cvs-diff) new command to check 'cvs diff -u' if py27,py34, ruby200
  and replace it if exists
  Thanks wiz@ and gdt@ for advice.
2014-12-15 23:25:54 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wiz
198a356c0d More SVR4_PKGNAME cleanup. 2014-10-09 13:50:08 +00:00
wiz
e8647fedbb Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
wiz
edec6ee519 No one reads makebump.manual and checks PKGREVISION changes; just
mention the packages where it failed. Update manpage.

Bump version.
2014-08-22 11:26:25 +00:00
wiz
718f5ede4d Improve commonbump instructions. 2014-07-22 10:51:17 +00:00
wiz
079dc686e7 Make finddepends(1) parse Makefile.common's "# used by" lines and
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-06-24 15:00:27 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
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-29 23:35:13 +00:00
wiz
171b26b452 Do not look for matches in Makefile comments (noted by adam).
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-15 23:50:14 +00:00
wiz
61aa7533be Make finddepends look in modules.mk, plugins.mk, and schemas.mk as well.
Suggested by obache.
Bump version.
2014-05-06 12:41:46 +00:00
obache
e60efd59a6 Update example instruction.
Current default ruby is 200.
2014-05-05 04:38:53 +00:00
obache
27f862e32f Just define PKGNAME. 2014-03-03 02:37:23 +00:00
wiz
c268adc398 2.5:
finddepends: Also search in mozilla-common.mk.
Update instructions.
2013-10-21 10:43:28 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
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-31 12:39:57 +00:00
wiz
e177f7f52b Remove openssl reference, found by obache. 2013-05-18 13:22:57 +00:00
obache
baab130eb5 avoid to match commnented out lines (createbuildlink will create such lines
by default).
2013-03-17 15:27:18 +00:00
wiz
ce1195c437 Stop recommending lintpkgsrc -d -- it's output is unreadable nowadays
since it lacks too much knowledge about multi-version packages.
2013-02-16 11:18:47 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
wiz
071c4f8165 Also commit changes to buildlink3 files. Ride today's version bump. 2012-10-02 17:10:10 +00:00
wiz
010597e871 Improve description of makebump.manual handling. Noted by tron.
Bump version.
2012-10-02 13:59:02 +00:00
asau
5c2dd9e784 "user-destdir" is default these days 2012-09-11 23:19:33 +00:00
obache
1fa9f59429 fix a copy and paste then missing edit error. 2012-06-13 11:39:33 +00:00
wiz
c4f1d48ce8 Bump version for man page improvement. Set LICENSE. 2012-02-08 09:53:01 +00:00
wiz
4a99462ec8 Mention to look out for RUBY_PKGPREFIX as well.
Simplify a bit. Bump date.
2012-02-08 09:52:20 +00:00
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