svn commit: r382661 - head/www/p5-libwww

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Mar 30 13:47:50 UTC 2015


Author: sunpoet
Date: Mon Mar 30 13:47:49 2015
New Revision: 382661
URL: https://svnweb.freebsd.org/changeset/ports/382661
QAT: https://qat.redports.org/buildarchive/r382661/

Log:
  - Remove p5-Crypt-SSLeay from HTTPS option

Modified:
  head/www/p5-libwww/Makefile

Modified: head/www/p5-libwww/Makefile
==============================================================================
--- head/www/p5-libwww/Makefile	Mon Mar 30 13:47:44 2015	(r382660)
+++ head/www/p5-libwww/Makefile	Mon Mar 30 13:47:49 2015	(r382661)
@@ -35,9 +35,7 @@ CONFIGURE_ARGS=	--aliases
 USE_PERL5=	configure
 USES=		perl5
 
-HTTPS_BUILD_DEPENDS=	p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \
-			p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https
-HTTPS_RUN_DEPENDS=	p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \
-			p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https
+HTTPS_BUILD_DEPENDS=	p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https
+HTTPS_RUN_DEPENDS=	p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list