From owner-svn-ports-head@freebsd.org Sun Oct 30 03:57:15 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 4AF33C262E8; Sun, 30 Oct 2016 03:57:15 +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 192672D2; Sun, 30 Oct 2016 03:57:15 +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 u9U3vE4F035215; Sun, 30 Oct 2016 03:57:14 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9U3vEQv035214; Sun, 30 Oct 2016 03:57:14 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201610300357.u9U3vEQv035214@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sun, 30 Oct 2016 03:57:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424927 - head/security/libkpass 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: Sun, 30 Oct 2016 03:57:15 -0000 Author: woodsb02 Date: Sun Oct 30 03:57:14 2016 New Revision: 424927 URL: https://svnweb.freebsd.org/changeset/ports/424927 Log: security/libkpass: Change WWW to new GitHub site, per note on SF page Approved by: vg (maintainer timeout) Approved by: adamw (mentor, implicit) Differential Revision: D8256 Modified: head/security/libkpass/pkg-descr Modified: head/security/libkpass/pkg-descr ============================================================================== --- head/security/libkpass/pkg-descr Sun Oct 30 03:51:40 2016 (r424926) +++ head/security/libkpass/pkg-descr Sun Oct 30 03:57:14 2016 (r424927) @@ -1,4 +1,4 @@ Libkpass is a from-scratch C implementation of reading and writing KeePass 1.x format password databases. -WWW: http://libkpass.sourceforge.net/ +WWW: https://github.com/bldewolf/libkpass