Bug 177159 - [MAINTAINER] textproc/p5-Hailo: Convert to OptionsNG
Summary: [MAINTAINER] textproc/p5-Hailo: Convert to OptionsNG
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-20 21:20 UTC by Jonathan Chu
Modified: 2013-04-25 02:10 UTC (History)
0 users

See Also:


Attachments
p5-Hailo-0.70_1.patch (1.49 KB, patch)
2013-03-20 21:20 UTC, Jonathan Chu
no flags Details | Diff
p5-Hailo-0.70_1.patch (625 bytes, patch)
2013-04-24 21:50 UTC, milki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Chu 2013-03-20 21:20:02 UTC
Convert to OptionsNG

Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-20 21:20:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 milki 2013-04-24 21:50:08 UTC
jgh updated the port already, but there are two minor changes left
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-04-25 02:04:08 UTC
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"
Comment 4 Steve Wills freebsd_committer freebsd_triage 2013-04-25 02:04:14 UTC
State Changed
From-To: open->closed

Committed. Thanks!