svn commit: r434761 - head/www/p5-libwww
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Feb 25 04:22:41 UTC 2017
Author: sunpoet
Date: Sat Feb 25 04:22:39 2017
New Revision: 434761
URL: https://svnweb.freebsd.org/changeset/ports/434761
Log:
Remove HTTPS option
- Bump PORTREVISION for dependency change
Modified:
head/www/p5-libwww/Makefile
Modified: head/www/p5-libwww/Makefile
==============================================================================
--- head/www/p5-libwww/Makefile Sat Feb 25 04:22:35 2017 (r434760)
+++ head/www/p5-libwww/Makefile Sat Feb 25 04:22:39 2017 (r434761)
@@ -4,6 +4,7 @@
PORTNAME= libwww
PORTVERSION= 6.21
DISTVERSIONPREFIX= perl-
+PORTREVISION= 1
CATEGORIES= www devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:OALDERS
@@ -34,14 +35,9 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal \
p5-Test-RequiresInternet>=0:devel/p5-Test-RequiresInternet
-OPTIONS_DEFINE= HTTPS
-
CONFIGURE_ARGS= --aliases
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
-HTTPS_BUILD_DEPENDS= p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https
-HTTPS_RUN_DEPENDS= p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https
-
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list