Date: Sun, 10 Feb 2019 00:08:07 +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: r492568 - head/security/tinyca Message-ID: <201902100008.x1A087L5085006@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902100008.x1A087L5085006>