pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-redmine51
Module Name: pkgsrc
Committed By: taca
Date: Tue Mar 18 13:27:40 UTC 2025
Modified Files:
pkgsrc/devel/ruby-redmine51: Makefile
Log Message:
ruby-redmine51/Makefile: fix typo in dependency
There is no ruby-net-csv but ruby-csv.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/ruby-redmine51/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-redmine51/Makefile
diff -u pkgsrc/devel/ruby-redmine51/Makefile:1.10 pkgsrc/devel/ruby-redmine51/Makefile:1.11
--- pkgsrc/devel/ruby-redmine51/Makefile:1.10 Sun Mar 16 12:38:01 2025
+++ pkgsrc/devel/ruby-redmine51/Makefile Tue Mar 18 13:27:40 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2025/03/16 12:38:01 taca Exp $
+# $NetBSD: Makefile,v 1.11 2025/03/18 13:27:40 taca Exp $
DISTNAME= redmine-${RM_VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/redmine/redmine${RM_VER}/}
@@ -52,7 +52,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-sanitize>=6.
.include "../../lang/ruby/modules.mk"
.if ${RUBY_VER} == 31
-DEPENDS+= ${RUBY_PKGPREFIX}-net-csv>=3.2.6:../../textproc/ruby-csv
+DEPENDS+= ${RUBY_PKGPREFIX}-csv>=3.2.6:../../textproc/ruby-csv
DEPENDS+= ${RUBY_PKGPREFIX}-net-imap>=0.3.4:../../net/ruby-net-imap
DEPENDS+= ${RUBY_PKGPREFIX}-net-pop>=0.1.2:../../net/ruby-net-pop
DEPENDS+= ${RUBY_PKGPREFIX}-net-smtp>=0.3.3:../../net/ruby-net-smtp
Home |
Main Index |
Thread Index |
Old Index