Bug 178919 - [patch] databases/p5-ORLite
Summary: [patch] databases/p5-ORLite
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: Po-Chien Lin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-24 09:50 UTC by Andrej Zverev
Modified: 2013-06-07 08:40 UTC (History)
0 users

See Also:


Attachments
patch.diff (604 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: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:50:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pclin

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-07 08:32:32 UTC
Author: az
Date: Fri Jun  7 07:32:23 2013
New Revision: 320165
URL: http://svnweb.freebsd.org/changeset/ports/320165

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

Modified:
  head/databases/p5-ORLite/Makefile

Modified: head/databases/p5-ORLite/Makefile
==============================================================================
--- head/databases/p5-ORLite/Makefile	Fri Jun  7 07:30:36 2013	(r320164)
+++ head/databases/p5-ORLite/Makefile	Fri Jun  7 07:32:23 2013	(r320165)
@@ -24,16 +24,4 @@ PERL_CONFIGURE=	yes
 
 MAN3=	ORLite.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-BUILD_DEPENDS+=	p5-File-Temp>=0.20:${PORTSDIR}/devel/p5-File-Temp
-RUN_DEPENDS+=	p5-File-Temp>=0.20:${PORTSDIR}/devel/p5-File-Temp
-.endif
-
-.if ${PERL_LEVEL} < 501101
-BUILD_DEPENDS+=	p5-File-Path>=2.08:${PORTSDIR}/devel/p5-File-Path
-RUN_DEPENDS+=	p5-File-Path>=2.08:${PORTSDIR}/devel/p5-File-Path
-.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 3 Andrej Zverev freebsd_committer freebsd_triage 2013-06-07 08:32:35 UTC
State Changed
From-To: open->closed

Committed. Thanks!