mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Update VDA patch and tweak the conditional that
sets IS_INTERACTIVE.
This commit is contained in:
parent
121480d45f
commit
0f5de25b80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295290
@ -20,7 +20,7 @@ DIST_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= sahil@FreeBSD.org
|
||||
COMMENT= A secure alternative to widely-used Sendmail
|
||||
|
||||
VDAVERSION= 2.8.5
|
||||
VDAVERSION= 2.9.1
|
||||
CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-8].* postfix-base-2.[0-8].* \
|
||||
postfix-current-2.* postfix-current-base-2.* sendmail-8.* \
|
||||
sendmail+*-8.* smail-3.* zmailer-2.*
|
||||
@ -88,7 +88,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
|
||||
@ -235,9 +235,8 @@ _REQUIRE+= ypserv
|
||||
.endif
|
||||
|
||||
.if defined(WITH_VDA)
|
||||
BROKEN= At the moment, VDA support is unavailable for ${PORTNAME}-${DISTVERSION}
|
||||
PATCH_SITES+= http://vda.sourceforge.net/VDA/:vda
|
||||
PATCHFILES+= postfix-vda-v10-${VDAVERSION}.patch:vda
|
||||
PATCHFILES+= postfix-vda-v11-${VDAVERSION}.patch:vda
|
||||
PATCH_DIST_STRIP= -p1
|
||||
PLIST_SUB+= VDA=""
|
||||
.else
|
||||
|
@ -2,3 +2,5 @@ SHA256 (postfix/postfix-2.9.1.tar.gz) = d1dbe901f76ab6fd51f9c8c61eb46bd6fe0bc8b1
|
||||
SIZE (postfix/postfix-2.9.1.tar.gz) = 3768329
|
||||
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-v11-2.9.1.patch) = 611283a932577944bcdde36e5fe1a80ca750a0a66eb5f3490666e2adafd2bf84
|
||||
SIZE (postfix/postfix-vda-v11-2.9.1.patch) = 55009
|
||||
|
@ -21,7 +21,7 @@ DIST_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= sahil@FreeBSD.org
|
||||
COMMENT= A secure alternative to widely-used Sendmail
|
||||
|
||||
VDAVERSION= 2.8.5
|
||||
VDAVERSION= 2.8.9
|
||||
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.*
|
||||
@ -91,7 +91,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
|
||||
|
@ -2,5 +2,5 @@ SHA256 (postfix/postfix-2.8.9.tar.gz) = 6a63bafad1002abbab2d2592a40dc4b3e35defd9
|
||||
SIZE (postfix/postfix-2.8.9.tar.gz) = 3648498
|
||||
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
|
||||
SIZE (postfix/postfix-vda-v10-2.8.5.patch) = 56777
|
||||
SHA256 (postfix/postfix-vda-v10-2.8.9.patch) = e671f7349173349d66f1b091359761ed5a5d517f8a58c86a42ff461997d2cd7e
|
||||
SIZE (postfix/postfix-vda-v10-2.8.9.patch) = 56777
|
||||
|
Loading…
Reference in New Issue
Block a user