From owner-svn-ports-all@freebsd.org Fri Feb 23 02:52:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03164F1D8F6; Fri, 23 Feb 2018 02:52:52 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A913A871CF; Fri, 23 Feb 2018 02:52:51 +0000 (UTC) (envelope-from wen@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A3F5910B2E; Fri, 23 Feb 2018 02:52:51 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1N2qpm9017183; Fri, 23 Feb 2018 02:52:51 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1N2qpGx017182; Fri, 23 Feb 2018 02:52:51 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201802230252.w1N2qpGx017182@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 23 Feb 2018 02:52:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462663 - head/www/validator X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/www/validator X-SVN-Commit-Revision: 462663 X-SVN-Commit-Repository: ports 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.25 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: Fri, 23 Feb 2018 02:52:52 -0000 Author: wen Date: Fri Feb 23 02:52:51 2018 New Revision: 462663 URL: https://svnweb.freebsd.org/changeset/ports/462663 Log: - Add www/p5-LWP-Protocol-https to RUN_DEPENDS PR: 226090 Submitted by: yasu@utahime.org Approved by: maintainer Modified: head/www/validator/Makefile Modified: head/www/validator/Makefile ============================================================================== --- head/www/validator/Makefile Fri Feb 23 02:48:44 2018 (r462662) +++ head/www/validator/Makefile Fri Feb 23 02:52:51 2018 (r462663) @@ -5,7 +5,7 @@ PORTNAME= validator DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 1_3 DISTVERSIONSUFFIX= -release -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MAINTAINER= cyberbotx@cyberbotx.com @@ -26,6 +26,7 @@ RUN_DEPENDS= onsgmls:textproc/opensp \ p5-HTML-Template>=0:www/p5-HTML-Template \ p5-libwww>=5.817:www/p5-libwww \ p5-JSON>=0:converters/p5-JSON \ + p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \ p5-Net-IP>=0:net-mgmt/p5-Net-IP \ p5-SGML-Parser-OpenSP>=0:textproc/p5-SGML-Parser-OpenSP \ p5-URI>=0:net/p5-URI \