From owner-svn-ports-all@FreeBSD.ORG Fri Dec 7 07:50:05 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AEB371F1; Fri, 7 Dec 2012 07:50:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 923E18FC16; Fri, 7 Dec 2012 07:50:05 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB77o5bW050061; Fri, 7 Dec 2012 07:50:05 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB77o5Q1050060; Fri, 7 Dec 2012 07:50:05 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201212070750.qB77o5Q1050060@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 7 Dec 2012 07:50:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308415 - head/www/p5-HTTP-Tiny 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.14 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, 07 Dec 2012 07:50:05 -0000 Author: sunpoet Date: Fri Dec 7 07:50:04 2012 New Revision: 308415 URL: http://svnweb.freebsd.org/changeset/ports/308415 Log: - Add missing trailing backslash Notified by: cperciva, matthew Feature safe: yes Modified: head/www/p5-HTTP-Tiny/Makefile Modified: head/www/p5-HTTP-Tiny/Makefile ============================================================================== --- head/www/p5-HTTP-Tiny/Makefile Fri Dec 7 07:13:56 2012 (r308414) +++ head/www/p5-HTTP-Tiny/Makefile Fri Dec 7 07:50:04 2012 (r308415) @@ -24,9 +24,9 @@ MAN3= HTTP::Tiny.3 .include .if ${PORT_OPTIONS:MHTTPS} -BUILD_DEPENDS+= p5-Net-SSLeay>=1.49:${PORTSDIR}/security/p5-Net-SSLeay +BUILD_DEPENDS+= p5-Net-SSLeay>=1.49:${PORTSDIR}/security/p5-Net-SSLeay \ p5-Mozilla-CA>=20120823:${PORTSDIR}/www/p5-Mozilla-CA -RUN_DEPENDS+= p5-Net-SSLeay>=1.49:${PORTSDIR}/security/p5-Net-SSLeay +RUN_DEPENDS+= p5-Net-SSLeay>=1.49:${PORTSDIR}/security/p5-Net-SSLeay \ p5-Mozilla-CA>=20120823:${PORTSDIR}/www/p5-Mozilla-CA .endif