From owner-svn-ports-head@FreeBSD.ORG Sun Dec 22 20:03:55 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0FD4620E; Sun, 22 Dec 2013 20:03:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D5F3B155B; Sun, 22 Dec 2013 20:03:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBMK3scp006702; Sun, 22 Dec 2013 20:03:54 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBMK3stQ006699; Sun, 22 Dec 2013 20:03:54 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201312222003.rBMK3stQ006699@svn.freebsd.org> From: Antoine Brodin Date: Sun, 22 Dec 2013 20:03:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337212 - head/security/kc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Dec 2013 20:03:55 -0000 Author: antoine Date: Sun Dec 22 20:03:53 2013 New Revision: 337212 URL: http://svnweb.freebsd.org/changeset/ports/337212 Log: - Update to 2.3.2 - Stage support PR: ports/185093 Submitted by: LEVAI Daniel (maintainer) Deleted: head/security/kc/pkg-message Modified: head/security/kc/Makefile head/security/kc/distinfo head/security/kc/pkg-descr Modified: head/security/kc/Makefile ============================================================================== --- head/security/kc/Makefile Sun Dec 22 19:36:00 2013 (r337211) +++ head/security/kc/Makefile Sun Dec 22 20:03:53 2013 (r337212) @@ -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 Modified: head/security/kc/distinfo ============================================================================== --- head/security/kc/distinfo Sun Dec 22 19:36:00 2013 (r337211) +++ head/security/kc/distinfo Sun Dec 22 20:03:53 2013 (r337212) @@ -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 Modified: head/security/kc/pkg-descr ============================================================================== --- head/security/kc/pkg-descr Sun Dec 22 19:36:00 2013 (r337211) +++ head/security/kc/pkg-descr Sun Dec 22 20:03:53 2013 (r337212) @@ -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