git: 7bb247090411 - main - devel/rubygem-method_source0: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Dec 2021 19:50:15 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7bb247090411fc14574fcf3137d22a15ab86d60c
commit 7bb247090411fc14574fcf3137d22a15ab86d60c
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-12-21 19:26:48 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-12-21 19:26:48 +0000
devel/rubygem-method_source0: Remove obsoleted port
Use devel/rubygem-method_source instead.
---
devel/rubygem-method_source0/Makefile | 22 ----------------------
devel/rubygem-method_source0/distinfo | 3 ---
devel/rubygem-method_source0/pkg-descr | 4 ----
3 files changed, 29 deletions(-)
diff --git a/devel/rubygem-method_source0/Makefile b/devel/rubygem-method_source0/Makefile
deleted file mode 100644
index 5292f9d5320b..000000000000
--- a/devel/rubygem-method_source0/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
-
-PORTNAME= method_source
-PORTVERSION= 0.9.2
-CATEGORIES= devel rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 0
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Tool to retrieve the sourcecode for a method
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-USES= gem
-USE_RUBY= yes
-
-NO_ARCH= yes
-
-PORTSCOUT= limit:^0\.
-
-.include <bsd.port.mk>
diff --git a/devel/rubygem-method_source0/distinfo b/devel/rubygem-method_source0/distinfo
deleted file mode 100644
index 1d2d25b740fb..000000000000
--- a/devel/rubygem-method_source0/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1542045859
-SHA256 (rubygem/method_source-0.9.2.gem) = 980eba674be3d05dee1889d6cf1ce25735955a6394c6e38d7d2035dcf6e771df
-SIZE (rubygem/method_source-0.9.2.gem) = 13824
diff --git a/devel/rubygem-method_source0/pkg-descr b/devel/rubygem-method_source0/pkg-descr
deleted file mode 100644
index f00096a423ca..000000000000
--- a/devel/rubygem-method_source0/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-method_source is a utility to return a method's sourcecode as a Ruby string.
-Also returns Proc and Lambda sourcecode.
-
-WWW: https://github.com/banister/method_source