Bug 178929 - [patch] www/p5-Router-Simple
Summary: [patch] www/p5-Router-Simple
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-24 10:20 UTC by Andrej Zverev
Modified: 2013-05-25 09:20 UTC (History)
0 users

See Also:


Attachments
patch.diff (451 bytes, patch)
2013-05-24 10:20 UTC, Andrej Zverev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrej Zverev freebsd_committer freebsd_triage 2013-05-24 10:20:02 UTC
	- Remove unnecessary depend on PERL_LEVEL < 5.12
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-24 10:20:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-05-25 09:15:32 UTC
Author: sunpoet
Date: Sat May 25 08:15:20 2013
New Revision: 319036
URL: http://svnweb.freebsd.org/changeset/ports/319036

Log:
  - Remove outdated PERL_LEVEL check
  
  PR:		ports/178929
  Submitted by:	az

Modified:
  head/www/p5-Router-Simple/Makefile

Modified: head/www/p5-Router-Simple/Makefile
==============================================================================
--- head/www/p5-Router-Simple/Makefile	Sat May 25 08:14:36 2013	(r319035)
+++ head/www/p5-Router-Simple/Makefile	Sat May 25 08:15:20 2013	(r319036)
@@ -27,11 +27,6 @@ MAN3=		Router::Simple.3 \
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 501001
-BUILD_DEPENDS+=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
-RUN_DEPENDS+=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
-.endif
-
 .if ${PERL_LEVEL} < 501400
 TEST_DEPENDS+=	p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
 .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 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-05-25 09:17:19 UTC
State Changed
From-To: open->closed

Committed. Thanks!