Reactive VDA support with a new upstream patch released
specifically for Postfix version 2.8.0.
This commit is contained in:
parent
ba88c81733
commit
87f82fbecf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269368
4 changed files with 6 additions and 6 deletions
|
@ -20,7 +20,7 @@ DIST_SUBDIR= ${PORTNAME}
|
|||
MAINTAINER= sahil@FreeBSD.org
|
||||
COMMENT= A secure alternative to widely-used Sendmail
|
||||
|
||||
VDAVERSION= 2.7.0
|
||||
VDAVERSION= 2.8.0
|
||||
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.*
|
||||
|
@ -229,9 +229,7 @@ POSTFIX_CCARGS+= -DHAS_NIS
|
|||
_REQUIRE+= ypserv
|
||||
.endif
|
||||
|
||||
# 32Bit VDA patch (64Bit has different patch)
|
||||
.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-${VDAVERSION}.patch:vda
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
|
|
@ -2,3 +2,5 @@ SHA256 (postfix/postfix-2.8.0.tar.gz) = 4b6c44601e2ed591b0863ddac43fbe04e30caf9a
|
|||
SIZE (postfix/postfix-2.8.0.tar.gz) = 3643132
|
||||
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-2.8.0.patch) = d5f546751a620bf200e8857311f50d11f9a1beaa234f4b25532b6dfdb5e933e5
|
||||
SIZE (postfix/postfix-vda-2.8.0.patch) = 59667
|
||||
|
|
|
@ -20,7 +20,7 @@ DIST_SUBDIR= ${PORTNAME}
|
|||
MAINTAINER= sahil@FreeBSD.org
|
||||
COMMENT= A secure alternative to widely-used Sendmail
|
||||
|
||||
VDAVERSION= 2.7.0
|
||||
VDAVERSION= 2.8.0
|
||||
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.*
|
||||
|
@ -229,9 +229,7 @@ POSTFIX_CCARGS+= -DHAS_NIS
|
|||
_REQUIRE+= ypserv
|
||||
.endif
|
||||
|
||||
# 32Bit VDA patch (64Bit has different patch)
|
||||
.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-${VDAVERSION}.patch:vda
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
|
|
@ -2,3 +2,5 @@ SHA256 (postfix/postfix-2.8.0.tar.gz) = 4b6c44601e2ed591b0863ddac43fbe04e30caf9a
|
|||
SIZE (postfix/postfix-2.8.0.tar.gz) = 3643132
|
||||
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-2.8.0.patch) = d5f546751a620bf200e8857311f50d11f9a1beaa234f4b25532b6dfdb5e933e5
|
||||
SIZE (postfix/postfix-vda-2.8.0.patch) = 59667
|
||||
|
|
Loading…
Reference in a new issue