pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/puppet



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Dec  8 16:30:12 UTC 2024

Modified Files:
        pkgsrc/sysutils/puppet: Makefile

Log Message:
sysutils/puppet: switch to depend on ruby-concurrent-ruby11

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/sysutils/puppet/Makefile

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

Modified files:

Index: pkgsrc/sysutils/puppet/Makefile
diff -u pkgsrc/sysutils/puppet/Makefile:1.64 pkgsrc/sysutils/puppet/Makefile:1.65
--- pkgsrc/sysutils/puppet/Makefile:1.64        Sun Apr 30 15:37:57 2023
+++ pkgsrc/sysutils/puppet/Makefile     Sun Dec  8 16:30:11 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.64 2023/04/30 15:37:57 taca Exp $
+# $NetBSD: Makefile,v 1.65 2024/12/08 16:30:11 taca Exp $
 
 DISTNAME=              puppet-7.24.0
+PKGREVISION=           1
 CATEGORIES=            sysutils
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +9,7 @@ HOMEPAGE=               https://puppet.com/
 COMMENT=               Configuration management framework written in Ruby
 LICENSE=               apache-2.0
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-concurrent-ruby>=1.0<1.2.0:../../devel/ruby-concurrent-ruby
+DEPENDS+=      ${RUBY_PKGPREFIX}-concurrent-ruby11>=1.0<1.2.0:../../devel/ruby-concurrent-ruby11
 DEPENDS+=      ${RUBY_PKGPREFIX}-deep_merge>=1.0<2:../../devel/ruby-deep_merge
 DEPENDS+=      ${RUBY_PKGPREFIX}-facter>=2.0.1<5:../../sysutils/ruby-facter
 DEPENDS+=      ${RUBY_PKGPREFIX}-fast_gettext>=1.1<3:../../devel/ruby-fast_gettext



Home | Main Index | Thread Index | Old Index