Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Feb 2021 00:13:35 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565468 - head/net/gnu-radius
Message-ID:  <202102170013.11H0DZqW029053@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102170013.11H0DZqW029053>