pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-redmine50



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Sep  4 15:15:36 UTC 2022

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

Log Message:
devel/ruby-redmine50: fix dependency for ruby30

Ruby 3.0 dose not need ruby-net-pop package.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-redmine50/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-redmine50/Makefile
diff -u pkgsrc/devel/ruby-redmine50/Makefile:1.1 pkgsrc/devel/ruby-redmine50/Makefile:1.2
--- pkgsrc/devel/ruby-redmine50/Makefile:1.1    Sat Sep  3 13:53:58 2022
+++ pkgsrc/devel/ruby-redmine50/Makefile        Sun Sep  4 15:15:36 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/09/03 13:53:58 taca Exp $
+# $NetBSD: Makefile,v 1.2 2022/09/04 15:15:36 taca Exp $
 
 DISTNAME=      redmine-${RM_VERSION}
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/redmine/redmine${RM_VER}/}
@@ -50,9 +50,10 @@ DEPENDS+=    ${RUBY_PKGPREFIX}-sanitize>=6.
 .include "../../lang/ruby/modules.mk"
 .include "options.mk"
 
-.if ${RUBY_VER} != 31
-DEPENDS+=      ${RUBY_PKGPREFIX}-net-imap>=0.2.2<0.3:../../net/ruby-net-imap
+.if ${RUBY_VER} == 27
 DEPENDS+=      ${RUBY_PKGPREFIX}-net-pop>=0.1.1<0.2:../../net/ruby-net-pop
+.elif ${RUBY_VER} != 31
+DEPENDS+=      ${RUBY_PKGPREFIX}-net-imap>=0.2.2<0.3:../../net/ruby-net-imap
 DEPENDS+=      ${RUBY_PKGPREFIX}-net-smtp>=0.3.0<0.4:../../net/ruby-net-smtp
 .endif
 



Home | Main Index | Thread Index | Old Index