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 |
2016-07-24 23:21:13 by Roland Illig | Files touched by this commit (3) |
Log message: Moved documentation to share/doc/$(PKGBASE). Bumped PKGREVISION. |
2015-11-02 19:42:23 by Alistair G. Crooks | Files touched by this commit (38) |
Log message: Add SHA512 digests for distfiles for biology category. Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail. |
2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163) |
Log message: Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. |
2012-09-11 22:32:15 by Aleksej Saushev | Files touched by this commit (31) |
Log message: "user-destdir" is default these days |
2009-08-25 13:56:36 by Thomas Klausner | Files touched by this commit (34) |
Log message: Change default for zip extraction to leave files as they are. Previously, zip extraction by default converted to lower case. Fix some packages that need it and remove -L from some packages that manually set it. |
2009-06-14 19:34:35 by Joerg Sonnenberger | Files touched by this commit (21) |
Log message: Remove @dirrm entries from PLISTs |
2008-05-26 04:13:26 by Joerg Sonnenberger | Files touched by this commit (274) |
Log message: Second round of explicit pax dependencies. As reminded by tnn@, many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all. |