svn commit: r565353 - head/editors/texmacs

Muhammad Moinur Rahman bofh at FreeBSD.org
Mon Feb 15 23:13:12 UTC 2021


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 at FreeBSD.org
+MAINTAINER=	bofhs at 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
 


More information about the svn-ports-all mailing list