diff --git a/security/kc/Makefile b/security/kc/Makefile index 011190078b9..8b201e4cdcb 100644 --- a/security/kc/Makefile +++ b/security/kc/Makefile @@ -1,13 +1,16 @@ -# $OpenBSD: Makefile,v 1.7 2013/08/07 21:32:34 naddy Exp $ +# $OpenBSD: Makefile,v 1.8 2013/12/24 12:56:19 jca Exp $ COMMENT = console based password storing application -DISTNAME = kc-2.3.0 -REVISION = 0 -CATEGORIES = security +GH_VER = 2.3.2 +PROJECT = kc +DISTNAME = ${PROJECT}-${GH_VER} +CATEGORIES = security -HOMEPAGE = https://code.google.com/p/keychain -MASTER_SITES = https://keychain.googlecode.com/files/ +HOMEPAGE = http://github.com/levaidaniel/${PROJECT} +MASTER_SITES = https://github.com/levaidaniel/${PROJECT}/archive/ + +DISTFILES = ${DISTNAME}{${GH_VER}}${EXTRACT_SUFX} MAINTAINER = LEVAI Daniel @@ -19,14 +22,8 @@ WANTLIB = c crypto edit ncursesw xml2 pcre LIB_DEPENDS = textproc/libxml \ devel/pcre -# only required for the pwsafe_to_kc.pl utility, -# and not for kc itself. -RUN_DEPENDS = www/p5-HTML-Parser - MAKE_ENV += HAVE_PCRE=yes -TEST_TARGET =test - post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/kc ${INSTALL} ${WRKBUILD}/pwsafe_to_kc.pl ${PREFIX}/share/kc/ diff --git a/security/kc/distinfo b/security/kc/distinfo index 50a7195f932..b6b5a2fc93d 100644 --- a/security/kc/distinfo +++ b/security/kc/distinfo @@ -1,2 +1,2 @@ -SHA256 (kc-2.3.0.tar.gz) = SNp9q8TaMX7ACQLN2BGwsEAIkjoYsvKiGUjAQQNWsq4= -SIZE (kc-2.3.0.tar.gz) = 43625 +SHA256 (kc-2.3.2.tar.gz) = 1Ap74wB55M/EI+GqK127Dm8LNInx0OCQzWZyi8Mo/Ng= +SIZE (kc-2.3.2.tar.gz) = 44779 diff --git a/security/kc/pkg/README b/security/kc/pkg/README index 45994dc58e7..afaaf96fffa 100644 --- a/security/kc/pkg/README +++ b/security/kc/pkg/README @@ -1,9 +1,10 @@ -$OpenBSD: README,v 1.1 2013/01/25 11:09:20 jasper Exp $ +$OpenBSD: README,v 1.2 2013/12/24 12:56:19 jca Exp $ +----------------------------------------------------------------------- | Running ${FULLPKGNAME} on OpenBSD +----------------------------------------------------------------------- -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/ +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/. Note that this +script requires Perl modules provided by the p5-HTML-Parser package.