Received: by mail.netbsd.org (Postfix, from userid 605) id 78E0984E98; Wed, 24 Jun 2020 03:04:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0298584D74 for ; Wed, 24 Jun 2020 03:04:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id o4nsGZKpNr4Y for ; Wed, 24 Jun 2020 03:04:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 851FB84CE7 for ; Wed, 24 Jun 2020 03:04:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7F127FB28; Wed, 24 Jun 2020 03:04:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15929678636210" MIME-Version: 1.0 Date: Wed, 24 Jun 2020 03:04:23 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-redmine To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200624030423.7F127FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_15929678636210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed Jun 24 03:04:23 UTC 2020 Modified Files: pkgsrc/devel/ruby-redmine: Makefile Log Message: devel/ruby-redmine: fix build problem Fix build problem with PKG_DEVELOPER=yes. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/ruby-redmine/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15929678636210 Content-Disposition: inline Content-Length: 1499 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-redmine/Makefile diff -u pkgsrc/devel/ruby-redmine/Makefile:1.53 pkgsrc/devel/ruby-redmine/Makefile:1.54 --- pkgsrc/devel/ruby-redmine/Makefile:1.53 Tue Jun 2 08:23:41 2020 +++ pkgsrc/devel/ruby-redmine/Makefile Wed Jun 24 03:04:23 2020 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.53 2020/06/02 08:23:41 adam Exp $ +# $NetBSD: Makefile,v 1.54 2020/06/24 03:04:23 taca Exp $ DISTNAME= redmine-4.0.7 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 PREV_PKGPATH= devel/redmine CATEGORIES= devel MASTER_SITES= http://www.redmine.org/releases/ @@ -232,9 +232,15 @@ SUBST_MESSAGE.shell= Fixing paths in hel SUBST_VARS.shell= GEM PREFIX RUBY RUBY_PKGPREFIX RUBY_SUFFIX SUBST_STAGE.shell= post-install -REPLACE_BASH+= mini_mime-1.0.2/bin/setup -REPLACE_BASH+= mini_portile2-2.4.0/concourse/tasks/rake-test/task.sh -REPLACE_BASH+= net-ldap-0.16.2/script/package net-ldap-0.16.2/script/release +REPLACE_BASH+= net-ldap-0.16.2/script/changelog +REPLACE_BASH+= puma-3.12.1/tools/jungle/init.d/run-puma +REPLACE_BASH+= roadie-rails-1.3.0/setup.sh +REPLACE_SH+= mini_mime-1.0.2/bin/setup +REPLACE_SH+= mini_portile2-2.4.0/concourse/tasks/rake-test/task.sh +REPLACE_SH+= net-ldap-0.16.2/script/ldap-docker +REPLACE_SH+= net-ldap-0.16.2/script/package net-ldap-0.16.2/script/release +REPLACE_SH+= rake-12.3.3/bin/setup +REPLACE_PERL+= unicorn-5.5.3/test/benchmark/uconnect.perl GEM_HOME= ${RM_DIR}/gems MESSAGE_SUBST+= RM_DIR=${RM_DIR} --_----------=_15929678636210--