View | Details | Raw Unified | Return to bug 158669
Collapse All | Expand All

(-)courier-0.65.3/Makefile (-2 / +7 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	courier
8
PORTNAME=	courier
9
PORTVERSION=	0.63.0
9
PORTVERSION=	0.65.3
10
PORTREVISION=	1
11
CATEGORIES=	mail ipv6
10
CATEGORIES=	mail ipv6
12
MASTER_SITES=	SF
11
MASTER_SITES=	SF
13
12
Lines 98-103 Link Here
98
		--with-cachedir=${CACHEDIR} \
97
		--with-cachedir=${CACHEDIR} \
99
		--with-cacheowner=${CACHEOWN} \
98
		--with-cacheowner=${CACHEOWN} \
100
		--with-calendardir=${CALENDIR} \
99
		--with-calendardir=${CALENDIR} \
100
		--with-certsdir=${SYSCONFDIR} \
101
		--with-transport='${WITH_TRANSPORT}' \
101
		--with-transport='${WITH_TRANSPORT}' \
102
		--with-default-maildrop=${MAILDROPDEFAULT} \
102
		--with-default-maildrop=${MAILDROPDEFAULT} \
103
		--with-paranoid-smtpext \
103
		--with-paranoid-smtpext \
Lines 372-377 Link Here
372
	@if [ -f "${WRKDIR}/courier.cache" -a -s "${WRKDIR}/courier.cache" ]; then \
372
	@if [ -f "${WRKDIR}/courier.cache" -a -s "${WRKDIR}/courier.cache" ]; then \
373
		${RM} -f "${WRKDIR}/courier.cache"; \
373
		${RM} -f "${WRKDIR}/courier.cache"; \
374
	fi
374
	fi
375
	@cp ${LOCALBASE}/share/gettext/po/Makefile.in.in ${WRKSRC}/pcp/po
376
	@cp ${LOCALBASE}/share/libtool/config/ltmain.sh ${WRKSRC}
377
.for oldlt in . bdbobj cgi courier courier/libs courier/filters courier/filters/perlfilter courier/module.dsn courier/module.esmtp courier/module.local courier/module.uucp gdbmobj gpglib http11 imap ldapaddressbook libhmac liblock maildir maildrop makedat md5 numlib pcp random128 rfc822 rfc1035 rfc2045 sha1 tcpd unicode webmail
378
	@cd ${WRKSRC}/${oldlt} && ${SETENV} ${SCRIPTS_ENV} ${SH} /usr/local/bin/aclocal
379
.endfor
375
380
376
post-build:
381
post-build:
377
	@${PERL} -pi -e 's|^(auth)\s+(required).*|$$1\t\t$$2\tpam_unix.so\ttry_first_pass|g;' \
382
	@${PERL} -pi -e 's|^(auth)\s+(required).*|$$1\t\t$$2\tpam_unix.so\ttry_first_pass|g;' \
(-)courier-0.65.3/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (courier-0.63.0.tar.bz2) = 3a52363605f75f4156105aefa6bd375626f742033fbf09b5592179f274322044
1
SHA256 (courier-0.65.3.tar.bz2) = a743ba01137230165b00d726cf0faef3998d43edc0bfb00d8358eeefd96c7d60
2
SIZE (courier-0.63.0.tar.bz2) = 7133009
2
SIZE (courier-0.65.3.tar.bz2) = 7152828
(-)courier-0.65.3/files/patch-courier__configure (-9 lines)
Lines 48-62 Link Here
48
 version=`cat ../version`
48
 version=`cat ../version`
49
 
49
 
50
 COPYRIGHT="Courier $version Copyright 1999-2008 Double Precision, Inc."
50
 COPYRIGHT="Courier $version Copyright 1999-2008 Double Precision, Inc."
51
@@ -17008,7 +17019,7 @@
52
 
53
 # Check whether --with-ldapaliasd was given.
54
 if test "${with_ldapaliasd+set}" = set; then
55
-  withval=$with_ldapaliasd; ldapaliasd="$withval"; ldapaliasd="yes"
56
+  withval=$with_ldapaliasd; ldapaliasd="$withval"
57
 fi
58
 
59
 
60
@@ -18397,9 +18408,9 @@
51
@@ -18397,9 +18408,9 @@
61
 
52
 
62
 if test "$testmode" = "0"
53
 if test "$testmode" = "0"
(-)courier-0.65.3/files/patch-imap__mkimapdcert.in (-5 / +5 lines)
Lines 2-11 Link Here
2
+++ imap/mkimapdcert.in	2010-02-15 21:36:46.000000000 +0100
2
+++ imap/mkimapdcert.in	2010-02-15 21:36:46.000000000 +0100
3
@@ -40,7 +40,7 @@
3
@@ -40,7 +40,7 @@
4
 then
4
 then
5
 	cp /dev/null @mydatadir@/imapd.pem
5
 	cp /dev/null @certsdir@/imapd.pem
6
 	chmod 600 @mydatadir@/imapd.pem
6
 	chmod 600 @certsdir@/imapd.pem
7
-	chown @mailuser@ @mydatadir@/imapd.pem
7
-	chown @mailuser@ @certsdir@/imapd.pem
8
+	/usr/sbin/chown @mailuser@ @mydatadir@/imapd.pem
8
+	/usr/sbin/chown @mailuser@ @certsdir@/imapd.pem
9
 
9
 
10
 	dd if=@RANDOMV@ of=@mydatadir@/imapd.rand count=1 2>/dev/null
10
 	dd if=@RANDOMV@ of=@certsdir@/imapd.rand count=1 2>/dev/null
11
 	@OPENSSL@ req -new -x509 -days 365 -nodes \
11
 	@OPENSSL@ req -new -x509 -days 365 -nodes \
(-)courier-0.65.3/files/patch-imap__mkpop3dcert.in (-5 / +5 lines)
Lines 2-11 Link Here
2
+++ imap/mkpop3dcert.in	2010-02-15 21:37:01.000000000 +0100
2
+++ imap/mkpop3dcert.in	2010-02-15 21:37:01.000000000 +0100
3
@@ -40,7 +40,7 @@
3
@@ -40,7 +40,7 @@
4
 then
4
 then
5
 	cp /dev/null @mydatadir@/pop3d.pem
5
 	cp /dev/null @certsdir@/pop3d.pem
6
 	chmod 600 @mydatadir@/pop3d.pem
6
 	chmod 600 @certsdir@/pop3d.pem
7
-	chown @mailuser@ @mydatadir@/pop3d.pem
7
-	chown @mailuser@ @certsdir@/pop3d.pem
8
+	/usr/sbin/chown @mailuser@ @mydatadir@/pop3d.pem
8
+	/usr/sbin/chown @mailuser@ @certsdir@/pop3d.pem
9
 
9
 
10
 	dd if=@RANDOMV@ of=@mydatadir@/pop3d.rand count=1 2>/dev/null
10
 	dd if=@RANDOMV@ of=@certsdir@/pop3d.rand count=1 2>/dev/null
11
 	@OPENSSL@ req -new -x509 -days 365 -nodes \
11
 	@OPENSSL@ req -new -x509 -days 365 -nodes \

Return to bug 158669