Date: Mon, 25 Oct 2021 16:05:23 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9440beba0868 - main - sysutils/rubygem-bundler1: Pet portlint Message-ID: <202110251605.19PG5Nvl082859@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9440beba08689c351ed7511b96c8f127368e8c67 commit 9440beba08689c351ed7511b96c8f127368e8c67 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-25 15:15:52 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-25 15:58:10 +0000 sysutils/rubygem-bundler1: Pet portlint --- sysutils/rubygem-bundler1/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sysutils/rubygem-bundler1/Makefile b/sysutils/rubygem-bundler1/Makefile index cdff587d478b..f0f840f8e263 100644 --- a/sysutils/rubygem-bundler1/Makefile +++ b/sysutils/rubygem-bundler1/Makefile @@ -3,8 +3,8 @@ PORTNAME= bundler PORTVERSION= 1.17.3 CATEGORIES= sysutils rubygems -PKGNAMESUFFIX= 1 MASTER_SITES= RG +PKGNAMESUFFIX= 1 MAINTAINER= ruby@FreeBSD.org COMMENT= Tool that manages gem dependencies for Ruby applications @@ -20,7 +20,7 @@ NO_ARCH= yes PLIST_FILES= bin/bundle1 bin/bundler1 post-install: - ${MV} ${STAGEDIR}${PREFIX}/bin/bundle ${STAGEDIR}${PREFIX}/bin/bundle1 - ${MV} ${STAGEDIR}${PREFIX}/bin/bundler ${STAGEDIR}${PREFIX}/bin/bundler1 + ${MV} ${STAGEDIR}${PREFIX}/bin/bundle ${STAGEDIR}${PREFIX}/bin/bundle1 + ${MV} ${STAGEDIR}${PREFIX}/bin/bundler ${STAGEDIR}${PREFIX}/bin/bundler1 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110251605.19PG5Nvl082859>