Date: Sat, 15 Oct 2016 00:36:39 +0000 (UTC) From: Ben Woods <woodsb02@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423995 - in head/security/libkpass: . files Message-ID: <201610150036.u9F0adG7058248@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610150036.u9F0adG7058248>