Bug 178909 - [patch] textproc/p5-Perl-MinimumVersion
Summary: [patch] textproc/p5-Perl-MinimumVersion
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: Lars Thegler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-24 09:30 UTC by Andrej Zverev
Modified: 2013-06-07 08:20 UTC (History)
0 users

See Also:


Attachments
patch.diff (434 bytes, patch)
2013-05-24 09:30 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 09:30:00 UTC
	- Remove unnecessary depend on PERL_LEVEL < 5.12
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-24 09:30:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lth

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Andrej Zverev freebsd_committer freebsd_triage 2013-06-07 08:15:24 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-06-07 08:15:24 UTC
Author: az
Date: Fri Jun  7 07:15:16 2013
New Revision: 320161
URL: http://svnweb.freebsd.org/changeset/ports/320161

Log:
  - Remove unnecessary depend on PERL_LEVEL < 5.12
  
  PR:		ports/178909
  Submitted by:	az
  Approved by:	maintainer (timeout)

Modified:
  head/textproc/p5-Perl-MinimumVersion/Makefile   (contents, props changed)

Modified: head/textproc/p5-Perl-MinimumVersion/Makefile
==============================================================================
--- head/textproc/p5-Perl-MinimumVersion/Makefile	Fri Jun  7 07:13:13 2013	(r320160)
+++ head/textproc/p5-Perl-MinimumVersion/Makefile	Fri Jun  7 07:15:16 2013	(r320161)
@@ -27,8 +27,4 @@ MAN3=	Perl::MinimumVersion.3
 post-patch:
 	@${PERL} -pi -e '$$_="" if m/Test::/' ${WRKSRC}/Makefile.PL
 
-.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 501001
-RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.20:${PORTSDIR}/lang/p5-Scalar-List-Utils
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
_______________________________________________
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"