Convert to OptionsNG Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
jgh updated the port already, but there are two minor changes left
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 <milki@rescomp.berkeley.edu> (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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!