aboutsummaryrefslogtreecommitdiff
path: root/security/kc
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-12-22 20:03:53 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-12-22 20:03:53 +0000
commit0db550f66c3c6f820de05ed02cdd6b7df4bbe768 (patch)
tree06f9ac09913e4221ca1b414207956c828247b337 /security/kc
parenta4d78ce667d87395edd1a4b76fe182496c2638a5 (diff)
downloadports-0db550f66c3c6f820de05ed02cdd6b7df4bbe768.tar.gz
ports-0db550f66c3c6f820de05ed02cdd6b7df4bbe768.zip
- Update to 2.3.2
- Stage support PR: ports/185093 Submitted by: LEVAI Daniel (maintainer)
Notes
Notes: svn path=/head/; revision=337212
Diffstat (limited to 'security/kc')
-rw-r--r--security/kc/Makefile22
-rw-r--r--security/kc/distinfo4
-rw-r--r--security/kc/pkg-descr2
-rw-r--r--security/kc/pkg-message3
4 files changed, 9 insertions, 22 deletions
diff --git a/security/kc/Makefile b/security/kc/Makefile
index 46c1088cc64b..e649910e5750 100644
--- a/security/kc/Makefile
+++ b/security/kc/Makefile
@@ -2,36 +2,26 @@
# $FreeBSD$
PORTNAME= kc
-PORTVERSION= 2.3.0
+PORTVERSION= 2.3.2
CATEGORIES= security
-MASTER_SITES= http://keychain.googlecode.com/files/
+MASTER_SITES= http://github.com/levaidaniel/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/
MAINTAINER= leva@ecentrum.hu
COMMENT= Console based password storing application
-LICENSE= BSD
+LICENSE= BSD2CLAUSE
LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \
libpcre.so:${PORTSDIR}/devel/pcre
-RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser
-USES= pkgconfig
+FETCH_ARGS= -Fpr
+USES= pkgconfig uidfix
-MAN1= kc.1
-MANCOMPRESSED= yes
-
-PLIST_DIRS= share/kc
-PLIST_FILES= bin/kc \
- share/kc/pwsafe_to_kc.pl
+PLIST_FILES= bin/kc man/man1/kc.1.gz
MAKE_ENV+= HAVE_PCRE=yes
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|pkg-config|${LOCALBASE}/bin/pkgconf|' ${WRKSRC}/Makefile
-post-install:
- ${INSTALL} -d ${PREFIX}/share/kc
- ${INSTALL} ${WRKSRC}/pwsafe_to_kc.pl ${PREFIX}/share/kc/
-
.include <bsd.port.mk>
diff --git a/security/kc/distinfo b/security/kc/distinfo
index f020b4780163..af0b169a0e20 100644
--- a/security/kc/distinfo
+++ b/security/kc/distinfo
@@ -1,2 +1,2 @@
-SHA256 (kc-2.3.0.tar.gz) = 48da7dabc4da317ec00902cdd811b0b04008923a18b2f2a21948c0410356b2ae
-SIZE (kc-2.3.0.tar.gz) = 43625
+SHA256 (kc-2.3.2.tar.gz) = d40a7be30079e4cfc423e1aa2b5dbb0e6f0b3489f1d0e090cd66728bc328fcd8
+SIZE (kc-2.3.2.tar.gz) = 44779
diff --git a/security/kc/pkg-descr b/security/kc/pkg-descr
index 7e6b95ce1c40..81f687026cd0 100644
--- a/security/kc/pkg-descr
+++ b/security/kc/pkg-descr
@@ -1,4 +1,4 @@
Console based password storing application using an encrypted XML
document as its database.
-WWW: http://keychain.googlecode.com
+WWW: https://github.com/levaidaniel/kc
diff --git a/security/kc/pkg-message b/security/kc/pkg-message
deleted file mode 100644
index 5e62997f1017..000000000000
--- a/security/kc/pkg-message
+++ /dev/null
@@ -1,3 +0,0 @@
-kc comes with a tiny and simple utility which can convert an exported pwsafe
-database to a kc compatible XML database (that can be imported to it later).
-It is installed under PREFIX/share/kc/