diff options
author | rakuco <rakuco@FreeBSD.org> | 2014-04-27 07:32:08 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2014-04-27 07:32:08 +0800 |
commit | 5cd5b599a5e4f6c1a8cd4c884dbf85b97a06bc92 (patch) | |
tree | cfdc95c5b88648b19568e4c318ad1c3e99d17e26 /print/lyx | |
parent | 0861be72226cc524ebfb4330949fbb7bc07dc2d7 (diff) | |
download | freebsd-ports-gnome-5cd5b599a5e4f6c1a8cd4c884dbf85b97a06bc92.tar.gz freebsd-ports-gnome-5cd5b599a5e4f6c1a8cd4c884dbf85b97a06bc92.tar.zst freebsd-ports-gnome-5cd5b599a5e4f6c1a8cd4c884dbf85b97a06bc92.zip |
- Update to 2.0.8.
- Remove CONFLICTS with older versions that have been removed long ago.
- Remove USES=shebangfix, the fix was upstreamed.
Diffstat (limited to 'print/lyx')
-rw-r--r-- | print/lyx/Makefile | 7 | ||||
-rw-r--r-- | print/lyx/distinfo | 4 | ||||
-rw-r--r-- | print/lyx/pkg-plist | 3 |
3 files changed, 7 insertions, 7 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile index e9b3882af796..73c1e10e52c8 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -3,7 +3,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/ \ @@ -20,12 +19,10 @@ LICENSE= GPLv2 LIB_DEPENDS= libboost_regex.so:${PORTSDIR}/devel/boost-libs \ libmythes-1.2.so:${PORTSDIR}/textproc/mythes -CONFLICTS= lyx-1.[0-9]* MAJOR_VERSION= 2.0 -MINOR_VERSION= 7 +MINOR_VERSION= 8 -USES= desktop-file-utils gmake iconv pkgconfig perl5 shebangfix -SHEBANG_FILES= lib/scripts/listerrors +USES= desktop-file-utils gmake iconv pkgconfig perl5 USE_PYTHON= 2 USE_QT4= corelib gui moc_build uic_build rcc_build USE_XZ= yes diff --git a/print/lyx/distinfo b/print/lyx/distinfo index f9688288ea6a..895acbe18efc 100644 --- a/print/lyx/distinfo +++ b/print/lyx/distinfo @@ -1,2 +1,2 @@ -SHA256 (lyx-2.0.7.tar.xz) = 0597bda734d476f59dd440c45a801e1c581ab30bf4c9ab23242b3a452beee862 -SIZE (lyx-2.0.7.tar.xz) = 10449908 +SHA256 (lyx-2.0.8.tar.xz) = b4bd32cf5f2c374b1ff88b69b53db0a2ba840942df0c3886b295fb2020683b5e +SIZE (lyx-2.0.8.tar.xz) = 10480012 diff --git a/print/lyx/pkg-plist b/print/lyx/pkg-plist index 073c59a2cf0c..2cf3037d343c 100644 --- a/print/lyx/pkg-plist +++ b/print/lyx/pkg-plist @@ -1647,6 +1647,9 @@ share/icons/hicolor/48x48/apps/lyx.png %%DATADIR%%/lyx2lyx/lyx_2_0.py %%DATADIR%%/lyx2lyx/lyx_2_0.pyc %%DATADIR%%/lyx2lyx/lyx_2_0.pyo +%%DATADIR%%/lyx2lyx/lyx_2_1.py +%%DATADIR%%/lyx2lyx/lyx_2_1.pyc +%%DATADIR%%/lyx2lyx/lyx_2_1.pyo %%DATADIR%%/lyx2lyx/parser_tools.py %%DATADIR%%/lyx2lyx/parser_tools.pyc %%DATADIR%%/lyx2lyx/parser_tools.pyo |