Date: Wed, 22 Apr 2020 07:25:15 +0000 (UTC) From: Hiroki Tagato <tagattie@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r532448 - in branches/2020Q2/www/gist: . files Message-ID: <202004220725.03M7PFVR043320@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tagattie Date: Wed Apr 22 07:25:15 2020 New Revision: 532448 URL: https://svnweb.freebsd.org/changeset/ports/532448 Log: MFH: r532447 - Update to 5.1 - Fix API deprecation warning PR: 245066 Submitted by: Derek Schrock <dereks@lifeofadishwasher.com> Approved by: maintainer timeout (changlp@cs.nctu.edu.tw, 25 days), ehaupt (mentor) Changelog: https://github.com/defunkt/gist/releases/tag/v5.1.0 Approved by: ports-secteam (blanket) Modified: branches/2020Q2/www/gist/Makefile branches/2020Q2/www/gist/distinfo branches/2020Q2/www/gist/files/patch-build-gist Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/www/gist/Makefile ============================================================================== --- branches/2020Q2/www/gist/Makefile Wed Apr 22 07:20:03 2020 (r532447) +++ branches/2020Q2/www/gist/Makefile Wed Apr 22 07:25:15 2020 (r532448) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gist -PORTVERSION= 5.0.0 +PORTVERSION= 5.1.0 DISTVERSIONPREFIX= v CATEGORIES= www net Modified: branches/2020Q2/www/gist/distinfo ============================================================================== --- branches/2020Q2/www/gist/distinfo Wed Apr 22 07:20:03 2020 (r532447) +++ branches/2020Q2/www/gist/distinfo Wed Apr 22 07:25:15 2020 (r532448) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534878084 -SHA256 (defunkt-gist-v5.0.0_GH0.tar.gz) = 28a3ebaad90ede9a59bd4dbe4850a07cc6e3294a92849a0f0b17ebf6a17ea33b -SIZE (defunkt-gist-v5.0.0_GH0.tar.gz) = 41813 +TIMESTAMP = 1585174355 +SHA256 (defunkt-gist-v5.1.0_GH0.tar.gz) = 843cea035c137d23d786965688afc9ee70610ac6c3d6f6615cb958d6c792fbb2 +SIZE (defunkt-gist-v5.1.0_GH0.tar.gz) = 41876 Modified: branches/2020Q2/www/gist/files/patch-build-gist ============================================================================== --- branches/2020Q2/www/gist/files/patch-build-gist Wed Apr 22 07:20:03 2020 (r532447) +++ branches/2020Q2/www/gist/files/patch-build-gist Wed Apr 22 07:25:15 2020 (r532448) @@ -1,6 +1,6 @@ ---- build/gist 2014-06-29 23:42:21.158933799 +0800 -+++ build/gist.ssl 2014-06-29 23:42:09.848935272 +0800 -@@ -1536,7 +1536,8 @@ +--- build/gist.orig 2020-02-05 20:01:45 UTC ++++ build/gist +@@ -1713,7 +1713,8 @@ module Gist end if uri.scheme == "https" connection.use_ssl = true
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004220725.03M7PFVR043320>