diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2012-04-23 03:14:53 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2012-04-23 03:14:53 +0000 |
commit | 121480d45ff76f56fc4483ded40a02ea8cedde7f (patch) | |
tree | 6bd23171f1103ac47bed5ed7dd8fff74302cf693 /mail/postfix-current | |
parent | 001252efd5ee701157715004a34e00b991d718a2 (diff) | |
download | ports-121480d45ff76f56fc4483ded40a02ea8cedde7f.tar.gz ports-121480d45ff76f56fc4483ded40a02ea8cedde7f.zip |
Notes
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 91ec83fcdc66..d23adcdca14e 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -DISTVERSION= 2.10-20120308 +DISTVERSION= 2.10-20120422 PORTEPOCH= 4 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ @@ -87,7 +87,7 @@ 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) +.if !defined(BATCH) && !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 diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index 93e528105b94..2ed02a1f3403 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,4 +1,4 @@ -SHA256 (postfix/postfix-2.10-20120308.tar.gz) = 50e6fff433fbfd7c41986cb30e13d95518bdb4ddef9140fbe4ab7bfac2a14d41 -SIZE (postfix/postfix-2.10-20120308.tar.gz) = 3765140 +SHA256 (postfix/postfix-2.10-20120422.tar.gz) = be41b1c55e6500336b4a689487c4c774d4dc1f46f638ac08f32ef7618557c3f6 +SIZE (postfix/postfix-2.10-20120422.tar.gz) = 3772391 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 |