svn commit: r565468 - head/net/gnu-radius
Dima Panov
fluffy at FreeBSD.org
Wed Feb 17 00:13:36 UTC 2021
Author: fluffy
Date: Wed Feb 17 00:13:35 2021
New Revision: 565468
URL: https://svnweb.freebsd.org/changeset/ports/565468
Log:
net/gnu-radius: unbreak after r565322
point to lang/guile1 due to lang/guile was updated to 3.x branch
Pointyhat to: bofh for missed exp-run
Noticed by: poudriere
Modified:
head/net/gnu-radius/Makefile
Modified: head/net/gnu-radius/Makefile
==============================================================================
--- head/net/gnu-radius/Makefile Tue Feb 16 22:34:00 2021 (r565467)
+++ head/net/gnu-radius/Makefile Wed Feb 17 00:13:35 2021 (r565468)
@@ -3,7 +3,7 @@
PORTNAME= gnu-radius
PORTVERSION= 1.6.1
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= net
MASTER_SITES= GNU/radius
DISTNAME= radius-${PORTVERSION}
@@ -46,7 +46,7 @@ EMACS_DESC= Install Emacs dotfiles
SNMP_CONFIGURE_ENABLE= snmp
CLIENT_CONFIGURE_ENABLE= client
-CLIENT_LIB_DEPENDS= libguile.so:lang/guile
+CLIENT_LIB_DEPENDS= libguile.so:lang/guile1
CLIENT_CONFIGURE_OFF= --without-guile
MYSQL_USES= mysql
MYSQL_CONFIGURE_WITH= mysql
More information about the svn-ports-head
mailing list