mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to 2.0.4.
This commit is contained in:
parent
453bac9431
commit
961963488e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300540
@ -7,7 +7,6 @@
|
||||
|
||||
PORTNAME= lyx
|
||||
PORTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION}
|
||||
PORTREVISION= 1
|
||||
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/ \
|
||||
@ -26,7 +25,7 @@ LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost-libs \
|
||||
|
||||
CONFLICTS= lyx-1.[0-9]*
|
||||
MAJOR_VERSION= 2.0
|
||||
MINOR_VERSION= 3
|
||||
MINOR_VERSION= 4
|
||||
|
||||
USE_XZ= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (lyx-2.0.3.tar.xz) = 4e1c993754acfb14d5e0f2bd2521fb6686d08e0656ec6e5fde0406c285a05ac8
|
||||
SIZE (lyx-2.0.3.tar.xz) = 10265532
|
||||
SHA256 (lyx-2.0.4.tar.xz) = 68317ba1c19fb372823421f967acd349033341acf521d96afa58991f7efded8c
|
||||
SIZE (lyx-2.0.4.tar.xz) = 10280308
|
||||
|
@ -1,14 +0,0 @@
|
||||
Index: src/Lexer.h
|
||||
===================================================================
|
||||
--- src/Lexer.h (revision 40416)
|
||||
+++ src/Lexer.h (revision 40417)
|
||||
@@ -18,8 +18,8 @@
|
||||
#define LEXER_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
+#include <string>
|
||||
|
||||
-
|
||||
namespace lyx {
|
||||
|
||||
namespace support { class FileName; }
|
@ -35,8 +35,8 @@ bin/tex2lyx
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/lyx.mo
|
||||
share/applications/lyx.desktop
|
||||
share/icons/hicolor/48x48/apps/lyx.png
|
||||
%%DATADIR%%/autocorrect
|
||||
%%DATADIR%%/CREDITS
|
||||
%%DATADIR%%/autocorrect
|
||||
%%DATADIR%%/bind/aqua.bind
|
||||
%%DATADIR%%/bind/broadway.bind
|
||||
%%DATADIR%%/bind/cua.bind
|
||||
@ -370,10 +370,10 @@ share/icons/hicolor/48x48/apps/lyx.png
|
||||
%%DATADIR%%/examples/serial_letter1.lyx
|
||||
%%DATADIR%%/examples/serial_letter2.lyx
|
||||
%%DATADIR%%/examples/serial_letter3.lyx
|
||||
%%DATADIR%%/examples/simplecv.lyx
|
||||
%%DATADIR%%/examples/sheet1.gnumeric
|
||||
%%DATADIR%%/examples/sheet2.ods
|
||||
%%DATADIR%%/examples/sheet3.xls
|
||||
%%DATADIR%%/examples/simplecv.lyx
|
||||
%%DATADIR%%/examples/sk/splash.lyx
|
||||
%%DATADIR%%/examples/sl/primer_lyxan.lyx
|
||||
%%DATADIR%%/examples/sl/primer_surov.lyx
|
||||
@ -1559,6 +1559,7 @@ share/icons/hicolor/48x48/apps/lyx.png
|
||||
%%DATADIR%%/layouts/theorems-ams.module
|
||||
%%DATADIR%%/layouts/theorems-bytype.inc
|
||||
%%DATADIR%%/layouts/theorems-bytype.module
|
||||
%%DATADIR%%/layouts/theorems-case.inc
|
||||
%%DATADIR%%/layouts/theorems-chap-bytype.module
|
||||
%%DATADIR%%/layouts/theorems-chap.module
|
||||
%%DATADIR%%/layouts/theorems-named.module
|
||||
|
Loading…
Reference in New Issue
Block a user