diff options
author | sahil <sahil@FreeBSD.org> | 2010-10-06 11:29:04 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2010-10-06 11:29:04 +0800 |
commit | 2f08e5ef5242ca370c2c26b5ff7b5bb8f4b797de (patch) | |
tree | 2cc95ccee99f97a7d90826ba0640d4dac699732c /mail/postfix28 | |
parent | 7b698937e89de68f8217e77c563c1ce5eebdd614 (diff) | |
download | freebsd-ports-gnome-2f08e5ef5242ca370c2c26b5ff7b5bb8f4b797de.tar.gz freebsd-ports-gnome-2f08e5ef5242ca370c2c26b5ff7b5bb8f4b797de.tar.zst freebsd-ports-gnome-2f08e5ef5242ca370c2c26b5ff7b5bb8f4b797de.zip |
- Update optional SPF patch to version 1.1.0 [1]
- Fix CONFLICTS [2]
PR: ports/151134 [1]
Submitted by: mm@ [1]
Noticed by: pav@ [2]
Diffstat (limited to 'mail/postfix28')
-rw-r--r-- | mail/postfix28/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix28/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile index 3f4c45c921d9..41dc6162ca4f 100644 --- a/mail/postfix28/Makefile +++ b/mail/postfix28/Makefile @@ -23,7 +23,7 @@ COMMENT= A secure alternative to widely-used Sendmail VDAVERSION= 2.7.0 CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-68-9].* postfix-current-2.* \ - sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* + sendmail-8.* sendmail+*-8.* smail-3.* zmailer-2.* USE_SUBMAKE= yes USE_PERL5_BUILD=yes @@ -154,9 +154,9 @@ POSTFIX_AUXLIBS+= -L${OPENSSLLIB} ${LDFLAGS} -lssl -lcrypto LIB_DEPENDS+= spf2.3:${PORTSDIR}/mail/libspf2 PATCH_SITES+= ${MASTER_SITE_LOCAL} PATCH_SITE_SUBDIR= mm -PATCHFILES+= postfix-2.7.1-libspf2-1.2.x-1.patch.gz +PATCHFILES+= postfix-2.7.1-libspf2-1.2.x-4.patch.gz PATCH_DIST_STRIP= -p1 -POSTFIX_CCARGS+= -DHAVE_NS_TYPE -I${LOCALBASE}/include +POSTFIX_CCARGS+= -DHAVE_NS_TYPE -DHAS_SPF -I${LOCALBASE}/include POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lspf2 PLIST_SUB+= SPF="" .else diff --git a/mail/postfix28/distinfo b/mail/postfix28/distinfo index df007196f774..05f762ae0b40 100644 --- a/mail/postfix28/distinfo +++ b/mail/postfix28/distinfo @@ -1,9 +1,9 @@ MD5 (postfix/postfix-2.7.1.tar.gz) = b7a5c3ccd309156a65d6f8d2683d4fa1 SHA256 (postfix/postfix-2.7.1.tar.gz) = 12301aa8dae18d333c8c96dbf7673f8f05139f10406e7afe278cfd4a1f132df0 SIZE (postfix/postfix-2.7.1.tar.gz) = 3418747 -MD5 (postfix/postfix-2.7.1-libspf2-1.2.x-1.patch.gz) = 703ea5a4e9b70c9d32cd7fe32cc535bc -SHA256 (postfix/postfix-2.7.1-libspf2-1.2.x-1.patch.gz) = e610469e7c1bdc46cfb4155db849a309d0b43b5931a426e9efb495702da7ec03 -SIZE (postfix/postfix-2.7.1-libspf2-1.2.x-1.patch.gz) = 7225 +MD5 (postfix/postfix-2.7.1-libspf2-1.2.x-4.patch.gz) = 195c2477860f77567a458e84720e767a +SHA256 (postfix/postfix-2.7.1-libspf2-1.2.x-4.patch.gz) = b67efb1ffbcae91f13bf3ed90a5181d4b5bc86ebe15753eaf9db8b2278f5bb16 +SIZE (postfix/postfix-2.7.1-libspf2-1.2.x-4.patch.gz) = 8186 MD5 (postfix/postfix-vda-2.7.0.patch) = f73d119fc9e00f31f23599176554e763 SHA256 (postfix/postfix-vda-2.7.0.patch) = 6a81aadc21ddd9ffa22fd3a64c924a241b92fc5f2b3bafd352075e830e086e0b SIZE (postfix/postfix-vda-2.7.0.patch) = 59667 |