svn commit: r419662 - head/www/p5-Mojolicious
Adam Weinberger
adamw at FreeBSD.org
Thu Aug 4 23:23:27 UTC 2016
Author: adamw
Date: Thu Aug 4 23:23:26 2016
New Revision: 419662
URL: https://svnweb.freebsd.org/changeset/ports/419662
Log:
In r419482, which made the p5-IO-Socket-IP dependency conditional, I forgot
to remove the hard dependency on it. This commit fixes that, but requires
bumping PORTREVISION again due to the dependency change.
While here, remove the ipv6 category assignment. It's not widely used,
and Mojolicious supports IPv6 when used with modern Perl.
Modified:
head/www/p5-Mojolicious/Makefile
Modified: head/www/p5-Mojolicious/Makefile
==============================================================================
--- head/www/p5-Mojolicious/Makefile Thu Aug 4 21:48:12 2016 (r419661)
+++ head/www/p5-Mojolicious/Makefile Thu Aug 4 23:23:26 2016 (r419662)
@@ -3,7 +3,7 @@
PORTNAME= Mojolicious
PORTVERSION= 7.01
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -25,10 +25,6 @@ EV_DESC= High-performance event loop vi
EV_BUILD_DEPENDS= p5-EV>=4:devel/p5-EV
EV_RUN_DEPENDS= p5-EV>=4:devel/p5-EV
-IPV6_CATEGORIES= ipv6
-IPV6_BUILD_DEPENDS= p5-IO-Socket-IP>=0.37:net/p5-IO-Socket-IP
-IPV6_RUN_DEPENDS= p5-IO-Socket-IP>=0.37:net/p5-IO-Socket-IP
-
TLS_BUILD_DEPENDS= p5-IO-Socket-SSL>=1.75:security/p5-IO-Socket-SSL
TLS_RUN_DEPENDS= p5-IO-Socket-SSL>=1.75:security/p5-IO-Socket-SSL
More information about the svn-ports-all
mailing list