From 8f7dac72c518bd1de867e78af351a4a7cf02d799 Mon Sep 17 00:00:00 2001 From: Yasuhiro Kimura Date: Thu, 25 Apr 2024 03:07:09 +0900 Subject: 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 --- Mk/Uses/ruby.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mk/Uses/ruby.mk') 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. -- cgit v1.2.3