Date: Mon, 25 Sep 2017 15:12:47 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450611 - head/security/rubygem-openssl Message-ID: <201709251512.v8PFClmc009372@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Sep 25 15:12:47 2017 New Revision: 450611 URL: https://svnweb.freebsd.org/changeset/ports/450611 Log: Update to 2.0.6 - Add USES=ssl Changes: https://github.com/ruby/openssl/blob/master/History.md Modified: head/security/rubygem-openssl/Makefile head/security/rubygem-openssl/distinfo Modified: head/security/rubygem-openssl/Makefile ============================================================================== --- head/security/rubygem-openssl/Makefile Mon Sep 25 15:12:42 2017 (r450610) +++ head/security/rubygem-openssl/Makefile Mon Sep 25 15:12:47 2017 (r450611) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= openssl -PORTVERSION= 2.0.5 +PORTVERSION= 2.0.6 CATEGORIES= security rubygems MASTER_SITES= RG @@ -14,6 +14,6 @@ LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.txt USE_RUBY= yes -USES= gem +USES= gem ssl .include <bsd.port.mk> Modified: head/security/rubygem-openssl/distinfo ============================================================================== --- head/security/rubygem-openssl/distinfo Mon Sep 25 15:12:42 2017 (r450610) +++ head/security/rubygem-openssl/distinfo Mon Sep 25 15:12:47 2017 (r450611) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502295344 -SHA256 (rubygem/openssl-2.0.5.gem) = 52561474ca84c044faf463b2115e390c31dc2e3b8479b4c626333b16ab6a4e6a -SIZE (rubygem/openssl-2.0.5.gem) = 168448 +TIMESTAMP = 1506343649 +SHA256 (rubygem/openssl-2.0.6.gem) = e4d35c69c8240885ffff08bb0341025812c2235b4f017173a3caa1834faabd3c +SIZE (rubygem/openssl-2.0.6.gem) = 169472
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709251512.v8PFClmc009372>