diff options
author | jlaffaye <jlaffaye@FreeBSD.org> | 2011-07-20 19:10:12 +0800 |
---|---|---|
committer | jlaffaye <jlaffaye@FreeBSD.org> | 2011-07-20 19:10:12 +0800 |
commit | eb8b2e61e5874b87b1c5000f14cf54b6794a4df9 (patch) | |
tree | 79c24d65bae998ece2556487826174f6782fae6e /mail/courier/Makefile | |
parent | 14123cab0f739b8f0a3230442000e3f236c049cb (diff) | |
download | freebsd-ports-gnome-eb8b2e61e5874b87b1c5000f14cf54b6794a4df9.tar.gz freebsd-ports-gnome-eb8b2e61e5874b87b1c5000f14cf54b6794a4df9.tar.zst freebsd-ports-gnome-eb8b2e61e5874b87b1c5000f14cf54b6794a4df9.zip |
Update to 0.65.3
PR: ports/158669
Submitted by: Milan Obuch <bsd@dino.sk> (maintainer)
Diffstat (limited to 'mail/courier/Makefile')
-rw-r--r-- | mail/courier/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/mail/courier/Makefile b/mail/courier/Makefile index f18f5e46351c..3e4d798216a4 100644 --- a/mail/courier/Makefile +++ b/mail/courier/Makefile @@ -6,8 +6,7 @@ # PORTNAME= courier -PORTVERSION= 0.63.0 -PORTREVISION= 1 +PORTVERSION= 0.65.3 CATEGORIES= mail ipv6 MASTER_SITES= SF @@ -61,7 +60,7 @@ CALENDIR= /var/spool/calendar MIMETYPES= ${LOCALBASE}/etc/mime.types WITH_TRANSPORT= local esmtp dsn -USE_AUTOTOOLS= libtool +USE_AUTOTOOLS= libtool aclocal USE_BZIP2= yes USE_FAM= yes USE_GETTEXT= yes @@ -98,6 +97,7 @@ CONFIGURE_ARGS= --disable-root-check \ --with-cachedir=${CACHEDIR} \ --with-cacheowner=${CACHEOWN} \ --with-calendardir=${CALENDIR} \ + --with-certsdir=${SYSCONFDIR} \ --with-transport='${WITH_TRANSPORT}' \ --with-default-maildrop=${MAILDROPDEFAULT} \ --with-paranoid-smtpext \ @@ -372,6 +372,11 @@ pre-configure: @if [ -f "${WRKDIR}/courier.cache" -a -s "${WRKDIR}/courier.cache" ]; then \ ${RM} -f "${WRKDIR}/courier.cache"; \ fi + @cp ${LOCALBASE}/share/gettext/po/Makefile.in.in ${WRKSRC}/pcp/po + @cp ${LOCALBASE}/share/libtool/config/ltmain.sh ${WRKSRC} +.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 + @cd ${WRKSRC}/${oldlt} && ${SETENV} ${SCRIPTS_ENV} ${SH} /usr/local/bin/aclocal +.endfor post-build: @${PERL} -pi -e 's|^(auth)\s+(required).*|$$1\t\t$$2\tpam_unix.so\ttry_first_pass|g;' \ |