aboutsummaryrefslogtreecommitdiff
path: root/Mk/Uses/ruby.mk
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2024-04-24 18:07:09 +0000
committerYasuhiro Kimura <yasu@FreeBSD.org>2024-04-24 18:07:09 +0000
commit8f7dac72c518bd1de867e78af351a4a7cf02d799 (patch)
tree94a6ec2c9ccc708a460c5ed2e56abd17e50af171 /Mk/Uses/ruby.mk
parent33b24a1dc361162e652db8772badb3897ec00789 (diff)
downloadports-8f7dac72c518bd1de867e78af351a4a7cf02d799.tar.gz
ports-8f7dac72c518bd1de867e78af351a4a7cf02d799.zip
lang/ruby33: Fix build with latest -CURRENT
post-install-DOCS-on copies all files/directories under ${WRKSRC}/doc/ into ${STAGEDIR}${RUBY_DOCDIR}/, then installs ${WRKSRC}/ChangeLog to same directory. But there is ChangeLog directory under ${WRKSRC}/doc/. As a result there is already ${STAGEDIR}${RUBY_DOCDIR}/ChangeLog directory when ${WRKSRC}/ChangeLog is tried to be installed as ${WRKSRC}/doc/ChangeLog. Previously install(1) regards it as non-fatal and build continues. But on latest -CURRENT the command regards it as fatal and results in build error. So fix it by moving ${WRKSRC}/ChangeLog to ${WRKSRC}/doc/ChangeLog/ChangeLog at extract phase. Bump PORTREVISION as plist is changed. PR: 278554 Reported by: Siva Mahadevan MFH: 2024Q2
Diffstat (limited to 'Mk/Uses/ruby.mk')
-rw-r--r--Mk/Uses/ruby.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/ruby.mk b/Mk/Uses/ruby.mk
index cad327f2bd46..e1650bfe791a 100644
--- a/Mk/Uses/ruby.mk
+++ b/Mk/Uses/ruby.mk
@@ -163,7 +163,7 @@ RUBY_PORTREVISION= 0
# Ruby 3.3
#
RUBY_DISTVERSION= 3.3.1
-RUBY_PORTREVISION= 0
+RUBY_PORTREVISION= 1
# When adding a version, please keep the comment in
# Mk/bsd.default-versions.mk in sync.