From owner-svn-ports-all@freebsd.org Mon Feb 27 17:10:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4AAE9CF0575; Mon, 27 Feb 2017 17:10:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 198703ED; Mon, 27 Feb 2017 17:10:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1RHAAxD075133; Mon, 27 Feb 2017 17:10:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RHAAAE075132; Mon, 27 Feb 2017 17:10:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702271710.v1RHAAAE075132@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Feb 2017 17:10:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434969 - head/www/p5-LWP-Protocol-https X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2017 17:10:11 -0000 Author: sunpoet Date: Mon Feb 27 17:10:09 2017 New Revision: 434969 URL: https://svnweb.freebsd.org/changeset/ports/434969 Log: Add www/p5-libwww to *_DEPENDS - Bump PORTREVISION for dependency change Modified: head/www/p5-LWP-Protocol-https/Makefile Modified: head/www/p5-LWP-Protocol-https/Makefile ============================================================================== --- head/www/p5-LWP-Protocol-https/Makefile Mon Feb 27 17:10:05 2017 (r434968) +++ head/www/p5-LWP-Protocol-https/Makefile Mon Feb 27 17:10:09 2017 (r434969) @@ -3,6 +3,7 @@ PORTNAME= LWP-Protocol-https PORTVERSION= 6.07 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,10 +14,10 @@ COMMENT= Provide https support for LWP:: LICENSE= ART10 GPLv1 LICENSE_COMB= dual -# We remove p5-libwww here to avoid cyclic dependency BUILD_DEPENDS= p5-IO-Socket-SSL>=1.54:security/p5-IO-Socket-SSL \ p5-Mozilla-CA>=20110101:www/p5-Mozilla-CA \ - p5-Net-HTTP>=6:net/p5-Net-HTTP + p5-Net-HTTP>=6:net/p5-Net-HTTP \ + p5-libwww>=6.06:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes