2009-06-14 19:43:27 by Joerg Sonnenberger | Files touched by this commit (120) |
Log message: Remove @dirrm entries from PLISTs |
2009-03-18 19:38:00 by D'Arcy J.M. Cain | Files touched by this commit (5) |
Log message: Change MAINTAINER to OWNER on some of my packages. |
2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134) |
Log message: Add DESTDIR support. |
2008-04-25 22:39:14 by Joerg Sonnenberger | Files touched by this commit (170) |
Log message: Update PYTHON_VERSIONS_COMPATIBLE - assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals. |
2006-06-06 19:02:19 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Needs Python 2.2+ |
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message: Recursive revision bump / recommended bump for gettext ABI change. |
2006-01-06 18:53:11 by Lubomir Sedlacik | Files touched by this commit (2) |
Log message: Clean up own directories. Bump PKGREVISION. |
2006-01-03 20:10:50 by Thomas Klausner | Files touched by this commit (1) |
Log message: Bump PKGREVISION for PLIST change. |
2006-01-03 20:03:35 by D'Arcy J.M. Cain | Files touched by this commit (1) |
Log message: Add missing installed files. No functional change so not bump to PKGREVISION. |
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 |