Minor update 2.2.3 => 2.2.3

Lyx 2.3.0 has been released in march but it's a major release after lots
of development, it has some bugs which will fixed in 2.3.1. I think we
should wait at least 2.3.1 to get it into ports. 2.2.x branch can be
seen as lyx stable version, the 2.2.3 version has been released after
the 2.3.0. Development continue on both branches.

I removed boost_regex-mt because port-lib-depends-check reported "Extra:
boost_regex-mt.8"

portcheck reports "Python module without compiled version, consider
using ${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py:
share/lyx/configure.py", does it need to be fixed?

Index: Makefile
===================================================================
RCS file: /cvs/ports/print/lyx/Makefile,v
retrieving revision 1.80
diff -u -p -r1.80 Makefile
--- Makefile    19 Dec 2017 14:06:52 -0000      1.80
+++ Makefile    23 May 2018 10:02:47 -0000
@@ -3,7 +3,7 @@
 COMMENT=       graphical frontend for LaTeX (nearly WYSIWYG)

 # XXX check source files for UTF-8 BOM, they break build with base gcc
-DISTNAME=      lyx-2.2.3
+DISTNAME=      lyx-2.2.4

 CATEGORIES=    print editors

@@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/
                http://ftp.icm.edu.pl/packages/lyx/stable/ \
                http://mirror.ufs.ac.za/applications/lyx/stable/2.2.x/

-WANTLIB += ${COMPILER_LIBCXX} QtGui QtSvg aspell boost_regex-mt
+WANTLIB += ${COMPILER_LIBCXX} QtGui QtSvg aspell
 WANTLIB += boost_signals-mt c enchant iconv m magic z

 # GPLv2+
Index: distinfo
===================================================================
RCS file: /cvs/ports/print/lyx/distinfo,v
retrieving revision 1.15
diff -u -p -r1.15 distinfo
--- distinfo    12 Nov 2017 19:35:37 -0000      1.15
+++ distinfo    23 May 2018 10:02:47 -0000
@@ -1,2 +1,2 @@
-SHA256 (lyx-2.2.3.tar.gz) = 0okGVdRxx8Vf00QlYoRZO5ojuR8NMBubFdaGMyL4anc=
-SIZE (lyx-2.2.3.tar.gz) = 26489439
+SHA256 (lyx-2.2.4.tar.gz) = iWRdE59p3VFk6C0FRUeE3CW9kfmZfjAxelxosUJCur0=
+SIZE (lyx-2.2.4.tar.gz) = 26607813
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/print/lyx/pkg/PLIST,v
retrieving revision 1.24
diff -u -p -r1.24 PLIST
--- pkg/PLIST   12 Nov 2017 19:35:37 -0000      1.24
+++ pkg/PLIST   23 May 2018 10:02:48 -0000
@@ -293,7 +293,7 @@ share/lyx/doc/sv/Tutorial.lyx
 share/lyx/doc/uk/
 share/lyx/doc/uk/Intro.lyx
 share/lyx/doc/uk/clipart/
-share/lyx/doc/uk/clipart/Footnote.png
+share/lyx/doc/uk/clipart/footnote.png
 share/lyx/doc/zh_CN/
 share/lyx/doc/zh_CN/Intro.lyx
 share/lyx/doc/zh_CN/Tutorial.lyx
@@ -2514,6 +2514,9 @@ share/lyx/lyx2lyx/lyx_2_1.${MODPY_PYOEXT
 share/lyx/lyx2lyx/lyx_2_2.py
 share/lyx/lyx2lyx/lyx_2_2.pyc
 share/lyx/lyx2lyx/lyx_2_2.${MODPY_PYOEXTENSION}
+share/lyx/lyx2lyx/lyx_2_3.py
+share/lyx/lyx2lyx/lyx_2_3.pyc
+share/lyx/lyx2lyx/lyx_2_3.${MODPY_PYOEXTENSION}
 share/lyx/lyx2lyx/parser_tools.py
 share/lyx/lyx2lyx/parser_tools.pyc
 share/lyx/lyx2lyx/parser_tools.${MODPY_PYOEXTENSION}

Reply via email to