2024-07-25 07:41:53 by Thomas Klausner | Files touched by this commit (22) |
Log message: *: reset MAINTAINER (became observer) |
2020-01-10 13:20:50 by Leonardo Taccari | Files touched by this commit (2) |
Log message: pkg_alternatives: Update to 1.7 Changes: 1.7 --- - Adjust pkg_alternatives(8) to point to the real user configuration wrapper file and bump date |
2019-05-23 21:23:24 by Roland Illig | Files touched by this commit (242) |
Log message: all: replace SUBST_SED with the simpler SUBST_VARS pkglint -Wall -r --only "substitution command" -F With manual review and indentation fixes since pkglint doesn't get that part correct in every case. |
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 |
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. |
2014-03-03 05:40:12 by OBATA Akio | Files touched by this commit (1) |
Log message: LICENSE=modified-bsd |
2014-03-03 04:30:55 by OBATA Akio | Files touched by this commit (43) |
Log message: Just define PKGNAME and use it. |
2013-07-20 23:50:55 by Thomas Klausner | Files touched by this commit (44) |
Log message: Use Mt for email addresses. |
2012-09-12 01:19:40 by Aleksej Saushev | Files touched by this commit (60) |
Log message: "user-destdir" is default these days |
2012-06-13 17:35:32 by Jonathan Perkin | Files touched by this commit (3) |
Log message: Update to 1.6, changes: - Use the correct id(1) program. Fixes PR pkg/40691 - Avoid unprintable characters, some implementations of tr(1) have issues with them. Instead go for what hopefully will be a unique string, as well as making use of shell parameter substitution. Fixes PR pkg/42197 These changes combined make pkg_alternatives work correctly on Solaris. |