Hi!

This in an update to kc. It contains massive amounts of improvements and
bug fixes since 2.2; many new commands were added while existing were
extended, improved database file handling and validating, encrypted db
exports etc... Details are in the Changelog.


Index: Makefile
===================================================================
RCS file: /cvs/ports/security/kc/Makefile,v
retrieving revision 1.4
diff -p -u -r1.4 Makefile
--- Makefile    25 Jan 2013 11:09:20 -0000      1.4
+++ Makefile    20 Mar 2013 09:42:12 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =      console based password storing application
 
-DISTNAME =     kc-2.2.1
+DISTNAME =     kc-2.3.0
 CATEGORIES =    security
 
 HOMEPAGE =     http://code.google.com/p/keychain
@@ -11,17 +11,14 @@ MASTER_SITES =      http://keychain.googlecod
 MAINTAINER =   LEVAI Daniel <l...@ecentrum.hu>
 
 # BSD
-PERMIT_PACKAGE_CDROM =         Yes
-PERMIT_PACKAGE_FTP =           Yes
-PERMIT_DISTFILES_CDROM =       Yes
-PERMIT_DISTFILES_FTP =         Yes
+PERMIT_PACKAGE_CDROM = Yes
 
 WANTLIB =      c crypto edit ncursesw xml2 pcre
 
 LIB_DEPENDS =  textproc/libxml \
                devel/pcre
 
-# only required for the pwsafe_convert.pl utility,
+# only required for the pwsafe_to_kc.pl utility,
 # and not for kc itself.
 RUN_DEPENDS =  www/p5-HTML-Parser
 
@@ -31,6 +28,6 @@ REGRESS_TARGET =test
 
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/kc
-       ${INSTALL} ${WRKBUILD}/pwsafe_convert.pl ${PREFIX}/share/kc/
+       ${INSTALL} ${WRKBUILD}/pwsafe_to_kc.pl ${PREFIX}/share/kc/
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/kc/distinfo,v
retrieving revision 1.3
diff -p -u -r1.3 distinfo
--- distinfo    25 Jan 2013 11:09:20 -0000      1.3
+++ distinfo    20 Mar 2013 09:42:12 -0000
@@ -1,2 +1,2 @@
-SHA256 (kc-2.2.1.tar.gz) = rbZbWiNOSUcvPLoub4WVJ1yr7SlajzDamVsR659bsO4=
-SIZE (kc-2.2.1.tar.gz) = 31344
+SHA256 (kc-2.3.0.tar.gz) = SNp9q8TaMX7ACQLN2BGwsEAIkjoYsvKiGUjAQQNWsq4=
+SIZE (kc-2.3.0.tar.gz) = 43625
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/security/kc/pkg/PLIST,v
retrieving revision 1.2
diff -p -u -r1.2 PLIST
--- pkg/PLIST   25 Jan 2013 11:09:20 -0000      1.2
+++ pkg/PLIST   20 Mar 2013 09:42:12 -0000
@@ -1,6 +1,6 @@
-@comment $OpenBSD: PLIST,v 1.2 2013/01/25 11:09:20 jasper Exp $
+@comment $OpenBSD$
 @bin bin/kc
 @man man/man1/kc.1
 share/doc/pkg-readmes/${FULLPKGNAME}
 share/kc/
-share/kc/pwsafe_convert.pl
+share/kc/pwsafe_to_kc.pl



Daniel

-- 
LÉVAI Dániel
PGP key ID = 0x83B63A8F
Key fingerprint = DBEC C66B A47A DFA2 792D  650C C69B BE4C 83B6 3A8F

Reply via email to