diff options
author | tron <tron@pkgsrc.org> | 2014-10-12 08:17:50 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2014-10-12 08:17:50 +0000 |
commit | 609bc2b696ef427b50c014b0463decbdd5febd3f (patch) | |
tree | 159d58ca52afee7dbf619cbbebe24f7ec5a4d734 /mail/p5-Mail-SPF | |
parent | 1435df45f024659b51adb538cd0275c26336688b (diff) | |
download | pkgsrc-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/p5-Mail-SPF')
-rw-r--r-- | mail/p5-Mail-SPF/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/mail/p5-Mail-SPF/Makefile b/mail/p5-Mail-SPF/Makefile index ad338e7484a..ffa33e33ef3 100644 --- a/mail/p5-Mail-SPF/Makefile +++ b/mail/p5-Mail-SPF/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2014/10/09 14:06:40 wiz Exp $ -# +# $NetBSD: Makefile,v 1.8 2014/10/12 08:17:50 tron Exp $ DISTNAME= Mail-SPF-v2.007 PKGNAME= p5-${DISTNAME:S/-v/-/} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} @@ -12,10 +11,6 @@ HOMEPAGE= http://search.cpan.org/dist/Mail-SPF/ COMMENT= Perl implementation of the Sender Policy Framework LICENSE= modified-bsd -# sbin/spfd -CONFLICTS+= libspf2-[0-9]* -CONFLICTS+= libspf-alt-[0-9]* - BUILD_DEPENDS+= p5-Net-DNS-Resolver-Programmable-[0-9]*:../../net/p5-Net-DNS-Resolver-Programmable BUILD_DEPENDS+= {perl>=5.6.2,p5-Test-Simple>=0.10}:../../devel/p5-Test-Simple |