From owner-svn-ports-head@FreeBSD.ORG Thu Apr 25 01:04:01 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 63E4A51E; Thu, 25 Apr 2013 01:04:01 +0000 (UTC) (envelope-from swills@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 5633C1708; Thu, 25 Apr 2013 01:04:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3P141Os011238; Thu, 25 Apr 2013 01:04:01 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3P141pQ011237; Thu, 25 Apr 2013 01:04:01 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201304250104.r3P141pQ011237@svn.freebsd.org> From: Steve Wills Date: Thu, 25 Apr 2013 01:04:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316487 - head/textproc/p5-Hailo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Apr 2013 01:04:01 -0000 Author: swills Date: Thu Apr 25 01:04:00 2013 New Revision: 316487 URL: http://svnweb.freebsd.org/changeset/ports/316487 Log: - Fix required perl version - Fix typo in options PR: ports/177159 Submitted by: milki (maintainer) Modified: head/textproc/p5-Hailo/Makefile (contents, props changed) Modified: head/textproc/p5-Hailo/Makefile ============================================================================== --- head/textproc/p5-Hailo/Makefile Thu Apr 25 00:27:28 2013 (r316486) +++ head/textproc/p5-Hailo/Makefile Thu Apr 25 01:04:00 2013 (r316487) @@ -43,7 +43,7 @@ TEST_DEPENDS= p5-DBD-SQLite>=1.29:${PORT p5-Test-Script-Run>=0.04:${PORTSDIR}/devel/p5-Test-Script-Run \ p5-Test-Synopsis>=0.06:${PORTSDIR}/devel/p5-Test-Synopsis -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.10.0+ MAN1= hailo.1 @@ -75,10 +75,9 @@ OPTIONS_DEFAULT= SQLITE RUN_DEPENDS+= p5-DBD-SQLite>=1.29:${PORTSDIR}/databases/p5-DBD-SQLite .endif -.if ${PORT_OPTIONS:MPSQL} +.if ${PORT_OPTIONS:MPGSQL} RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg .endif - .if ${PORT_OPTIONS:MMYSQL} RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql .endif