textproc/rubygem-yarp: Remove obsoleted port

Use textproc/rubygem-prism instead.
This commit is contained in:
Po-Chuan Hsieh 2023-11-01 09:46:43 +08:00
parent 4e1a399b35
commit 11bfbb87b8
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
6 changed files with 1 additions and 37 deletions

1
MOVED
View file

@ -7954,3 +7954,4 @@ dns/libasr-devel||2023-10-25|Has expired: libasr will be maintained only as part
dns/libasr||2023-10-25|Has expired: libasr will be maintained only as part of OpenSMTPD
textproc/xalan-c||2023-10-28|Has expired: Upstream no longer continuing; please consider textproc/libxslt, textproc/qt5-xmlpatterns or SaxonC as potential alternatives
www/homer|www/homer-web|2023-11-01|Rename port to be consistent with Arch
textproc/rubygem-yarp|textproc/rubygem-prism|2023-11-01|Remove obsoleted port. Use textproc/rubygem-prism instead

View file

@ -1920,7 +1920,6 @@
SUBDIR += rubygem-ya2yaml
SUBDIR += rubygem-yard
SUBDIR += rubygem-yard-chef
SUBDIR += rubygem-yarp
SUBDIR += rubygem-zmq
SUBDIR += rw-aspell
SUBDIR += rxp

View file

@ -1,18 +0,0 @@
PORTNAME= yarp
PORTVERSION= 0.12.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Yet Another Ruby Parser
WWW= https://ruby.github.io/prism/ \
https://github.com/ruby/prism
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
BUILD_DEPENDS= rubygem-rake>=0:devel/rubygem-rake
USES= gem gmake
.include <bsd.port.mk>

View file

@ -1,3 +0,0 @@
TIMESTAMP = 1696433024
SHA256 (rubygem/yarp-0.12.0.gem) = 39a61c84daa8a20a02548d1121ff791ba233f70b9ec664c57c4e9d43088f15db
SIZE (rubygem/yarp-0.12.0.gem) = 291328

View file

@ -1,11 +0,0 @@
--- ext/yarp/extconf.rb.orig 2023-08-29 19:49:53 UTC
+++ ext/yarp/extconf.rb
@@ -75,7 +75,7 @@ module Yarp
# normally we package up the configure and other files in the gem itself
system("templates/template.rb", exception: true)
end
- system("make", target, exception: true)
+ system("gmake", target, exception: true)
end
end

View file

@ -1,4 +0,0 @@
Yet Another Ruby Parser is a parser for the Ruby programming language. It is
designed to be portable, error tolerant, and maintainable. It is written in C99
and has no dependencies. It is currently being integrated into CRuby, JRuby,
TruffleRuby, Sorbet, and Syntax Tree.