ruby-ncurses: fix build with latest ruby

This commit is contained in:
Juergen Daubert 2021-10-20 10:50:17 +02:00
parent 6e2ee0c5f2
commit 105c6b35ac
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/cWIF+16wU2o+fEPWt6FOIWt/MdWjuNOteZODLD4mWUbAIzcUorJ+2D9amYV2lZqhPoZvlc209p/2tl7CMUikwg=
SHA256 (Pkgfile) = c00e0510a476f900e4718b1bd86537e2a5288d38d36cf915e66af263f9eae83b
RWSE3ohX2g5d/Rjfi43BguBYrSEoO1XnQjb6izYrPIsgXubyRwQX5r90bdNEHqBO7QWYyj+o260jpvfFtdIFPrOAMc27Sm/tvgU=
SHA256 (Pkgfile) = ccbc5ba03b8350832d5987c2bf563688e7b6de107dc038c053ef147c29e01041
SHA256 (.footprint) = 917d3e4a8aebf68fc759af909cdc6f989bf3c4d52525e2b37af836f66c7b1f00
SHA256 (ncurses-ruby-1.2.4.gem) = 5e289ea239adc98f99700a66744563a152953a717e8ad270dcf79defb3c822ff

View File

@ -19,7 +19,6 @@ build () {
cd $PKG/$(gem env gemdir)
rm -r cache doc build_info
cd gems/ncurses-ruby-$version
rm -r ext/ncurses/.gem.*
rm COPYING Changelog.md LICENSE.txt README.md THANKS
rm TODO .gitignore examples/LICENSES_for_examples
}