Bug 178902 - [patch] textproc/p5-PPIx-Regexp
Summary: [patch] textproc/p5-PPIx-Regexp
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: Ashish SHUKLA
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-24 09:10 UTC by Andrej Zverev
Modified: 2013-06-07 08:10 UTC (History)
0 users

See Also:


Attachments
patch.diff (663 bytes, patch)
2013-05-24 09:10 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:10: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:10:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ashish

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

Committed, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-06-07 08:05:54 UTC
Author: az
Date: Fri Jun  7 07:05:37 2013
New Revision: 320158
URL: http://svnweb.freebsd.org/changeset/ports/320158

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

Modified:
  head/textproc/p5-PPIx-Regexp/Makefile   (contents, props changed)
  head/textproc/p5-PPIx-Regexp/pkg-descr

Modified: head/textproc/p5-PPIx-Regexp/Makefile
==============================================================================
--- head/textproc/p5-PPIx-Regexp/Makefile	Fri Jun  7 07:05:31 2013	(r320157)
+++ head/textproc/p5-PPIx-Regexp/Makefile	Fri Jun  7 07:05:37 2013	(r320158)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-PPIx-Regexp
-# Date created:		2010-05-25
-# Whom:			Ashish SHUKLA <wahjava@gmail.com>
-#
+# Created by: Ashish SHUKLA <wahjava@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	PPIx-Regexp
 PORTVERSION=	0.029
@@ -81,10 +77,4 @@ MAN3=	PPIx::Regexp.3 \
 	PPIx::Regexp::Tokenizer.3 \
 	PPIx::Regexp::Util.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-TEST_DEPENDS+=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/textproc/p5-PPIx-Regexp/pkg-descr
==============================================================================
--- head/textproc/p5-PPIx-Regexp/pkg-descr	Fri Jun  7 07:05:31 2013	(r320157)
+++ head/textproc/p5-PPIx-Regexp/pkg-descr	Fri Jun  7 07:05:37 2013	(r320158)
@@ -1,4 +1,4 @@
 The purpose of the PPIx-Regexp package is to parse regular expressions
 in a manner similar to the way the PPI package parses Perl.
 
-WWW:	http://search.cpan.org/dist/PPIx-Regexp/
+WWW: http://search.cpan.org/dist/PPIx-Regexp/
_______________________________________________
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"