Bug 178931 - [patch] www/p5-Plack-Middleware-XForwardedFor
Summary: [patch] www/p5-Plack-Middleware-XForwardedFor
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: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-24 10:40 UTC by Andrej Zverev
Modified: 2013-05-25 06:50 UTC (History)
0 users

See Also:


Attachments
patch.diff (742 bytes, patch)
2013-05-24 10:40 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:40:01 UTC
	- Trim Makefile header
	- Remove unnecessary depend on PERL_LEVEL < 5.12
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-24 10:40:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-24 10:40:16 UTC
Maintainer of www/p5-Plack-Middleware-XForwardedFor,

Please note that PR ports/178931 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/178931

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-24 10:40:17 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 gslin 2013-05-25 01:12:46 UTC
Thanks, please commit it.

On Fri, May 24, 2013 at 09:40:16AM +0000, Edwin Groothuis wrote:
> Maintainer of www/p5-Plack-Middleware-XForwardedFor,
> 
> Please note that PR ports/178931 has just been submitted.
> 
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
> 
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/178931
> 
> -- 
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org

-- 
* Gea-Suan Lin  (public key: Using https://keyserver.pgp.com/ to search)
* If you cannot convince them, confuse them.           -- Harry S Truman
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-05-25 06:48:00 UTC
Author: az
Date: Sat May 25 05:47:47 2013
New Revision: 319029
URL: http://svnweb.freebsd.org/changeset/ports/319029

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

Modified:
  head/www/p5-Plack-Middleware-XForwardedFor/Makefile   (contents, props changed)

Modified: head/www/p5-Plack-Middleware-XForwardedFor/Makefile
==============================================================================
--- head/www/p5-Plack-Middleware-XForwardedFor/Makefile	Sat May 25 05:46:25 2013	(r319028)
+++ head/www/p5-Plack-Middleware-XForwardedFor/Makefile	Sat May 25 05:47:47 2013	(r319029)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Plack-Middleware-XForwardedFor
-# Date created:		2010-12-13
-# Whom:			Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Plack-Middleware-XForwardedFor
 PORTVERSION=	0.103060
@@ -23,11 +19,4 @@ PERL_CONFIGURE=	yes
 
 MAN3=		Plack::Middleware::XForwardedFor.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501200
-BUILD_DEPENDS+=	p5-parent>=0.223:${PORTSDIR}/devel/p5-parent
-RUN_DEPENDS+=	p5-parent>=0.223:${PORTSDIR}/devel/p5-parent
-.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"
Comment 6 Andrej Zverev freebsd_committer freebsd_triage 2013-05-25 06:48:06 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!