svn commit: r492568 - head/security/tinyca

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 10 00:08:13 UTC 2019


Author: sunpoet
Date: Sun Feb 10 00:08:06 2019
New Revision: 492568
URL: https://svnweb.freebsd.org/changeset/ports/492568

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

Modified:
  head/security/tinyca/Makefile

Modified: head/security/tinyca/Makefile
==============================================================================
--- head/security/tinyca/Makefile	Sun Feb 10 00:08:01 2019	(r492567)
+++ head/security/tinyca/Makefile	Sun Feb 10 00:08:06 2019	(r492568)
@@ -2,7 +2,7 @@
 
 PORTNAME=	tinyca
 PORTVERSION=	0.7.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security net
 MASTER_SITES=	http://opsec.eu/src/${PORTNAME}/
 
@@ -13,8 +13,7 @@ LICENSE=	GPLv2+
 
 RUN_DEPENDS=	p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \
 		p5-Locale-gettext>=0:devel/p5-Locale-gettext \
-		zip:archivers/zip \
-		p5-MIME-Base64>=0:converters/p5-MIME-Base64
+		zip:archivers/zip
 
 USES=		perl5 tar:xz shebangfix ssl
 SHEBANG_FILES=	tinyca2


More information about the svn-ports-all mailing list