Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2024 16:25:39 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8c1b9c19f7f4 - main - net/rubygem-octokit8: Remove obsoleted port
Message-ID:  <202412311625.4BVGPdwd041812@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit 8c1b9c19f7f43228fcca0eb89059a6e031c357d9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-12-31 16:17:05 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-12-31 16:22:44 +0000

    net/rubygem-octokit8: Remove obsoleted port
    
    Use net/rubygem-octokit instead.
---
 MOVED                          |  1 +
 net/Makefile                   |  1 -
 net/rubygem-octokit8/Makefile  | 25 -------------------------
 net/rubygem-octokit8/distinfo  |  3 ---
 net/rubygem-octokit8/pkg-descr |  2 --
 5 files changed, 1 insertion(+), 31 deletions(-)

diff --git a/MOVED b/MOVED
index 804d6381de36..81e5dd47b505 100644
--- a/MOVED
+++ b/MOVED
@@ -3790,3 +3790,4 @@ devel/rubygem-google-apis-iam_v1050|devel/rubygem-google-apis-iam_v1|2024-12-31|
 devel/rubygem-grape1|devel/rubygem-grape|2024-12-31|Remove obsoleted port. Use devel/rubygem-grape instead
 devel/rubygem-libddprof|devel/rubygem-libdatadog|2024-12-31|Remove obsoleted port. Use devel/rubygem-libdatadog instead
 net/rubygem-google-cloud-storage145|net/rubygem-google-cloud-storage|2024-12-31|Remove obsoleted port. Use net/rubygem-google-cloud-storage instead
+net/rubygem-octokit8|net/rubygem-octokit|2024-12-31|Remove obsoleted port. Use net/rubygem-octokit instead
diff --git a/net/Makefile b/net/Makefile
index 68eeb99625b9..a113ac1d2b9a 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1398,7 +1398,6 @@
     SUBDIR += rubygem-octokit
     SUBDIR += rubygem-octokit-gitlab
     SUBDIR += rubygem-octokit4
-    SUBDIR += rubygem-octokit8
     SUBDIR += rubygem-octopress-deploy
     SUBDIR += rubygem-omniauth-auth0
     SUBDIR += rubygem-omniauth-auth0-gitlab
diff --git a/net/rubygem-octokit8/Makefile b/net/rubygem-octokit8/Makefile
deleted file mode 100644
index 630fe147e69a..000000000000
--- a/net/rubygem-octokit8/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-PORTNAME=	octokit
-PORTVERSION=	8.1.0
-CATEGORIES=	net rubygems
-MASTER_SITES=	RG
-PKGNAMESUFFIX=	8
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Simple wrapper for the GitHub API
-WWW=		https://octokit.github.io/octokit.rb/ \
-		https://github.com/octokit/octokit.rb
-
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE.md
-
-RUN_DEPENDS=	rubygem-base64>=0:converters/rubygem-base64 \
-		rubygem-faraday>=1<3:www/rubygem-faraday \
-		rubygem-sawyer>=0.9<1:www/rubygem-sawyer
-
-USES=		gem
-
-NO_ARCH=	yes
-
-PORTSCOUT=	limit:^8\.
-
-.include <bsd.port.mk>
diff --git a/net/rubygem-octokit8/distinfo b/net/rubygem-octokit8/distinfo
deleted file mode 100644
index e5f6497aa849..000000000000
--- a/net/rubygem-octokit8/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1708450814
-SHA256 (rubygem/octokit-8.1.0.gem) = 82229ce9b54e910e27ae75ff21e54bc97072913b5af06750999966e6817af8cd
-SIZE (rubygem/octokit-8.1.0.gem) = 88576
diff --git a/net/rubygem-octokit8/pkg-descr b/net/rubygem-octokit8/pkg-descr
deleted file mode 100644
index 2dfebdeeb443..000000000000
--- a/net/rubygem-octokit8/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Octokit.rb wraps the GitHub API in a flat API client that follows Ruby
-conventions and requires little knowledge of REST.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412311625.4BVGPdwd041812>