2018-01-01 23:30:04 by Roland Illig | Files touched by this commit (537) |
Log message: Sort PLIST files. Unsorted entries in PLIST files have generated a pkglint warning for at least 12 years. Somewhat more recently, pkglint has learned to sort PLIST files automatically. Since pkglint 5.4.23, the sorting is only done in obvious, simple cases. These have been applied by running: pkglint -Cnone,PLIST -Wnone,plist-sort -r -F |
2015-11-04 03:00:17 by Alistair G. Crooks | Files touched by this commit (797) |
Log message: Add SHA512 digests for distfiles for textproc category Problems found locating distfiles: Package cabocha: missing distfile cabocha-0.68.tar.bz2 Package convertlit: missing distfile clit18src.zip Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail. |
2012-10-25 08:57:09 by Aleksej Saushev | Files touched by this commit (587) |
Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. |
2009-08-20 17:25:01 by Jim Wise | Files touched by this commit (31) |
Log message: Give up maintainership of packages where I am still listed as MAINTAINER. |
2009-07-07 22:41:51 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: user-destdir support |
2009-06-14 20:17:35 by Joerg Sonnenberger | Files touched by this commit (218) |
Log message: Remove @dirrm entries from PLISTs |
2006-10-05 00:01:00 by Thomas Klausner | Files touched by this commit (18) | ![]() |
Log message: Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. |
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message: Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2 … /0034.html |