Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Feb 2021 23:02:18 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565351 - head/mail/anubis
Message-ID:  <202102152302.11FN2IQ4006129@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Mon Feb 15 23:02:17 2021
New Revision: 565351
URL: https://svnweb.freebsd.org/changeset/ports/565351

Log:
  mail/anubis: Update LIB_DEPENDS to guile1 after upgrading guile to 3.X

Modified:
  head/mail/anubis/Makefile

Modified: head/mail/anubis/Makefile
==============================================================================
--- head/mail/anubis/Makefile	Mon Feb 15 22:53:29 2021	(r565350)
+++ head/mail/anubis/Makefile	Mon Feb 15 23:02:17 2021	(r565351)
@@ -3,7 +3,7 @@
 
 PORTNAME=	anubis
 PORTVERSION=	4.2
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	mail
 MASTER_SITES=	GNU
 
@@ -65,7 +65,7 @@ GSASL_LIB_DEPENDS=	libgsasl.so:security/libgsasl
 GSASL_CONFIGURE_WITH=	gsasl
 
 GUILE_LIB_DEPENDS=	libltdl.so:devel/libltdl \
-			libguile.so:lang/guile \
+			libguile.so:lang/guile1 \
 			libgmp.so:math/gmp
 GUILE_CONFIGURE_WITH=	guile
 GUILE_PORTEXAMPLES=	anubis.scm anubisrc.guile



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