Bug 178918 - [patch] databases/p5-DBM-Deep
Summary: [patch] databases/p5-DBM-Deep
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:50 UTC by Andrej Zverev
Modified: 2013-05-27 09:20 UTC (History)
0 users

See Also:


Attachments
patch.diff (441 bytes, patch)
2013-05-24 09:50 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:50:00 UTC
	- Remove unnecessary depend on PERL_LEVEL < 5.12
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-24 09:50: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 09:50:09 UTC
Maintainer of databases/p5-DBM-Deep,

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

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

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Janos Mohacsi 2013-05-26 19:33:49 UTC
Thanks for fixing the dependency bug.

Approved.
        Janos Mohacsi
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-05-27 09:11:18 UTC
Author: az
Date: Mon May 27 08:11:06 2013
New Revision: 319167
URL: http://svnweb.freebsd.org/changeset/ports/319167

Log:
  - Remove unnecessary depend on PERL_LEVEL < 5.12
  
  PR:		ports/178918
  Submitted by:	az
  Approved by: 	Janos Mohacsi <jmohacsi@bsd.hu> (maintainer)

Modified:
  head/databases/p5-DBM-Deep/Makefile

Modified: head/databases/p5-DBM-Deep/Makefile
==============================================================================
--- head/databases/p5-DBM-Deep/Makefile	Mon May 27 08:02:30 2013	(r319166)
+++ head/databases/p5-DBM-Deep/Makefile	Mon May 27 08:11:06 2013	(r319167)
@@ -28,10 +28,4 @@ MAN3=		DBM::Deep.3 DBM::Deep::Cookbook.3
 		DBM::Deep::Iterator::File::Index.3 DBM::Deep::Null.3 \
 		DBM::Deep::Engine::File.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>
_______________________________________________
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-27 09:11:25 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!