From owner-svn-ports-head@FreeBSD.ORG Fri May 2 16:29:02 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EFD8ACD4; Fri, 2 May 2014 16:29:02 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C33301FC1; Fri, 2 May 2014 16:29:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s42GT2Kj035635; Fri, 2 May 2014 16:29:02 GMT (envelope-from vg@svn.freebsd.org) Received: (from vg@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s42GT2JZ035633; Fri, 2 May 2014 16:29:02 GMT (envelope-from vg@svn.freebsd.org) Message-Id: <201405021629.s42GT2JZ035633@svn.freebsd.org> From: Veniamin Gvozdikov Date: Fri, 2 May 2014 16:29:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352825 - head/security/keepassx2 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: Fri, 02 May 2014 16:29:03 -0000 Author: vg Date: Fri May 2 16:29:02 2014 New Revision: 352825 URL: http://svnweb.freebsd.org/changeset/ports/352825 QAT: https://qat.redports.org/buildarchive/r352825/ Log: Up to 2.0 alpha6, changes: * Add option to lock databases after user inactivity * Add compatibility with libgcrypt 1.6 * Display passwords in monospace font * Use an icon for the button that shows/masks passwords * Add an option to show passwords by default * Improve password generator design * On Linux link .kdbx files with KeePassX * Remember window size * Disallow global auto-typing when the database is locked * Support copying entries and groups using drag'n'drop * Open last used databases on startup * Made the kdbx file parser more robust * Only edit entries on doubleclick (not single) or with enter key * Allow removing multiple entries * Added option to minimize window when copying data to clipboard * Save password generator settings * Fixed auto-type producing wrong chars in some keyboard configurations * Added some more actions to the toolbar PR: ports/189220 Submitted by: myself Approved by: maintainer (via email) Modified: head/security/keepassx2/Makefile head/security/keepassx2/distinfo Modified: head/security/keepassx2/Makefile ============================================================================== --- head/security/keepassx2/Makefile Fri May 2 16:28:34 2014 (r352824) +++ head/security/keepassx2/Makefile Fri May 2 16:29:02 2014 (r352825) @@ -4,9 +4,9 @@ PORTNAME= KeePassX DISTVERSION= 2.0 CATEGORIES= security -MASTER_SITES= https://www.keepassx.org/dev/attachments/download/36/ +MASTER_SITES= https://www.keepassx.org/dev/attachments/download/69/ PKGNAMESUFFIX= -alpha -DISTNAME= ${PORTNAME:L}-${DISTVERSION}${PKGNAMESUFFIX}4 +DISTNAME= ${PORTNAME:L}-${DISTVERSION}${PKGNAMESUFFIX}6 MAINTAINER= eric@camachat.org COMMENT= Cross Platform Password Manager @@ -19,7 +19,6 @@ DATADIR= ${PREFIX}/share/${PORTNAME:L} WRKSRC= ${WRKDIR}/${DISTNAME:L} USES= cmake -USE_GCC= any USE_LDCONFIG= yes INSTALLS_ICONS= yes USE_QT4= corelib gui xml qtestlib dbus uic_build moc_build \ Modified: head/security/keepassx2/distinfo ============================================================================== --- head/security/keepassx2/distinfo Fri May 2 16:28:34 2014 (r352824) +++ head/security/keepassx2/distinfo Fri May 2 16:29:02 2014 (r352825) @@ -1,2 +1,2 @@ -SHA256 (keepassx-2.0-alpha4.tar.gz) = e71d36a3dbe35dc3d6e0cc9d1e6492f9c99381696abc664f596326258ef3bb0a -SIZE (keepassx-2.0-alpha4.tar.gz) = 1034024 +SHA256 (keepassx-2.0-alpha6.tar.gz) = 592f9995b13c4f84724fb24a0078162246397eedccd467daaf0fd3608151f2b0 +SIZE (keepassx-2.0-alpha6.tar.gz) = 1366929