2006-12-19 14:34:57 by Roland Illig | Files touched by this commit (1) |
Log message: Fixed PKGMANDIR. |
2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257) |
Log message: Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to \ "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. |
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/2005/12/02/0034.html |
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message: Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. |
2005-02-23 17:12:36 by Alistair G. Crooks | Files touched by this commit (60) |
Log message: Add RMD160 digests in addition to SHA1 ones |
2004-12-03 16:15:13 by Thomas Klausner | Files touched by this commit (409) |
Log message: Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. Suggested by Roland Illig, ok'd by various. |
2004-04-12 03:50:08 by Min Sik Kim | Files touched by this commit (1) |
Log message: Enable pkgviews installation. |
2004-04-11 09:10:52 by Soren Jacobsen | Files touched by this commit (1) |
Log message: Convert to buildlink3. |
2003-11-19 03:52:46 by Jan Schaumann | Files touched by this commit (2) |
Log message: OpenSSL has not had base64 for a while now, so these two no longer need to conflict. Noted by Bernhard Riedel. |
2003-07-21 18:36:14 by Martti Kuparinen | Files touched by this commit (11) |
Log message: COMMENT should start with a capital letter. |