From 8335a9e1a647e42bb0ff5c77cc43f107a1a4a572 Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 19 Jan 2015 20:20:59 +0000 Subject: [PATCH] switch SpamAssassin's forced p5-libwww dependency for one which can accept either p5-libwww or curl (possible now that libwww is updated and HTTP::Date is split off). --- mail/p5-Mail-SpamAssassin/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/mail/p5-Mail-SpamAssassin/Makefile b/mail/p5-Mail-SpamAssassin/Makefile index c42a6e3e836..906943a0187 100644 --- a/mail/p5-Mail-SpamAssassin/Makefile +++ b/mail/p5-Mail-SpamAssassin/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.92 2014/12/17 00:15:24 bluhm Exp $ +# $OpenBSD: Makefile,v 1.93 2015/01/19 20:20:59 sthen Exp $ COMMENT= mailfilter to identify and mark spam VER= 3.4.0 -REVISION= 5 +REVISION= 6 DISTNAME= Mail-SpamAssassin-${VER} PKGNAME= p5-${DISTNAME} RULESNAME= Mail-SpamAssassin-rules-${VER}.r1565117.tgz @@ -38,9 +38,8 @@ RUN_DEPENDS= ${COMMON_DEPENDS} \ net/p5-Net-Patricia \ security/gnupg \ textproc/p5-Encode-Detect \ - www/p5-libwww -# SpamAssassin can use curl instead of LWP (lighter dep chain), but it needs -# a separate HTTP::Date, our LWP pre-dates this being split off. + curl-*|p5-libwww-*:net/curl \ + www/p5-HTTP-Date TEST_DEPENDS= ${RUN_DEPENDS} MAKE_ENV+= CC="${CC}"