Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Feb 2017 04:22:40 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r434761 - head/www/p5-libwww
Message-ID:  <201702250422.v1P4Mevg039569@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702250422.v1P4Mevg039569>