net/freeradius3: unbreak build after 18c6e18276 (+)

Changes in framework need adjustment for declared options.

*_USE=ruby now became as *_USES=ruby

Also removed obsoleted 'Created by  Ryan Steinmetz <zi@FreeBSD.org>'.

Approved by:	portmgr blanket
This commit is contained in:
Dima Panov 2023-01-18 17:45:22 +03:00
parent 62d3781d90
commit 906c51c9ab

View file

@ -1,5 +1,3 @@
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
PORTNAME= freeradius
DISTVERSION= 3.2.1
PORTREVISION= 1
@ -143,7 +141,7 @@ REST_CONFIGURE_ON= --with-libcurl=${LOCALBASE} \
REST_LIB_DEPENDS= libcurl.so:ftp/curl \
libjson-c.so:devel/json-c
RUBY_CONFIGURE_WITH= rlm_ruby
RUBY_USE= RUBY
RUBY_USES= ruby
RUBY_IGNORE= with ruby support leaks memory, breaks signal handling. Please disable RUBY support
SQLITE3_CONFIGURE_WITH= rlm_sql_sqlite
SQLITE3_LIB_DEPENDS= libsqlite3.so:databases/sqlite3