2011-10-02 16:12:07 by Thomas Klausner | Files touched by this commit (242) | |
Log message: Remove packages scheduled to be deleted according to the pkgsrc-2011Q2 release notes. |
2011-09-16 04:26:45 by OBATA Akio | Files touched by this commit (14) |
Log message: Bump PKGREVISION from RUBY_VERSION_DEFAULT changes. |
2010-09-10 12:56:06 by Takahiro Kambe | Files touched by this commit (1) |
Log message: * Add LICENSE. |
2009-07-07 21:10:38 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: user-destdir support |
2009-06-15 00:00:42 by Joerg Sonnenberger | Files touched by this commit (316) |
Log message: Convert @exec/@unexec to @pkgdir or drop it. |
2008-06-19 17:24:04 by Takahiro Kambe | Files touched by this commit (1) |
Log message: use more INSTALLATION_DIRS. There should be no functional change. |
2006-10-05 00:04:11 by Thomas Klausner | Files touched by this commit (30) |
Log message: Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. |
2006-04-22 11:22:18 by Roland Illig | Files touched by this commit (231) |
Log message: Removed the superfluous "quotes" and 'quotes' from variables that don't need them, for example RESTRICTED and SUBST_MESSAGE.*. |
2005-12-29 07:22:26 by Johnny C. Lam | Files touched by this commit (597) |
Log message: Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk automatically detects whether we want the pkginstall machinery to be used by the package Makefile. |
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 |