Bug 178908 - [patch] textproc/p5-libsoldout
Summary: [patch] textproc/p5-libsoldout
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 09:30 UTC by Andrej Zverev
Modified: 2013-05-24 11:20 UTC (History)
0 users

See Also:


Attachments
patch.diff (377 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:07 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 09:30:08 UTC
Maintainer of textproc/p5-libsoldout,

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

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

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Rodrigo OSORIO 2013-05-24 11:04:56 UTC
On 05/24/13 10:30, Edwin Groothuis wrote:
> Maintainer of textproc/p5-libsoldout,
>
> Please note that PR ports/178908 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/178908
>
Hi,

The patch looks OK for me, except portlint report a
missing '\n' at the end of Makefile.
I think this could be easily fix before commit, so the
patch can be accepted as is.

Thanks Andrej for your report.

Regards,
- rodrigo
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-05-24 11:17:23 UTC
Author: az
Date: Fri May 24 10:17:00 2013
New Revision: 318950
URL: http://svnweb.freebsd.org/changeset/ports/318950

Log:
  - Remove unnecessary depend on PERL_LEVEL < 5.12
  
  PR:		ports/178908
  Submitted by:	az
  Approved by:	maintainer

Modified:
  head/textproc/p5-libsoldout/Makefile

Modified: head/textproc/p5-libsoldout/Makefile
==============================================================================
--- head/textproc/p5-libsoldout/Makefile	Fri May 24 10:16:58 2013	(r318949)
+++ head/textproc/p5-libsoldout/Makefile	Fri May 24 10:17:00 2013	(r318950)
@@ -22,10 +22,4 @@ USE_LDCONFIG=	yes
 
 MAN3=		libsoldout.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501200
-TEST_DEPENDS+=	p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple
-.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-24 11:18:17 UTC
State Changed
From-To: feedback->closed

Committed.  Thanks! there no need n at the end of Makefile