2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223) |
Log message: Reset MAINTAINER |
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message: all: migrate several HOMEPAGEs to https pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU. |
2013-09-10 10:43:30 by Thomas Klausner | Files touched by this commit (6) |
Log message: Make meta packages 2-clause-bsd, requested by joerg. |
2009-11-21 03:21:07 by OBATA Akio | Files touched by this commit (1) |
Log message: Add font-sony-misc to modular-xorg-fonts. Bump PKGVERSION to 1.1. |
2008-06-15 11:52:00 by Joerg Sonnenberger | Files touched by this commit (22) |
Log message: Make sure that meta packages set META_PACKAGE before including bsd.prefs.mk. Reported by Steven M. Bellovin for xorg packages. |
2008-05-24 23:45:22 by Tobias Nygren | Files touched by this commit (201) |
Log message: Switch master site to MASTER_SITE_XORG. |
2007-12-19 13:27:31 by Roland Illig | Files touched by this commit (29) |
Log message: Replaced the custom definitions with META_PACKAGE=yes. |
2007-10-26 00:01:10 by Johnny C. Lam | Files touched by this commit (158) |
Log message: * If PLIST_SRC is explicitly set to an empty value in a package Makefile, then automatically generate a PLIST that says "${PKGNAME} has no files". * If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile, and no PLIST files exist, then fail during the package build with PKG_FAIL_REASON. * Remove "intentionally empty" PLISTs again. Now, the easy way to say that a package installs no files is to just add the following to the package Makefile: PLIST_SRC= # empty |