pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-redmine42



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Dec 19 13:49:30 UTC 2021

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

Log Message:
ruby-redmine42: Remove unresolvable dependency to unbreak the pkgsrc tree.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-redmine42/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-redmine42/Makefile
diff -u pkgsrc/devel/ruby-redmine42/Makefile:1.4 pkgsrc/devel/ruby-redmine42/Makefile:1.5
--- pkgsrc/devel/ruby-redmine42/Makefile:1.4    Sat Dec 18 15:59:23 2021
+++ pkgsrc/devel/ruby-redmine42/Makefile        Sun Dec 19 13:49:30 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/12/18 15:59:23 taca Exp $
+# $NetBSD: Makefile,v 1.5 2021/12/19 13:49:30 nia Exp $
 
 DISTNAME=      redmine-${RM_VERSION}
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/redmine/redmine${RM_VER}/}
@@ -25,7 +25,7 @@ OVERRIDE_GEMSPEC+=    nokogiri>=1.11.0 mini
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-bundler>=1.5.0:../../misc/ruby-bundler
 DEPENDS+=      ${RUBY_RAILS_DEPENDS}
-DEPENDS+=      ${RUBY_PKGPREFIX}-rouge>=3.26<3.27:../../www/ruby-rouge
+DEPENDS+=      ${RUBY_PKGPREFIX}-rouge>=3.26:../../www/ruby-rouge
 DEPENDS+=      ${RUBY_PKGPREFIX}-request_store>=1.5.0<1.6:../../www/ruby-request_store
 # ruby-mail depends it.
 #DEPENDS+=     ${RUBY_PKGPREFIX}-mini_mime>=1.0.1<1.1:../../mail/ruby-mini_mime



Home | Main Index | Thread Index | Old Index