Date: Tue, 14 Apr 2015 08:59:31 +0000 (UTC) From: Frederic Culot <culot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383988 - head/devel/p5-Getargs-Long Message-ID: <201504140859.t3E8xVmI053954@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: culot Date: Tue Apr 14 08:59:30 2015 New Revision: 383988 URL: https://svnweb.freebsd.org/changeset/ports/383988 Log: - Add missing dependency on URI::Escape Reported by: mat@ Pointy hat: culot@ Modified: head/devel/p5-Getargs-Long/Makefile Modified: head/devel/p5-Getargs-Long/Makefile ============================================================================== --- head/devel/p5-Getargs-Long/Makefile Tue Apr 14 08:42:13 2015 (r383987) +++ head/devel/p5-Getargs-Long/Makefile Tue Apr 14 08:59:30 2015 (r383988) @@ -3,6 +3,7 @@ PORTNAME= Getargs-Long PORTVERSION= 1.1006 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +14,8 @@ COMMENT= Parse routine arguments LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Log-Agent>=0.105:${PORTSDIR}/devel/p5-Log-Agent +BUILD_DEPENDS= p5-Log-Agent>=0.105:${PORTSDIR}/devel/p5-Log-Agent \ + p5-URI>0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504140859.t3E8xVmI053954>