Bug 186632 - devel/p5-File-ShareDir-ProjectDistDir: missing dependencies
Summary: devel/p5-File-ShareDir-ProjectDistDir: missing dependencies
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: Jun Kuriyama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-10 15:20 UTC by Frederic Culot
Modified: 2014-03-06 14:10 UTC (History)
0 users

See Also:


Attachments
p5-File-ShareDir-ProjectDistDir.diff (1.41 KB, patch)
2014-02-10 15:20 UTC, Frederic Culot
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Frederic Culot freebsd_committer freebsd_triage 2014-02-10 15:20:00 UTC
While investigating on ports/185975 I realized the issue comes from missing
dependencies in devel/p5-File-ShareDir-ProjectDistDir. I propose the following
patch to fix this (missing license is also added with this patch).

Regards,
Frederic

How-To-Repeat: See ports/185975.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-10 15:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kuriyama

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-06 14:09:19 UTC
Author: culot
Date: Thu Mar  6 14:09:11 2014
New Revision: 347210
URL: http://svnweb.freebsd.org/changeset/ports/347210
QAT: https://qat.redports.org/buildarchive/r347210/

Log:
  - Fix dependencies
  - Add LICENSE (Artistic 1 & GPL 1)
  
  PR:		ports/186632
  Submitted by:	culot@
  Approved by:	kuriyama@ (maintainer timeout, >14 days)

Modified:
  head/devel/p5-File-ShareDir-ProjectDistDir/Makefile

Modified: head/devel/p5-File-ShareDir-ProjectDistDir/Makefile
==============================================================================
--- head/devel/p5-File-ShareDir-ProjectDistDir/Makefile	Thu Mar  6 14:09:04 2014	(r347209)
+++ head/devel/p5-File-ShareDir-ProjectDistDir/Makefile	Thu Mar  6 14:09:11 2014	(r347210)
@@ -2,6 +2,7 @@
 
 PORTNAME=	File-ShareDir-ProjectDistDir
 PORTVERSION=	0.5.2
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -9,14 +10,24 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl extension for set-and-forget using a directory in projects root
 
-RUN_DEPENDS=	\
-	p5-File-ShareDir>0:${PORTSDIR}/devel/p5-File-ShareDir \
-	p5-Path-Class>0:${PORTSDIR}/devel/p5-Path-Class \
-	p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+RUN_DEPENDS=	p5-File-ShareDir>0:${PORTSDIR}/devel/p5-File-ShareDir \
+		p5-Path-Class>0:${PORTSDIR}/devel/p5-Path-Class \
+		p5-Path-FindDev>0:${PORTSDIR}/devel/p5-Path-FindDev \
+		p5-Path-IsDev>0:${PORTSDIR}/devel/p5-Path-IsDev \
+		p5-Path-Tiny>0:${PORTSDIR}/devel/p5-Path-Tiny \
+		p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter
 BUILD_DEPENDS:=	${RUN_DEPENDS}
-TEST_DEPENDS=	p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
 
 USES=	perl5
 USE_PERL5=	modbuild
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501400
+TEST_DEPENDS+=	p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.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 Frederic Culot freebsd_committer freebsd_triage 2014-03-06 14:09:47 UTC
State Changed
From-To: open->closed

Committed after mainainer timeout.