From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 10 15:20:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA30AF4B for ; Mon, 10 Feb 2014 15:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 91F26170B for ; Mon, 10 Feb 2014 15:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1AFK0Il063678 for ; Mon, 10 Feb 2014 15:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1AFK09X063677; Mon, 10 Feb 2014 15:20:00 GMT (envelope-from gnats) Resent-Date: Mon, 10 Feb 2014 15:20:00 GMT Resent-Message-Id: <201402101520.s1AFK09X063677@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Frederic Culot Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC68FE5C for ; Mon, 10 Feb 2014 15:18:37 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BD7DE16FC for ; Mon, 10 Feb 2014 15:18:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1AFIbrh063605 for ; Mon, 10 Feb 2014 15:18:37 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1AFIbUe063604; Mon, 10 Feb 2014 15:18:37 GMT (envelope-from culot) Message-Id: <201402101518.s1AFIbUe063604@freefall.freebsd.org> Date: Mon, 10 Feb 2014 15:18:37 GMT From: Frederic Culot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/186632: devel/p5-File-ShareDir-ProjectDistDir: missing dependencies X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Frederic Culot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Feb 2014 15:20:00 -0000 >Number: 186632 >Category: ports >Synopsis: devel/p5-File-ShareDir-ProjectDistDir: missing dependencies >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 10 15:20:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Frederic Culot >Release: FreeBSD 11.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r259961: Fri Dec 27 21:56:39 UTC 2013 peter@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64 >Description: 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. >Fix: --- p5-File-ShareDir-ProjectDistDir.diff begins here --- diff -ruN p5-File-ShareDir-ProjectDistDir.bak/Makefile p5-File-ShareDir-ProjectDistDir/Makefile --- p5-File-ShareDir-ProjectDistDir.bak/Makefile 2014-02-10 14:21:54.515229349 +0100 +++ p5-File-ShareDir-ProjectDistDir/Makefile 2014-02-10 15:58:27.070777130 +0100 @@ -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 @@ 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 +.include + +.if ${PERL_LEVEL} < 501400 +TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include --- p5-File-ShareDir-ProjectDistDir.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: