pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ruby-rss: requires any version of ruby-rexml



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Mon Jan 22 15:53:54 2024 +0100
Changeset:	6fe0c0951661c8170a20d7c6d4797b547c60bb8b

Modified Files:
	ruby-rss/Makefile

Log Message:
ruby-rss: requires any version of ruby-rexml

Just use the built-in one (ruby already provides one)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6fe0c0951661c8170a20d7c6d4797b547c60bb8b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ruby-rss/Makefile | 2 --
 1 file changed, 2 deletions(-)

diffs:
diff --git a/ruby-rss/Makefile b/ruby-rss/Makefile
index 4f7a3a866d..7507fbe04b 100644
--- a/ruby-rss/Makefile
+++ b/ruby-rss/Makefile
@@ -8,7 +8,5 @@ HOMEPAGE=	https://github.com/ruby/rss
 COMMENT=	Family of libraries that support various formats of XML "feeds"
 LICENSE=	2-clause-bsd
 
-DEPENDS+=	${RUBY_PKGPREFIX}-rexml-[0-9]*:../../wip/ruby-rexml
-
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index