svn commit: r468638 - head/print/lyx

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Apr 29 17:52:00 UTC 2018


Author: rakuco
Date: Sun Apr 29 17:51:59 2018
New Revision: 468638
URL: https://svnweb.freebsd.org/changeset/ports/468638

Log:
  Update to 2.2.4.
  
  Announcement: https://www.lyx.org/announce/2_2_4.txt

Modified:
  head/print/lyx/Makefile
  head/print/lyx/distinfo
  head/print/lyx/pkg-plist

Modified: head/print/lyx/Makefile
==============================================================================
--- head/print/lyx/Makefile	Sun Apr 29 17:50:14 2018	(r468637)
+++ head/print/lyx/Makefile	Sun Apr 29 17:51:59 2018	(r468638)
@@ -3,7 +3,6 @@
 
 PORTNAME=	lyx
 PORTVERSION=	${MAJOR_VERSION}.${MINOR_VERSION}
-PORTREVISION=	5
 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/ \
@@ -19,7 +18,7 @@ LIB_DEPENDS=	libboost_regex.so:devel/boost-libs \
 		libmythes-1.2.so:textproc/mythes
 
 MAJOR_VERSION=	2.2
-MINOR_VERSION=	3
+MINOR_VERSION=	4
 
 USES=		desktop-file-utils gmake iconv pkgconfig perl5 \
 		python:2.7 shebangfix tar:xz

Modified: head/print/lyx/distinfo
==============================================================================
--- head/print/lyx/distinfo	Sun Apr 29 17:50:14 2018	(r468637)
+++ head/print/lyx/distinfo	Sun Apr 29 17:51:59 2018	(r468638)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495033546
-SHA256 (lyx-2.2.3.tar.xz) = 4fcaeb7c202472d9ea21bf826fb30541015fef33e7217eda2be2b5d589c82b57
-SIZE (lyx-2.2.3.tar.xz) = 15501856
+TIMESTAMP = 1525017854
+SHA256 (lyx-2.2.4.tar.xz) = 75aa52843478cac5fe55c8c4d8225d2143324ac14e870903b652b120519f4bd5
+SIZE (lyx-2.2.4.tar.xz) = 15596628

Modified: head/print/lyx/pkg-plist
==============================================================================
--- head/print/lyx/pkg-plist	Sun Apr 29 17:50:14 2018	(r468637)
+++ head/print/lyx/pkg-plist	Sun Apr 29 17:51:59 2018	(r468638)
@@ -249,7 +249,7 @@ share/icons/hicolor/scalable/apps/lyx.svg
 %%DATADIR%%/doc/sv/Shortcuts.lyx
 %%DATADIR%%/doc/sv/Tutorial.lyx
 %%DATADIR%%/doc/uk/Intro.lyx
-%%DATADIR%%/doc/uk/clipart/Footnote.png
+%%DATADIR%%/doc/uk/clipart/footnote.png
 %%DATADIR%%/doc/zh_CN/Intro.lyx
 %%DATADIR%%/doc/zh_CN/Tutorial.lyx
 %%DATADIR%%/encodings
@@ -2428,6 +2428,9 @@ share/icons/hicolor/scalable/apps/lyx.svg
 %%DATADIR%%/lyx2lyx/lyx_2_2.py
 %%DATADIR%%/lyx2lyx/lyx_2_2.pyc
 %%DATADIR%%/lyx2lyx/lyx_2_2.pyo
+%%DATADIR%%/lyx2lyx/lyx_2_3.py
+%%DATADIR%%/lyx2lyx/lyx_2_3.pyc
+%%DATADIR%%/lyx2lyx/lyx_2_3.pyo
 %%DATADIR%%/lyx2lyx/parser_tools.py
 %%DATADIR%%/lyx2lyx/parser_tools.pyc
 %%DATADIR%%/lyx2lyx/parser_tools.pyo


More information about the svn-ports-head mailing list