Bug 178905 - [patch] textproc/p5-PPI
Summary: [patch] textproc/p5-PPI
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:20 UTC by Andrej Zverev
Modified: 2013-06-07 08:20 UTC (History)
0 users

See Also:


Attachments
patch.diff (755 bytes, patch)
2013-05-24 09: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 09:20:01 UTC
	- Trim Makefile header
	- Remove unnecessary depend on PERL_LEVEL < 5.12
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-24 09:20:20 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:11:23 UTC
State Changed
From-To: open->closed

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

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

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

Modified: head/textproc/p5-PPI/Makefile
==============================================================================
--- head/textproc/p5-PPI/Makefile	Fri Jun  7 07:05:37 2013	(r320158)
+++ head/textproc/p5-PPI/Makefile	Fri Jun  7 07:11:16 2013	(r320159)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	textproc/p5-PPI
-# Date created:				24 March 2005
-# Whom:					Lars Thegler <lth@FreeBSD.org>
-#
+# Created by: Lars Thegler <lth@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	PPI
 PORTVERSION=	1.215
@@ -121,11 +117,4 @@ MAN3=	PPI.3 \
 	PPI::Transform.3 \
 	PPI::Transform::UpdateCopyright.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS+=	p5-Scalar-List-Utils>=1.20:${PORTSDIR}/lang/p5-Scalar-List-Utils
-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"