Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Sep 2021 06:09:07 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: 2eb8223b4efe - main - devel/ruby-gems: Cosmetic change
Message-ID:  <202109190609.18J697EX055447@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=2eb8223b4efeff7bd4592d6081053054b73d8f8f

commit 2eb8223b4efeff7bd4592d6081053054b73d8f8f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-09-19 05:31:43 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-09-19 06:00:55 +0000

    devel/ruby-gems: Cosmetic change
---
 devel/ruby-gems/Makefile  | 8 ++++----
 devel/ruby-gems/pkg-plist | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/devel/ruby-gems/Makefile b/devel/ruby-gems/Makefile
index 25778e0c4406..83c0e0104871 100644
--- a/devel/ruby-gems/Makefile
+++ b/devel/ruby-gems/Makefile
@@ -32,11 +32,11 @@ EXT_DIR=	${GEMS_BASE_DIR}/extensions
 GEMS_DIR=	${GEMS_BASE_DIR}/gems
 SPEC_DIR=	${GEMS_BASE_DIR}/specifications
 
-PLIST_SUB=	GEMS_DIR="${GEMS_DIR}" \
+PLIST_SUB=	CACHE_DIR="${CACHE_DIR}" \
 		DOC_DIR="${DOC_DIR}" \
-		CACHE_DIR="${CACHE_DIR}" \
-		SPEC_DIR="${SPEC_DIR}" \
-		EXT_DIR="${EXT_DIR}"
+		EXT_DIR="${EXT_DIR}" \
+		GEMS_DIR="${GEMS_DIR}" \
+		SPEC_DIR="${SPEC_DIR}"
 
 OPTIONS_DEFINE=	DOCS
 
diff --git a/devel/ruby-gems/pkg-plist b/devel/ruby-gems/pkg-plist
index 37bb05dd8483..3e04be24e353 100644
--- a/devel/ruby-gems/pkg-plist
+++ b/devel/ruby-gems/pkg-plist
@@ -188,8 +188,8 @@ bin/gem%%RUBY_SUFFIX%%
 %%RUBY_SITELIBDIR%%/rubygems/version_option.rb
 %%RUBY_SITELIBDIR%%/ubygems.rb
 @dir lib/ruby/gems/%%RUBY_VER%%/build_info
-@dir %%EXT_DIR%%
 @dir %%CACHE_DIR%%
+@dir %%DOC_DIR%%
+@dir %%EXT_DIR%%
 @dir %%GEMS_DIR%%
 @dir %%SPEC_DIR%%
-@dir %%DOC_DIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109190609.18J697EX055447>