git: fb4a253201d4 - main - www/gist: Unbreak runtime by update to 6.0.0

From: Emanuel Haupt <ehaupt_at_FreeBSD.org>
Date: Thu, 04 May 2023 14:54:59 UTC
The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fb4a253201d411adbd18167a6ca0d6a8d9a55d1a

commit fb4a253201d411adbd18167a6ca0d6a8d9a55d1a
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2023-05-04 14:54:54 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2023-05-04 14:54:54 +0000

    www/gist: Unbreak runtime by update to 6.0.0
    
    This port currently fails with a Ruby RuntimeError. Fix by update to
    6.0.0. Also fix USE statement to depend on ruby. While here pacify
    portlint, portclippy, portfmt.
    
    PR:             271222, 271216
    Approved by:    portmgr (blanket, trivial fix)
---
 www/gist/Makefile | 10 +++++-----
 www/gist/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/www/gist/Makefile b/www/gist/Makefile
index 02c93f4ff6f3..8bbe64566520 100644
--- a/www/gist/Makefile
+++ b/www/gist/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	gist
-PORTVERSION=	5.1.0
+PORTVERSION=	6.0.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www net
 
@@ -12,14 +12,14 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.MIT
 
 RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
 
-CONFLICTS=	p5-App-gist py*-python-gist yorick # bin/gist
-
-USES+	ruby:run
+USES=		ruby:run
 USE_GITHUB=	yes
 GH_ACCOUNT=	defunkt
 
-NO_BUILD=	YES
+CONFLICTS=	p5-App-gist py*-python-gist yorick # bin/gist
+
 NO_ARCH=	yes
+NO_BUILD=	yes
 
 PLIST_FILES=	bin/gist \
 		man/man1/gist.1.gz
diff --git a/www/gist/distinfo b/www/gist/distinfo
index f6f30c22db27..f0cfcdba1a5c 100644
--- a/www/gist/distinfo
+++ b/www/gist/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1585174355
-SHA256 (defunkt-gist-v5.1.0_GH0.tar.gz) = 843cea035c137d23d786965688afc9ee70610ac6c3d6f6615cb958d6c792fbb2
-SIZE (defunkt-gist-v5.1.0_GH0.tar.gz) = 41876
+TIMESTAMP = 1683100468
+SHA256 (defunkt-gist-v6.0.0_GH0.tar.gz) = ddfb33c039f8825506830448a658aa22685fc0c25dbe6d0240490982c4721812
+SIZE (defunkt-gist-v6.0.0_GH0.tar.gz) = 43892