pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-redmine60



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Jun 12 14:28:30 UTC 2025

Modified Files:
        pkgsrc/devel/ruby-redmine60: DESCR Makefile

Log Message:
devel/ruby-redmine60: correct REPLACE_RUBY

* DESCR should be end with a newline.
* Make REPLACE_RUBY to really work.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-redmine60/DESCR
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-redmine60/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-redmine60/DESCR
diff -u pkgsrc/devel/ruby-redmine60/DESCR:1.1 pkgsrc/devel/ruby-redmine60/DESCR:1.2
--- pkgsrc/devel/ruby-redmine60/DESCR:1.1       Fri Dec 13 17:19:28 2024
+++ pkgsrc/devel/ruby-redmine60/DESCR   Thu Jun 12 14:28:30 2025
@@ -13,4 +13,4 @@ Redmine 6.0 introduces these new feature
 * API changes
 * Security improvement:
   User visibility changed from "all" to "member of visible projects" for new
-  roles and existing builtin roles (#38853)
\ No newline at end of file
+  roles and existing builtin roles (#38853)

Index: pkgsrc/devel/ruby-redmine60/Makefile
diff -u pkgsrc/devel/ruby-redmine60/Makefile:1.6 pkgsrc/devel/ruby-redmine60/Makefile:1.7
--- pkgsrc/devel/ruby-redmine60/Makefile:1.6    Mon May 26 15:54:07 2025
+++ pkgsrc/devel/ruby-redmine60/Makefile        Thu Jun 12 14:28:30 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2025/05/26 15:54:07 taca Exp $
+# $NetBSD: Makefile,v 1.7 2025/06/12 14:28:30 taca Exp $
 
 DISTNAME=      redmine-${RM_VERSION}
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/redmine/redmine${RM_VER}/}
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  https://www.redmine.org/releases/
 
@@ -47,20 +48,9 @@ DEPENDS+=    ${RUBY_PKGPREFIX}-html-pipelin
 DEPENDS+=      ${RUBY_PKGPREFIX}-commonmarker>=0.23.8<1:../../textproc/ruby-commonmarker
 DEPENDS+=      ${RUBY_PKGPREFIX}-sanitize>=6.0<7:../../textproc/ruby-sanitize
 
-.include "../../lang/ruby/modules.mk"
-
-# for older Ruby
-.if ${RUBY_VER} < 33
-DEPENDS+=      ${RUBY_PKGPREFIX}-csv>=3.2.8<4:../../textproc/ruby-csv
-DEPENDS+=      ${RUBY_PKGPREFIX}-net-imap>=0.4.8:../../net/ruby-net-imap
-.endif
-
-.include "options.mk"
-
-REPLACE_RUBY+= ${DISTNAME}/bin/*
-REPLACE_RUBY+= ${DISTNAME}/extra/mail_handler/rdm-mailhandler.rb
-REPLACE_RUBY+= ${DISTNAME}/extra/svn/reposman.rb
-REPLACE_RUBY+= ${DISTNAME}/public/dispatch.fcgi.example
+REPLACE_RUBY+= bin/*
+REPLACE_RUBY+= extra/mail_handler/rdm-mailhandler.rb
+REPLACE_RUBY+= extra/svn/reposman.rb
 
 SUBST_CLASSES+=                shell
 SUBST_FILES.shell=     ${DESTDIR}${PREFIX}/bin/redmine60_*${RUBY_SUFFIX}.sh
@@ -109,5 +99,14 @@ post-install: unicorn-post-install
                ${DESTDIR}/${EGDIR}
 
 .include "../../devel/ruby-redmine/redmine.mk"
+
+# for older Ruby
+.if ${RUBY_VER} < 33
+DEPENDS+=      ${RUBY_PKGPREFIX}-csv>=3.2.8<4:../../textproc/ruby-csv
+DEPENDS+=      ${RUBY_PKGPREFIX}-net-imap>=0.4.8:../../net/ruby-net-imap
+.endif
+
+.include "options.mk"
+.include "../../lang/ruby/modules.mk"
 .include "../../lang/python/pyversion.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index