aboutsummaryrefslogtreecommitdiff
path: root/security/kc
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2018-07-28 10:41:55 +0000
committerKurt Jaeger <pi@FreeBSD.org>2018-07-28 10:41:55 +0000
commit41c545cf12aeb4c9694c35b22882b75e879cb46d (patch)
treef595d1edade527143573e5f10e1e7bdab8499ba0 /security/kc
parentd68e8bf85d1a632f048e19c58e9bb0061c551302 (diff)
downloadports-41c545cf12aeb4c9694c35b22882b75e879cb46d.tar.gz
ports-41c545cf12aeb4c9694c35b22882b75e879cb46d.zip
Notes
Diffstat (limited to 'security/kc')
-rw-r--r--security/kc/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/security/kc/Makefile b/security/kc/Makefile
index 2fed9ac47704..da1284834742 100644
--- a/security/kc/Makefile
+++ b/security/kc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= kc
PORTVERSION= 2.3.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
MAINTAINER= leva@ecentrum.hu
@@ -12,9 +12,14 @@ COMMENT= Console based password storing application
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Versions 2.4.x use incompatible database format
+EXPIRATION_DATE= 2019-03-01
+
LIB_DEPENDS= libxml2.so:textproc/libxml2 \
libpcre.so:devel/pcre
+CONFLICTS= kc24
+
USES= libedit pkgconfig ssl uidfix
USE_GITHUB= yes
GH_ACCOUNT= levaidaniel