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-09-28 14:15:16 by Roland Illig | Files touched by this commit (2) |
Log message: Fixed pkglint warnings. |
2005-02-24 15:08:42 by Thomas Klausner | Files touched by this commit (277) |
Log message: Add RMD160 checksums. |
2004-01-20 13:28:00 by Alistair G. Crooks | Files touched by this commit (46) |
Log message: Move WRKSRC definition away from the first paragraph in a Makefile. |
2003-07-22 06:14:48 by Martti Kuparinen | Files touched by this commit (92) |
Log message: COMMENT should start with a capital letter. |
2003-07-18 00:57:07 by grant beattie | Files touched by this commit (1065) |
Log message: s/netbsd.org/NetBSD.org/ |
2003-06-18 11:22:28 by Alistair G. Crooks | Files touched by this commit (38) |
Log message: When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather than ${PKGNAME}, so that the WRKSRC definition is immune from any subsequent PKGREVISION changes. With thanks to jmc for the nudge. |
2003-05-06 19:43:16 by Julio Merino | Files touched by this commit (726) |
Log message: Drop trailing whitespace. Ok'ed by wiz. |
2003-04-10 03:28:32 by grant beattie | Files touched by this commit (85) |
Log message: make ${PAX} usage consistent: - group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup |
2003-03-29 13:43:15 by Julio Merino | Files touched by this commit (795) |
Log message: Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. |