Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 08/02/2003 17:00:11
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Sat Aug  2 17:00:11 UTC 2003

Modified Files:
	pkgsrc/mail/exim: MESSAGE Makefile PLIST distinfo
	pkgsrc/mail/exim-user: Makefile
	pkgsrc/mail/exim/patches: patch-aa patch-ab patch-ac patch-ad patch-ae
	pkgsrc/mk: bsd.pkg.defaults.mk
Added Files:
	pkgsrc/mail/exim/files: exim.sh
Removed Files:
	pkgsrc/mail/exim/files: exim

Log Message:
Convert exim and exim-user to the bsd.pkg.install.mk framework:
- Introduce EXIM_GROUP and EXIM_USER to tune the details of the group and
  user used by the daemon.
- Honour PKG_SYSCONFDIR.
- Install sample files under the examples directory.
- Automatically install example files under sysconfdir using CONF_FILES.
  This simplifies exim's set up from admin's point of view.
- Use RCD_SCRIPTS to handle the startup script.

As a result, bump PKGREVISION of exim and exim-user.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/mail/exim/MESSAGE
cvs rdiff -r1.36 -r1.37 pkgsrc/mail/exim/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/mail/exim/PLIST
cvs rdiff -r1.10 -r1.11 pkgsrc/mail/exim/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/mail/exim-user/Makefile
cvs rdiff -r1.1 -r0 pkgsrc/mail/exim/files/exim
cvs rdiff -r0 -r1.4 pkgsrc/mail/exim/files/exim.sh
cvs rdiff -r1.3 -r1.4 pkgsrc/mail/exim/patches/patch-aa \
    pkgsrc/mail/exim/patches/patch-ad pkgsrc/mail/exim/patches/patch-ae
cvs rdiff -r1.7 -r1.8 pkgsrc/mail/exim/patches/patch-ab
cvs rdiff -r1.4 -r1.5 pkgsrc/mail/exim/patches/patch-ac
cvs rdiff -r1.166 -r1.167 pkgsrc/mk/bsd.pkg.defaults.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.