Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Sep 2015 23:36:08 +0000 (UTC)
From:      Carlo Strub <cs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396448 - head/security/p5-Crypt-PWSafe3
Message-ID:  <201509082336.t88Na83Z057221@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cs
Date: Tue Sep  8 23:36:07 2015
New Revision: 396448
URL: https://svnweb.freebsd.org/changeset/ports/396448

Log:
  Removed p5-Digest-SHA and p5-File-Temp (already exists in perl5-* package)
  
  PR:		202220
  Submitted by:	alexander.4mail@gmail.com (maintainer)

Modified:
  head/security/p5-Crypt-PWSafe3/Makefile

Modified: head/security/p5-Crypt-PWSafe3/Makefile
==============================================================================
--- head/security/p5-Crypt-PWSafe3/Makefile	Tue Sep  8 23:35:38 2015	(r396447)
+++ head/security/p5-Crypt-PWSafe3/Makefile	Tue Sep  8 23:36:07 2015	(r396448)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Crypt-PWSafe3
 PORTVERSION=	1.21
+PORTREVISION=	1
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,13 +14,11 @@ COMMENT=	Read and write Passwordsafe v3 
 LICENSE=	ART20
 
 BUILD_DEPENDS=	p5-Digest-HMAC>=1.00:${PORTSDIR}/security/p5-Digest-HMAC \
-		p5-Digest-SHA>=1.00:${PORTSDIR}/security/p5-Digest-SHA \
 		p5-Crypt-CBC>=2.30:${PORTSDIR}/security/p5-Crypt-CBC \
 		p5-Crypt-ECB>=1.45:${PORTSDIR}/security/p5-Crypt-ECB \
 		p5-Crypt-Twofish>=2.14:${PORTSDIR}/security/p5-Crypt-Twofish \
 		p5-Crypt-Random>=1.25:${PORTSDIR}/security/p5-Crypt-Random \
-		p5-Data-UUID>=1.217:${PORTSDIR}/devel/p5-Data-UUID \
-		p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp
+		p5-Data-UUID>=1.217:${PORTSDIR}/devel/p5-Data-UUID
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5



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