summaryrefslogtreecommitdiff
path: root/mail/libspf2
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2014-10-12 08:17:50 +0000
committertron <tron@pkgsrc.org>2014-10-12 08:17:50 +0000
commit609bc2b696ef427b50c014b0463decbdd5febd3f (patch)
tree159d58ca52afee7dbf619cbbebe24f7ec5a4d734 /mail/libspf2
parent1435df45f024659b51adb538cd0275c26336688b (diff)
downloadpkgsrc-609bc2b696ef427b50c014b0463decbdd5febd3f.tar.gz
Remove conflict between "libspf-alt" respectively "libspf2" and
"p5-Mail-SPF". The first two packages install "bin/spfd" while the latter install "sbin/spfd". Problem pointed out by Petar Bogdanovic in PR pkg/49271.
Diffstat (limited to 'mail/libspf2')
-rw-r--r--mail/libspf2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/libspf2/Makefile b/mail/libspf2/Makefile
index 74c9158be55..2cf885701ad 100644
--- a/mail/libspf2/Makefile
+++ b/mail/libspf2/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2013/07/06 11:09:26 tron Exp $
+# $NetBSD: Makefile,v 1.12 2014/10/12 08:17:50 tron Exp $
DISTNAME= libspf2-1.2.10
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.libspf2.org/spf/
@@ -13,6 +14,5 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= YES
CONFLICTS+= libspf_alt-[0-9]*
-CONFLICTS+= p5-Mail-SPF-[0-9]*
.include "../../mk/bsd.pkg.mk"