pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-heckle



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jul 14 07:13:08 UTC 2024

Modified Files:
        pkgsrc/devel/ruby-heckle: Makefile

Log Message:
devel/ruby-heckle: update dependency

Update dependency to devel/ruby-ZenTest.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-heckle/Makefile

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

Modified files:

Index: pkgsrc/devel/ruby-heckle/Makefile
diff -u pkgsrc/devel/ruby-heckle/Makefile:1.8 pkgsrc/devel/ruby-heckle/Makefile:1.9
--- pkgsrc/devel/ruby-heckle/Makefile:1.8       Sun Jun 30 06:46:07 2024
+++ pkgsrc/devel/ruby-heckle/Makefile   Sun Jul 14 07:13:08 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2024/06/30 06:46:07 taca Exp $
+# $NetBSD: Makefile,v 1.9 2024/07/14 07:13:08 taca Exp $
 
 DISTNAME=      heckle-1.4.3
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -12,7 +12,7 @@ LICENSE=      mit
 DEPENDS+=      ${RUBY_PKGPREFIX}-hoe>=2.3.0:../../devel/ruby-hoe
 DEPENDS+=      ${RUBY_PKGPREFIX}-parsetree>=2.0.0:../../devel/ruby-parsetree
 DEPENDS+=      ${RUBY_PKGPREFIX}-ruby2ruby>=1.1.6:../../devel/ruby2ruby
-DEPENDS+=      ${RUBY_PKGPREFIX}-ZenTest>=3.5.2:../../devel/ZenTest
+DEPENDS+=      ${RUBY_PKGPREFIX}-ZenTest>=3.5.2:../../devel/ruby-ZenTest
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index