Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Apr 2015 16:06:58 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383518 - head/security/p5-Module-Signature
Message-ID:  <201504071606.t37G6w7A006547@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Tue Apr  7 16:06:58 2015
New Revision: 383518
URL: https://svnweb.freebsd.org/changeset/ports/383518

Log:
  Update to 0.75. Change IPC::Run to TEST_DEPENDS.
  
  Changes: https://metacpan.org/changes/distribution/Module-Signature

Modified:
  head/security/p5-Module-Signature/Makefile
  head/security/p5-Module-Signature/distinfo

Modified: head/security/p5-Module-Signature/Makefile
==============================================================================
--- head/security/p5-Module-Signature/Makefile	Tue Apr  7 15:58:29 2015	(r383517)
+++ head/security/p5-Module-Signature/Makefile	Tue Apr  7 16:06:58 2015	(r383518)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Module-Signature
-PORTVERSION=	0.73
-PORTREVISION=	1
+PORTVERSION=	0.75
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,23 +10,25 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Module signature file manipulation
 
-BUILD_DEPENDS=	p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \
-		p5-PAR-Dist>=0:${PORTSDIR}/devel/p5-PAR-Dist
+BUILD_DEPENDS=	p5-PAR-Dist>=0:${PORTSDIR}/devel/p5-PAR-Dist
 RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run
 
 CONFIGURE_ENV=	PERL_MM_USE_DEFAULT="yes"
 USES=		perl5
 USE_PERL5=	configure
 
 OPTIONS_DEFAULT=	GPG2
-OPTIONS_MULTI=	GPG
+OPTIONS_MULTI=		GPG
 OPTIONS_MULTI_GPG=	GPG1 GPG2
+
 GPG1_DESC=	Use GnuPG version 1
 GPG2_DESC=	Use GnuPG version 2
 
-GPG1_BUILD_DEPENDS=	${LOCALBASE}/bin/gpgv:${PORTSDIR}/security/gnupg1
-GPG1_RUN_DEPENDS=	${LOCALBASE}/bin/gpgv:${PORTSDIR}/security/gnupg1
-GPG2_BUILD_DEPENDS=	${LOCALBASE}/bin/gpgv2:${PORTSDIR}/security/gnupg
-GPG2_RUN_DEPENDS=	${LOCALBASE}/bin/gpgv2:${PORTSDIR}/security/gnupg
+GPG1_BUILD_DEPENDS=	gpgv:${PORTSDIR}/security/gnupg1
+GPG1_RUN_DEPENDS=	${GPG1_BUILD_DEPENDS}
+
+GPG2_BUILD_DEPENDS=	gpgv2:${PORTSDIR}/security/gnupg
+GPG2_RUN_DEPENDS=	${GPG2_BUILD_DEPENDS}
 
 .include <bsd.port.mk>

Modified: head/security/p5-Module-Signature/distinfo
==============================================================================
--- head/security/p5-Module-Signature/distinfo	Tue Apr  7 15:58:29 2015	(r383517)
+++ head/security/p5-Module-Signature/distinfo	Tue Apr  7 16:06:58 2015	(r383518)
@@ -1,2 +1,2 @@
-SHA256 (Module-Signature-0.73.tar.gz) = 718520721888ac4a7d930e26c4cd628ca24d60b2b18bddb081b331731a94bbc5
-SIZE (Module-Signature-0.73.tar.gz) = 77407
+SHA256 (Module-Signature-0.75.tar.gz) = ddbdcbf1a176463697f96aeaa15278a9caeffc8c99f7de94d88765c4cd5c4467
+SIZE (Module-Signature-0.75.tar.gz) = 77855



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504071606.t37G6w7A006547>