2019-07-08 10:27:18 by Nia Alarie | Files touched by this commit (7) | |
Log message: Remove rollemup - the distfiles are gone and we can't redistribute them. "You are not allowed to distribute the software by any means. You are allowed to download a copy from this site for personal use." The site is gone. |
2017-03-23 18:07:02 by Joerg Sonnenberger | Files touched by this commit (219) |
Log message: Extend SHA512 checksums to various files I have on my local distfile mirror. |
2017-01-19 19:52:30 by Alistair G. Crooks | Files touched by this commit (352) |
Log message: Convert all occurrences (353 by my count) of MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly. |
2012-10-06 13:55:05 by Aleksej Saushev | Files touched by this commit (310) |
Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. |
2010-02-07 21:59:14 by Klaus Heinz | Files touched by this commit (2) |
Log message: Adapted for better support of installation to DESTDIR. Removed use of GAMEOWN/GAMEGRP (thanks to joerg@ for the help). |
2010-02-07 18:32:40 by Klaus Heinz | Files touched by this commit (1) |
Log message: Added working MASTER_SITES. |
2009-06-15 00:58:11 by Joerg Sonnenberger | Files touched by this commit (129) |
Log message: Remove @dirrm related logic. |
2009-05-19 10:59:39 by Thomas Klausner | Files touched by this commit (383) |
Log message: Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT block). Uncomment some commented out LICENSE lines while here. |
2008-09-25 16:02:09 by Thomas Klausner | Files touched by this commit (18) |
Log message: Bump PKGREVISION for infrastructure fix affecting /dev/null as CONF_FILES source. |
2008-03-04 07:59:06 by Johnny C. Lam | Files touched by this commit (99) |
Log message: Mechanical changes to add DESTDIR support to packages that install their files via a custom do-install target. |