Date: Sun, 5 Mar 2023 03:26:50 GMT From: Wen Heping <wen@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e7ae1b7be087 - main - print/lyx: Update to 2.3.7 Message-ID: <202303050326.3253Qobh066633@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=e7ae1b7be087ba5aee94d6ef79ed44f0f1be2cb5 commit e7ae1b7be087ba5aee94d6ef79ed44f0f1be2cb5 Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2023-03-05 02:12:41 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2023-03-05 03:25:40 +0000 print/lyx: Update to 2.3.7 --- print/lyx/Makefile | 6 ++++-- print/lyx/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/print/lyx/Makefile b/print/lyx/Makefile index 4193e5809c4d..5cda59f95a21 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -1,11 +1,11 @@ PORTNAME= lyx PORTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION} -PORTREVISION= 2 CATEGORIES= print editors MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \ http://www-ftp.lip6.fr/ftp/pub/lyx/stable/${MAJOR_VERSION}.x/ \ ftp://ftp.ntua.gr/pub/X11/LyX/stable/${MAJOR_VERSION}.x/ \ http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/${MAJOR_VERSION}.x/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-1 MAINTAINER= wen@FreeBSD.org COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG) @@ -18,7 +18,7 @@ LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ libmythes-1.2.so:textproc/mythes MAJOR_VERSION= 2.3 -MINOR_VERSION= 6.1 +MINOR_VERSION= 7 USES= autoreconf compiler:c++11-lang desktop-file-utils gmake iconv \ pkgconfig perl5 python qt:5 shebangfix tar:xz xorg @@ -45,6 +45,8 @@ SHEBANG_FILES= lib/configure.py \ LIBS+= -lexecinfo +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + OPTIONS_DEFINE= ASPELL ENCHANT HUNSPELL NLS OPTIONS_DEFAULT= HUNSPELL OPTIONS_SUB= yes diff --git a/print/lyx/distinfo b/print/lyx/distinfo index c515ab78c96a..fea5ede4d77e 100644 --- a/print/lyx/distinfo +++ b/print/lyx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1641435915 -SHA256 (lyx-2.3.6.1.tar.xz) = c6bed2633419898e01a7cc350310d7d934bf591cab7259fc2581aa4c00eafa78 -SIZE (lyx-2.3.6.1.tar.xz) = 16242608 +TIMESTAMP = 1677976178 +SHA256 (lyx-2.3.7-1.tar.xz) = 39be8864fb86b34e88310e70fb80e5e9e296601f0856cf161aa094171718d8ed +SIZE (lyx-2.3.7-1.tar.xz) = 16158416
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303050326.3253Qobh066633>