Date: Sat, 26 Apr 2014 23:32:09 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352385 - head/print/lyx Message-ID: <201404262332.s3QNW9n1010100@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Sat Apr 26 23:32:08 2014 New Revision: 352385 URL: http://svnweb.freebsd.org/changeset/ports/352385 QAT: https://qat.redports.org/buildarchive/r352385/ Log: - Update to 2.0.8. - Remove CONFLICTS with older versions that have been removed long ago. - Remove USES=shebangfix, the fix was upstreamed. Modified: head/print/lyx/Makefile head/print/lyx/distinfo head/print/lyx/pkg-plist Modified: head/print/lyx/Makefile ============================================================================== --- head/print/lyx/Makefile Sat Apr 26 21:46:40 2014 (r352384) +++ head/print/lyx/Makefile Sat Apr 26 23:32:08 2014 (r352385) @@ -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 Modified: head/print/lyx/distinfo ============================================================================== --- head/print/lyx/distinfo Sat Apr 26 21:46:40 2014 (r352384) +++ head/print/lyx/distinfo Sat Apr 26 23:32:08 2014 (r352385) @@ -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 Modified: head/print/lyx/pkg-plist ============================================================================== --- head/print/lyx/pkg-plist Sat Apr 26 21:46:40 2014 (r352384) +++ head/print/lyx/pkg-plist Sat Apr 26 23:32:08 2014 (r352385) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404262332.s3QNW9n1010100>