Date: Wed, 22 Apr 2020 14:59:20 +0000 (UTC) From: Koichiro Iwao <meta@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532482 - head/security/keychain Message-ID: <202004221459.03MExKI5025866@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: meta Date: Wed Apr 22 14:59:20 2020 New Revision: 532482 URL: https://svnweb.freebsd.org/changeset/ports/532482 Log: security/keychain: switch to USE_GITHUB The distfile is no longer found at: http://www.funtoo.org/archive/keychain/keychain-2.8.5.tar.bz2 As mentioned in WWW, the distfile can be found on GitHub. > The latest release of Keychain can be found on the keychain GitHub release page. While here, switch WWW to https and changed to nice-look URL. PR: 245808 Submitted by: meta (myself) Reviewed by: daniel.engberg.lists@pyret.net Approved by: garga (maintainer) Modified: head/security/keychain/Makefile head/security/keychain/distinfo head/security/keychain/pkg-descr Modified: head/security/keychain/Makefile ============================================================================== --- head/security/keychain/Makefile Wed Apr 22 14:48:06 2020 (r532481) +++ head/security/keychain/Makefile Wed Apr 22 14:59:20 2020 (r532482) @@ -4,8 +4,6 @@ PORTNAME= keychain PORTVERSION= 2.8.5 CATEGORIES= security -MASTER_SITES= http://www.funtoo.org/archive/keychain/ \ - GENTOO MAINTAINER= garga@FreeBSD.org COMMENT= User-friendly front-end to ssh-agent(1) @@ -13,7 +11,9 @@ COMMENT= User-friendly front-end to ssh-agent(1) LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING.txt -USES= tar:bzip2 +USE_GITHUB= yes +GH_ACCOUNT= funtoo + OPTIONS_DEFINE= DOCS NO_BUILD= yes Modified: head/security/keychain/distinfo ============================================================================== --- head/security/keychain/distinfo Wed Apr 22 14:48:06 2020 (r532481) +++ head/security/keychain/distinfo Wed Apr 22 14:59:20 2020 (r532482) @@ -1,3 +1,3 @@ -TIMESTAMP = 1528577567 -SHA256 (keychain-2.8.5.tar.bz2) = 16f5949b606691dea6e1832a77e697b8c0b2a536abfbd29e3a3f47222259c3b2 -SIZE (keychain-2.8.5.tar.bz2) = 34869 +TIMESTAMP = 1587517454 +SHA256 (funtoo-keychain-2.8.5_GH0.tar.gz) = dcce703e5001211c8ebc0528f45b523f84d2bceeb240600795b4d80cb8475a0b +SIZE (funtoo-keychain-2.8.5_GH0.tar.gz) = 66446 Modified: head/security/keychain/pkg-descr ============================================================================== --- head/security/keychain/pkg-descr Wed Apr 22 14:48:06 2020 (r532481) +++ head/security/keychain/pkg-descr Wed Apr 22 14:59:20 2020 (r532482) @@ -5,4 +5,4 @@ system rather than per login session. Please study the documentation on the keychain website carefully since incorrect usage of this script may have certain security implications. -WWW: http://www.funtoo.org/index.php?title=Keychain +WWW: https://www.funtoo.org/Keychain
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004221459.03MExKI5025866>