diff options
author | sahil <sahil@FreeBSD.org> | 2012-02-11 13:14:36 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2012-02-11 13:14:36 +0800 |
commit | 594b146144103a5ac10a655a0248a0aa910ba818 (patch) | |
tree | 121bfd9c8c7bce90b714bfa7dad3a0e3152eae54 /mail/postfix28 | |
parent | 0a6daa1bf1eafb7f564191b8f474f310b5c07717 (diff) | |
download | freebsd-ports-gnome-594b146144103a5ac10a655a0248a0aa910ba818.tar.gz freebsd-ports-gnome-594b146144103a5ac10a655a0248a0aa910ba818.tar.zst freebsd-ports-gnome-594b146144103a5ac10a655a0248a0aa910ba818.zip |
Update to 2.8.8, set NO_LATEST_LINK, and revise IS_INTERACTIVE
logic to account for additional situations.
Diffstat (limited to 'mail/postfix28')
-rw-r--r-- | mail/postfix28/Makefile | 13 | ||||
-rw-r--r-- | mail/postfix28/distinfo | 4 |
2 files changed, 11 insertions, 6 deletions
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile index 8bbb619a3694..7e6d008bf989 100644 --- a/mail/postfix28/Makefile +++ b/mail/postfix28/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 2.8.7 +PORTVERSION= 2.8.8 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -25,9 +25,7 @@ CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-79].* postfix-base-2.[0-79].* \ postfix-current-2.* postfix-current-base-2.* sendmail-8.* \ sendmail+*-8.* smail-3.* zmailer-2.* -.if !defined(BATCH) && !defined(PACKAGE_BUILDING) -IS_INTERACTIVE= yes -.endif +NO_LATEST_LINK= yes USERS= postfix GROUPS= mail maildrop postfix @@ -92,6 +90,13 @@ MLINKS= sendmail.1 mailq.1 \ HTML1= body_checks.5.html bounce.5.html postfix-power.png \ scache.8.html tlsmgr.8.html +.if !defined(PACKAGE_BUILDING) && exists(/etc/mail/mailer.conf) +OLD_MAILER!= ${GREP} -m 1 '^purgestat' /etc/mail/mailer.conf || true +.if !empty(OLD_MAILER) +IS_INTERACTIVE= yes +.endif +.endif + .if ${OSVERSION} >= 800037 KRB5_EXTR= -lhx509 .endif diff --git a/mail/postfix28/distinfo b/mail/postfix28/distinfo index 29a0f4d0273e..209f055681d9 100644 --- a/mail/postfix28/distinfo +++ b/mail/postfix28/distinfo @@ -1,5 +1,5 @@ -SHA256 (postfix/postfix-2.8.7.tar.gz) = 5c13465ab47414e9aa2e857851eff1a3f020cebd056e0dde6094ece3552806e5 -SIZE (postfix/postfix-2.8.7.tar.gz) = 3647643 +SHA256 (postfix/postfix-2.8.8.tar.gz) = 77dc98e21da48901d326e98f918ea50d6cad66ee5812033b5aab342c9578328c +SIZE (postfix/postfix-2.8.8.tar.gz) = 3648317 SHA256 (postfix/postfix-2.8.0-libspf2-1.2.x-0.patch.gz) = e5c38e5bc226cab109c02a4e530ab1aefd3bb06f2169f3e052bdf83d2727aacc SIZE (postfix/postfix-2.8.0-libspf2-1.2.x-0.patch.gz) = 8191 SHA256 (postfix/postfix-vda-v10-2.8.5.patch) = 0106e0bfdea8bb3888e8f33e7cb4b1530d171abbf2d3ac91567f91240e4b6b5a |