diff options
author | stefan <stefan@FreeBSD.org> | 2013-06-17 02:16:16 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2013-06-17 02:16:16 +0800 |
commit | 805310f2ecf1fbc29bef6c33b95a4a7ecc0d6299 (patch) | |
tree | 05a12c19c6451f1ac7c5b8c277eff74f5686009b /mail/libspf2 | |
parent | 2039ff4d089107f12ace239c2a911e87f601ddd0 (diff) | |
download | freebsd-ports-graphics-805310f2ecf1fbc29bef6c33b95a4a7ecc0d6299.tar.gz freebsd-ports-graphics-805310f2ecf1fbc29bef6c33b95a4a7ecc0d6299.tar.zst freebsd-ports-graphics-805310f2ecf1fbc29bef6c33b95a4a7ecc0d6299.zip |
- Let mail/p5-Mail-SPF always install spfquery as spfquery.pl unconditionally to
avoid conflict with mail/libspf2.
- Unregister conflict between mail/p5-Mail-SPF and mail/libspf2.
PR: 157107
Diffstat (limited to 'mail/libspf2')
-rw-r--r-- | mail/libspf2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/libspf2/Makefile b/mail/libspf2/Makefile index e12e6164d70..e793141e8ac 100644 --- a/mail/libspf2/Makefile +++ b/mail/libspf2/Makefile @@ -3,6 +3,7 @@ PORTNAME= libspf2 PORTVERSION= 1.2.10 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.libspf2.org/spf/ \ LOCAL/sunpoet @@ -13,7 +14,7 @@ COMMENT= Sender Rewriting Scheme 2 C Implementation LICENSE= BSD LGPL21 LGPL3 LICENSE_COMB= dual -CONFLICTS= ${PORTNAME}-1.0.* p5-Mail-SPF-[0-9]* p5-Mail-SPF-Query-[0-9]* +CONFLICTS= ${PORTNAME}-1.0.* p5-Mail-SPF-Query-[0-9]* GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool |