git: 7207438b5fce - main - devel/rubygem-grit: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Oct 2021 16:01:15 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7207438b5fcefe486c63346d083cb504d214d3f2 commit 7207438b5fcefe486c63346d083cb504d214d3f2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-25 14:56:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-25 15:57:08 +0000 devel/rubygem-grit: Remove obsoleted port Grit is no longer maintained since January 29, 2014. Reference: https://github.com/mojombo/grit/commit/83d3124f8dc2fbd5542041d1f84e6153612d5ed9 --- devel/Makefile | 1 - devel/rubygem-grit/Makefile | 24 ------------------------ devel/rubygem-grit/distinfo | 2 -- devel/rubygem-grit/pkg-descr | 6 ------ 4 files changed, 33 deletions(-) diff --git a/devel/Makefile b/devel/Makefile index 87dcc6b7309c..a0d2a24778b9 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6381,7 +6381,6 @@ SUBDIR += rubygem-graphql SUBDIR += rubygem-graphql-client SUBDIR += rubygem-graphql-docs - SUBDIR += rubygem-grit SUBDIR += rubygem-grpc-google-iam-v1 SUBDIR += rubygem-guess_html_encoding SUBDIR += rubygem-gyoku diff --git a/devel/rubygem-grit/Makefile b/devel/rubygem-grit/Makefile deleted file mode 100644 index 39748bafda0a..000000000000 --- a/devel/rubygem-grit/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# Created by: Daniel Roethlisberger <daniel@roe.ch> - -PORTNAME= grit -PORTVERSION= 2.5.0 -PORTREVISION= 1 -CATEGORIES= devel rubygems -MASTER_SITES= RG - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Object-oriented ruby library to access git repositories - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -RUN_DEPENDS= rubygem-diff-lcs>=1.1<2:textproc/rubygem-diff-lcs \ - rubygem-mime-types1>=1.15<2:misc/rubygem-mime-types1 \ - rubygem-posix-spawn>=0.3.6<0.4:devel/rubygem-posix-spawn - -USES= gem -USE_RUBY= yes - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/rubygem-grit/distinfo b/devel/rubygem-grit/distinfo deleted file mode 100644 index 5f92170d17f5..000000000000 --- a/devel/rubygem-grit/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (rubygem/grit-2.5.0.gem) = 0f6ec625d098706183d7f92f06fd8b44f1271084cff308bbee53cf1b1c5391c8 -SIZE (rubygem/grit-2.5.0.gem) = 50176 diff --git a/devel/rubygem-grit/pkg-descr b/devel/rubygem-grit/pkg-descr deleted file mode 100644 index 4a69daacb63f..000000000000 --- a/devel/rubygem-grit/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Grit is a Ruby library for extracting information from a git repository in -an object oriented manner. Grit gives you object model access to your git -repository. Once you have created a repository object, you can traverse it -to find parent commit(s), trees, blobs, etc. - -WWW: https://github.com/mojombo/grit