From owner-svn-ports-head@freebsd.org Sat Oct 15 00:36:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C8A6C10F6B; Sat, 15 Oct 2016 00:36:41 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 E8737FB7; Sat, 15 Oct 2016 00:36:40 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9F0ae9M058250; Sat, 15 Oct 2016 00:36:40 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9F0adG7058248; Sat, 15 Oct 2016 00:36:39 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201610150036.u9F0adG7058248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sat, 15 Oct 2016 00:36:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423995 - in head/security/libkpass: . files 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.23 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: Sat, 15 Oct 2016 00:36:41 -0000 Author: woodsb02 Date: Sat Oct 15 00:36:39 2016 New Revision: 423995 URL: https://svnweb.freebsd.org/changeset/ports/423995 Log: security/libkpass: Update to version 6 - Change from Sourceforge to GitHub for upstream, as per note on SF page - Add LICENSE_FILE to demonstrate GPLv3 license - Delete patch-src_kpass.c as upstream incorporates similar changes Changes this release: https://github.com/bldewolf/libkpass/blob/6/ChangeLog Approved by: vg (maintainer timeout), mat (mentor) Differential Revision: https://reviews.freebsd.org/D8034 Deleted: head/security/libkpass/files/ Modified: head/security/libkpass/Makefile head/security/libkpass/distinfo Modified: head/security/libkpass/Makefile ============================================================================== --- head/security/libkpass/Makefile Fri Oct 14 21:18:03 2016 (r423994) +++ head/security/libkpass/Makefile Sat Oct 15 00:36:39 2016 (r423995) @@ -2,18 +2,20 @@ # $FreeBSD$ PORTNAME= libkpass -PORTVERSION= 5 -PORTREVISION= 1 +PORTVERSION= 6 CATEGORIES= security -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ MAINTAINER= vg@FreeBSD.org COMMENT= Library for a reading/writing KeePass 1.x DB LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libnettle.so:security/nettle +USE_GITHUB= yes +GH_ACCOUNT= bldewolf + GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= alias gettext gmake libtool Modified: head/security/libkpass/distinfo ============================================================================== --- head/security/libkpass/distinfo Fri Oct 14 21:18:03 2016 (r423994) +++ head/security/libkpass/distinfo Sat Oct 15 00:36:39 2016 (r423995) @@ -1,2 +1,3 @@ -SHA256 (libkpass-5.tar.gz) = 72bea97b2a2f5a68bdf52b3a67fc38028fcd295b016169e05c631fec9596faca -SIZE (libkpass-5.tar.gz) = 402843 +TIMESTAMP = 1474639255 +SHA256 (bldewolf-libkpass-6_GH0.tar.gz) = b0669300c72ec04b6c1fe7628b169006ac07239ff48e863bbd80eb5a3a369938 +SIZE (bldewolf-libkpass-6_GH0.tar.gz) = 406767