Bug 178897 - [patch] mail/p5-Net-POP3-SSLWrapper
Summary: [patch] mail/p5-Net-POP3-SSLWrapper
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 08:40 UTC by Andrej Zverev
Modified: 2013-06-07 08:44 UTC (History)
0 users

See Also:


Attachments
patch.diff (705 bytes, patch)
2013-05-24 08: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 08:40:00 UTC
	 Trim Makefile header
	- Remove unnecessary depend on PERL_LEVEL < 5.12
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-24 08:40:08 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 08:40:09 UTC
Maintainer of mail/p5-Net-POP3-SSLWrapper,

Please note that PR ports/178897 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/178897

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

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-06-07 07:55:18 UTC
Author: az
Date: Fri Jun  7 06:55:05 2013
New Revision: 320154
URL: http://svnweb.freebsd.org/changeset/ports/320154

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

Modified:
  head/mail/p5-Net-POP3-SSLWrapper/Makefile   (contents, props changed)

Modified: head/mail/p5-Net-POP3-SSLWrapper/Makefile
==============================================================================
--- head/mail/p5-Net-POP3-SSLWrapper/Makefile	Fri Jun  7 06:51:42 2013	(r320153)
+++ head/mail/p5-Net-POP3-SSLWrapper/Makefile	Fri Jun  7 06:55:05 2013	(r320154)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Net-POP3-SSLWrapper
-# Date created:				16 December 2009
-# Whom:					johnpupu <johnpupu@gmail.com>
-#
+# Created by: johnpupu <johnpupu@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Net-POP3-SSLWrapper
 PORTVERSION=	0.06
@@ -21,11 +17,4 @@ PERL_CONFIGURE=	yes
 
 MAN3=		Net::POP3::SSLWrapper.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS+=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
-RUN_DEPENDS+=	p5-parent>=0:${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 5 Andrej Zverev freebsd_committer freebsd_triage 2013-06-07 08:44:17 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!