Verified Commit 11bfbb87 authored by sunpoet's avatar sunpoet
Browse files

textproc/rubygem-yarp: Remove obsoleted port

Use textproc/rubygem-prism instead.
parent 4e1a399b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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

textproc/rubygem-yarp/Makefile

deleted100644 → 0
+0 −18
Original line number Diff line number Diff line
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>

textproc/rubygem-yarp/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1696433024
SHA256 (rubygem/yarp-0.12.0.gem) = 39a61c84daa8a20a02548d1121ff791ba233f70b9ec664c57c4e9d43088f15db
SIZE (rubygem/yarp-0.12.0.gem) = 291328
+0 −11
Original line number Diff line number Diff line
--- 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
 
Loading