update sysutils/rset to 2.5

changelog:
 - rinstall: ignore environment variable http_proxy
 - rinstall: use shell getopts to parse arguments
 - raise error if a label alias begins with a space

portwise: no need to the pre-test ruby symlink hack: now it's possible
to specify the ruby version with the RUBY make var.
This commit is contained in:
op 2022-12-17 08:48:18 +00:00
parent ca934c5ec5
commit 572f55e52c
2 changed files with 4 additions and 6 deletions

View File

@ -1,6 +1,6 @@
COMMENT = configure systems using any scripting language
DISTNAME = rset-2.4
DISTNAME = rset-2.5
CATEGORIES = sysutils
@ -25,8 +25,6 @@ TEST_DEPENDS = ${MODRUBY_BUILD_DEPENDS} \
CONFIGURE_STYLE = simple
FAKE_FLAGS = DESTDIR=''
pre-test:
ln -sf ${RUBY} ${WRKDIR}/bin/ruby
TEST_FLAGS = RUBY=${RUBY}
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (rset-2.4.tar.gz) = J2+cU8AkqgBJOeSUqsW16IIV6I/JbK1m3eXL4lgznvs=
SIZE (rset-2.4.tar.gz) = 36094
SHA256 (rset-2.5.tar.gz) = 7/rLWyIwwJG3qrv768ZlteUviqS/TI25WDVJYlRyNg8=
SIZE (rset-2.5.tar.gz) = 36266