Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Feb 2019 00:07:57 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492566 - head/security/p5-File-KeePass
Message-ID:  <201902100007.x1A07vDk084768@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Feb 10 00:07:56 2019
New Revision: 492566
URL: https://svnweb.freebsd.org/changeset/ports/492566

Log:
  Remove Perl core module
  
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

Modified:
  head/security/p5-File-KeePass/Makefile

Modified: head/security/p5-File-KeePass/Makefile
==============================================================================
--- head/security/p5-File-KeePass/Makefile	Sun Feb 10 00:07:51 2019	(r492565)
+++ head/security/p5-File-KeePass/Makefile	Sun Feb 10 00:07:56 2019	(r492566)
@@ -3,7 +3,7 @@
 
 PORTNAME=	File-KeePass
 PORTVERSION=	2.03
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -16,7 +16,6 @@ LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Crypt-Rijndael>=1.0:security/p5-Crypt-Rijndael \
-		p5-MIME-Base64>=1.0:converters/p5-MIME-Base64 \
 		p5-XML-Parser>=0:textproc/p5-XML-Parser
 
 USES=		perl5



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