Wed Dec 30 13:24:50 2009 UTC ()
Add missing doc/spec.txt to install & PLIST


(abs)
diff -r1.97 -r1.98 pkgsrc/mail/exim/Makefile
diff -r1.12 -r1.13 pkgsrc/mail/exim/PLIST

cvs diff -r1.97 -r1.98 pkgsrc/mail/exim/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/exim/Makefile 2009/12/07 14:29:09 1.97
+++ pkgsrc/mail/exim/Makefile 2009/12/30 13:24:50 1.98
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.97 2009/12/07 14:29:09 adam Exp $ 1# $NetBSD: Makefile,v 1.98 2009/12/30 13:24:50 abs Exp $
2 2
3DISTNAME= exim-4.71 3DISTNAME= exim-4.71
 4PKGREVISION= 1
4CATEGORIES= mail net 5CATEGORIES= mail net
5MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \ 6MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \
6 ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \ 7 ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \
7 ftp://ftp.esat.net/pub/networking/mail/mta/exim/exim4/ 8 ftp://ftp.esat.net/pub/networking/mail/mta/exim/exim4/
8EXTRACT_SUFX= .tar.bz2 9EXTRACT_SUFX= .tar.bz2
9 10
10MAINTAINER= abs@NetBSD.org 11MAINTAINER= abs@NetBSD.org
11HOMEPAGE= http://www.exim.org/ 12HOMEPAGE= http://www.exim.org/
12COMMENT= The Exim mail transfer agent, a replacement for sendmail 13COMMENT= The Exim mail transfer agent, a replacement for sendmail
13 14
14CONFLICTS+= exim-exiscan-[0-9]* 15CONFLICTS+= exim-exiscan-[0-9]*
15 16
16USE_TOOLS+= perl:run 17USE_TOOLS+= perl:run
@@ -95,22 +96,25 @@ pre-configure: @@ -95,22 +96,25 @@ pre-configure:
95 < ${WRKSRC}/Local/eximon.conf.pkgsrc \ 96 < ${WRKSRC}/Local/eximon.conf.pkgsrc \
96 > ${WRKSRC}/Local/eximon.conf 97 > ${WRKSRC}/Local/eximon.conf
97# CFLAGS is already set by pkgsrc 98# CFLAGS is already set by pkgsrc
98 for f in ${WRKSRC}/OS/Makefile-*; do \ 99 for f in ${WRKSRC}/OS/Makefile-*; do \
99 sed -e 's/^CFLAGS=.*//' $$f > $$f.subst; \ 100 sed -e 's/^CFLAGS=.*//' $$f > $$f.subst; \
100 mv -f $$f.subst $$f; \ 101 mv -f $$f.subst $$f; \
101 done 102 done
102 103
103post-build: 104post-build:
104 sed -e 's:@PREFIX@:${PREFIX}:' \ 105 sed -e 's:@PREFIX@:${PREFIX}:' \
105 ${FILESDIR}/mailer.conf.exim \ 106 ${FILESDIR}/mailer.conf.exim \
106 > ${WRKDIR}/mailer.conf 107 > ${WRKDIR}/mailer.conf
107 108
108INSTALLATION_DIRS = ${PKGMANDIR}/man8 sbin share/examples/exim 109INSTALLATION_DIRS = ${PKGMANDIR}/man8 sbin share/examples/exim share/doc/exim
109 110
110post-install: 111post-install:
111 ${INSTALL_DATA} ${WRKDIR}/mailer.conf ${DESTDIR}${EXAMPLESDIR} 112 ${INSTALL_DATA} ${WRKDIR}/mailer.conf ${DESTDIR}${EXAMPLESDIR}
112 ${INSTALL_DATA} ${WRKSRC}/doc/exim.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/exim.8 113 ${INSTALL_DATA} ${WRKSRC}/doc/exim.8 \
 114 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/exim.8
 115 ${INSTALL_DATA} ${WRKSRC}/doc/spec.txt \
 116 ${DESTDIR}${PREFIX}/share/doc/exim
113 117
114.include "../../converters/libiconv/buildlink3.mk" 118.include "../../converters/libiconv/buildlink3.mk"
115.include "../../devel/pcre/buildlink3.mk" 119.include "../../devel/pcre/buildlink3.mk"
116.include "../../mk/bsd.pkg.mk" 120.include "../../mk/bsd.pkg.mk"

cvs diff -r1.12 -r1.13 pkgsrc/mail/exim/PLIST (expand / switch to unified diff)

--- pkgsrc/mail/exim/PLIST 2009/06/14 18:04:33 1.12
+++ pkgsrc/mail/exim/PLIST 2009/12/30 13:24:50 1.13
@@ -1,22 +1,23 @@ @@ -1,22 +1,23 @@
1@comment $NetBSD: PLIST,v 1.12 2009/06/14 18:04:33 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.13 2009/12/30 13:24:50 abs Exp $
2man/man8/exim.8 2man/man8/exim.8
3sbin/${DISTNAME}-1 3sbin/${DISTNAME}-1
4sbin/exicyclog 4sbin/exicyclog
5sbin/exigrep 5sbin/exigrep
6sbin/exim 6sbin/exim
7sbin/exim_checkaccess 7sbin/exim_checkaccess
8sbin/exim_dbmbuild 8sbin/exim_dbmbuild
9sbin/exim_dumpdb 9sbin/exim_dumpdb
10sbin/exim_fixdb 10sbin/exim_fixdb
11sbin/exim_lock 11sbin/exim_lock
12sbin/exim_tidydb 12sbin/exim_tidydb
13sbin/eximstats 13sbin/eximstats
14sbin/exinext 14sbin/exinext
15sbin/exipick 15sbin/exipick
16sbin/exiqgrep 16sbin/exiqgrep
17sbin/exiqsumm 17sbin/exiqsumm
18sbin/exiwhat 18sbin/exiwhat
 19share/doc/exim/spec.txt
19share/examples/exim/aliases 20share/examples/exim/aliases
20share/examples/exim/configure 21share/examples/exim/configure
21share/examples/exim/mailer.conf 22share/examples/exim/mailer.conf
22share/examples/rc.d/exim 23share/examples/rc.d/exim