Date: Mon, 15 Feb 2021 23:13:12 +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: r565353 - head/editors/texmacs Message-ID: <202102152313.11FNDCEI012036@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bofh Date: Mon Feb 15 23:13:11 2021 New Revision: 565353 URL: https://svnweb.freebsd.org/changeset/ports/565353 Log: editors/texmacs: Update LIB_DEPENDS to guile1 after upgrading guile to 3.X - Take MAINTAINERSHIP Modified: head/editors/texmacs/Makefile Modified: head/editors/texmacs/Makefile ============================================================================== --- head/editors/texmacs/Makefile Mon Feb 15 23:11:10 2021 (r565352) +++ head/editors/texmacs/Makefile Mon Feb 15 23:13:11 2021 (r565353) @@ -3,12 +3,12 @@ PORTNAME= texmacs PORTVERSION= 1.99.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors print MASTER_SITES= http://www.texmacs.org/Download/ftp/tmftp/source/ DISTNAME= TeXmacs-${PORTVERSION}-src -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofhs@FreeBSD.org COMMENT= WYSIWYG scientific text editor LICENSE= GPLv3 @@ -18,7 +18,7 @@ BROKEN_FreeBSD_13= assigning to 'bool' from incompatib BROKEN_FreeBSD_14= assigning to 'bool' from incompatible type 'nullptr_t' LIB_DEPENDS= libltdl.so:devel/libltdl \ - libguile.so:lang/guile \ + libguile.so:lang/guile1 \ libgmp.so:math/gmp RUN_DEPENDS= fig2dev:print/transfig
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102152313.11FNDCEI012036>