pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/ruby-xz



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

Modified Files:
        pkgsrc/archivers/ruby-xz: Makefile

Log Message:
archivers/ruby-xz: drop dependency to ruby-fiddle

Now devel/ruby-fiddle is part of ruby*-base package.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/archivers/ruby-xz/Makefile

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

Modified files:

Index: pkgsrc/archivers/ruby-xz/Makefile
diff -u pkgsrc/archivers/ruby-xz/Makefile:1.22 pkgsrc/archivers/ruby-xz/Makefile:1.23
--- pkgsrc/archivers/ruby-xz/Makefile:1.22      Sun Dec  5 15:26:13 2021
+++ pkgsrc/archivers/ruby-xz/Makefile   Fri Jan 14 16:18:50 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2021/12/05 15:26:13 taca Exp $
+# $NetBSD: Makefile,v 1.23 2022/01/14 16:18:50 taca Exp $
 
 DISTNAME=      ruby-xz-1.0.2
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
+PKGREVISION=   1
 CATEGORIES=    archivers
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -9,7 +10,5 @@ HOMEPAGE=      https://github.com/win93/ruby-
 COMMENT=       Ruby bindings for liblzma
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_NAME}-fiddle>=${RUBY_VERSION}:../../devel/ruby-fiddle
-
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index