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: Tue Jan 19 00:03:53 UTC 2021
Modified Files:
pkgsrc/sysutils/puppet: Makefile
Log Message:
sysutils/puppet: fix typo in dependency
Fix ruby-scanf dependency.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 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.44 pkgsrc/sysutils/puppet/Makefile:1.45
--- pkgsrc/sysutils/puppet/Makefile:1.44 Mon Jan 18 15:38:05 2021
+++ pkgsrc/sysutils/puppet/Makefile Tue Jan 19 00:03:52 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2021/01/18 15:38:05 taca Exp $
+# $NetBSD: Makefile,v 1.45 2021/01/19 00:03:52 taca Exp $
DISTNAME= puppet-7.1.0
CATEGORIES= sysutils
@@ -18,7 +18,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-multi_json>=
DEPENDS+= ${RUBY_PKGPREFIX}-puppet-resource_api>=1.5<2:../../sysutils/ruby-puppet-resource_api
DEPENDS+= ${RUBY_PKGPREFIX}-concurrent-ruby>=1.0<2:../../devel/ruby-concurrent-ruby
DEPENDS+= ${RUBY_PKGPREFIX}-deep_merge>=1.0<2:../../devel/ruby-deep_merge
-DEPENDS+= ${RUBY_PKGPREFIX}-scanf>1.0.0:../../devel/ruby-scanf
+DEPENDS+= ${RUBY_PKGPREFIX}-scanf>=1.0.0:../../devel/ruby-scanf
RUBYGEM_OPTIONS+= --format-executable
OVERRIDE_GEMSPEC+= fast_gettext>=1.1
Home |
Main Index |
Thread Index |
Old Index