svn commit: r419484 - in head: japanese/spamassassin mail/spamassassin
Adam Weinberger
adamw at FreeBSD.org
Tue Aug 2 16:17:20 UTC 2016
Author: adamw
Date: Tue Aug 2 16:17:19 2016
New Revision: 419484
URL: https://svnweb.freebsd.org/changeset/ports/419484
Log:
Remove hard dependency on p5-IO-Socket-IP and bump PORTREVISION.
Modified:
head/japanese/spamassassin/Makefile
head/mail/spamassassin/Makefile
Modified: head/japanese/spamassassin/Makefile
==============================================================================
--- head/japanese/spamassassin/Makefile Tue Aug 2 16:03:10 2016 (r419483)
+++ head/japanese/spamassassin/Makefile Tue Aug 2 16:17:19 2016 (r419484)
@@ -1,7 +1,7 @@
# Created by: TAOKA Fumiyoshi
# $FreeBSD$
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= japanese mail perl5
PKGNAMEPREFIX= ja-
Modified: head/mail/spamassassin/Makefile
==============================================================================
--- head/mail/spamassassin/Makefile Tue Aug 2 16:03:10 2016 (r419483)
+++ head/mail/spamassassin/Makefile Tue Aug 2 16:17:19 2016 (r419484)
@@ -3,7 +3,7 @@
PORTNAME= spamassassin
PORTVERSION= 3.4.1
-PORTREVISION?= 6 # also bump japanese/spamassassin
+PORTREVISION?= 7 # also bump japanese/spamassassin
CATEGORIES?= mail perl5
MASTER_SITES= APACHE/spamassassin/source CPAN/Mail
DISTNAME= Mail-SpamAssassin-${PORTVERSION}
@@ -16,7 +16,6 @@ LICENSE= APACHE20
BUILD_DEPENDS= p5-Encode-Detect>=0:converters/p5-Encode-Detect \
p5-HTML-Parser>=3.46:www/p5-HTML-Parser \
p5-HTTP-Date>=0:www/p5-HTTP-Date \
- p5-IO-Socket-IP>=0:net/p5-IO-Socket-IP \
p5-Net-DNS>=0.63:dns/p5-Net-DNS \
p5-NetAddr-IP>=4.010:net-mgmt/p5-NetAddr-IP
RUN_DEPENDS:= ${BUILD_DEPENDS} \
More information about the svn-ports-head
mailing list