pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ruby30



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Jan 14 16:16:44 UTC 2022

Modified Files:
        pkgsrc/lang/ruby30: Makefile

Log Message:
lang/ruby30: drop including devel/ruby-fiddle package

devel/ruby-fiddle is now part of ruby30-base.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/ruby30/Makefile

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

Modified files:

Index: pkgsrc/lang/ruby30/Makefile
diff -u pkgsrc/lang/ruby30/Makefile:1.1 pkgsrc/lang/ruby30/Makefile:1.2
--- pkgsrc/lang/ruby30/Makefile:1.1     Sun Feb 14 14:35:54 2021
+++ pkgsrc/lang/ruby30/Makefile Fri Jan 14 16:16:44 2022
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2021/02/14 14:35:54 taca Exp $
+# $NetBSD: Makefile,v 1.2 2022/01/14 16:16:44 taca Exp $
 #
 
 DISTNAME=      # empty
 PKGNAME=       ${RUBY_PKGPREFIX}-${RUBY_VERSION}
+PKGREVISION=   1
 CATEGORIES=    lang ruby
 MASTER_SITES=  # empty
 DISTFILES=     # empty
@@ -15,7 +16,6 @@ META_PACKAGE=         yes
 
 DEPENDS+=      ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR}
 DEPENDS+=      ${RUBY_NAME}-gdbm>=${RUBY_VERSION}:../../databases/ruby-gdbm
-DEPENDS+=      ${RUBY_NAME}-fiddle>=${RUBY_VERSION}:../../devel/ruby-fiddle
 DEPENDS+=      ${RUBY_NAME}-readline>=${RUBY_VERSION}:../../devel/ruby-readline
 
 RUBY_VERSIONS_ACCEPTED=        30



Home | Main Index | Thread Index | Old Index