2010-10-16 12:30:57 by S.P.Zeidler | Files touched by this commit (3) |
Log message:
- patch majordomo.pl for perl 5.12 compat (split does not return @_)
Patch submitted by Todd Kover in PR pkg/43974
-> bump pkgrev
- make myself maintainer
- add restriction (majordomos license does not allow redistribution of
modified binaries)
|
2010-08-20 23:25:02 by Matthias Scheler | Files touched by this commit (3) |
Log message:
Fix patch for "approve" to make it work with Perl 5.12.1.
|
2010-02-19 19:49:42 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Fix installation.
|
2009-06-14 20:04:45 by Joerg Sonnenberger | Files touched by this commit (183) |
Log message:
Remove @dirrm entries from PLISTs
|
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.
|
2009-02-17 13:57:07 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Rest maintainer, mail bounced
|
2007-07-04 22:55:07 by Johnny C. Lam | Files touched by this commit (136) |
Log message:
Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user. This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.
(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
unprivileged.mk. These two variables are lists of other bmake
variables that define package-specific users and groups. Packages
that have user-settable variables for users and groups, e.g. apache
and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
and ${UNPRIVILEGED_GROUP}.
(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
|
2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721) |
Log message:
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
|
2006-09-09 04:43:12 by OBATA Akio | Files touched by this commit (39) |
Log message:
Rename variable MAKEFILE to MAKE_FILE.
|
2006-06-16 19:11:25 by Johnny C. Lam | Files touched by this commit (5) |
Log message:
Modify (finally!) to use pkginstall framework. Bump PKGREVISION to 2.
|