From owner-svn-ports-head@freebsd.org Sun Oct 16 10:04:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CCE70C06B52; Sun, 16 Oct 2016 10:04:12 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7EB0C80E; Sun, 16 Oct 2016 10:04:12 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9GA4Bni018194; Sun, 16 Oct 2016 10:04:11 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GA4B2L018191; Sun, 16 Oct 2016 10:04:11 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201610161004.u9GA4B2L018191@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 16 Oct 2016 10:04:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424054 - head/print/lyx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 10:04:12 -0000 Author: rakuco Date: Sun Oct 16 10:04:11 2016 New Revision: 424054 URL: https://svnweb.freebsd.org/changeset/ports/424054 Log: Update to 2.2.2. Release notes: http://www.lyx.org/announce/2_2_2.txt Switch the build to Qt5 now that we have Qt 5.6 in the tree. While here, stop mentioning the long-defunct print/teTeX port in pkg-message. Modified: head/print/lyx/Makefile head/print/lyx/distinfo head/print/lyx/pkg-message Modified: head/print/lyx/Makefile ============================================================================== --- head/print/lyx/Makefile Sun Oct 16 10:00:03 2016 (r424053) +++ head/print/lyx/Makefile Sun Oct 16 10:04:11 2016 (r424054) @@ -18,15 +18,16 @@ LIB_DEPENDS= libboost_regex.so:devel/boo libmythes-1.2.so:textproc/mythes MAJOR_VERSION= 2.2 -MINOR_VERSION= 1 +MINOR_VERSION= 2 USES= desktop-file-utils execinfo gmake iconv pkgconfig perl5 \ python:2 tar:xz -USE_QT4= corelib gui svg moc_build uic_build rcc_build +USE_QT5= core concurrent gui svg widgets buildtools_build qmake_build GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-included-boost \ --without-included-mythes \ - --disable-qt5 \ + --enable-qt5 \ + --with-qt-dir=${LOCALBASE}/lib/qt5 \ ${ICONV_CONFIGURE_ARG} \ --with-extra-prefix=${LOCALBASE} Modified: head/print/lyx/distinfo ============================================================================== --- head/print/lyx/distinfo Sun Oct 16 10:00:03 2016 (r424053) +++ head/print/lyx/distinfo Sun Oct 16 10:04:11 2016 (r424054) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470480312 -SHA256 (lyx-2.2.1.tar.xz) = db6b722f4526d44e09609adcacb6acef38eb7a11c7cde91ffe0d1d54ef94740f -SIZE (lyx-2.2.1.tar.xz) = 15522104 +TIMESTAMP = 1476601345 +SHA256 (lyx-2.2.2.tar.xz) = a85c3d7412c4069f8a1f5af4eb172948ae9a50394602f6318ab5c8e990aa5568 +SIZE (lyx-2.2.2.tar.xz) = 15490148 Modified: head/print/lyx/pkg-message ============================================================================== --- head/print/lyx/pkg-message Sun Oct 16 10:00:03 2016 (r424053) +++ head/print/lyx/pkg-message Sun Oct 16 10:04:11 2016 (r424054) @@ -1,9 +1,5 @@ -For LyX to work you need to install some kind of TeX distribution. - - - The print/teTeX port in the ports tree. - - The print/texlive-* ports in the ports tree. - -Either one should work fine. +For LyX to work you need to install some kind of TeX distribution. See the +print/texlive-* ports in the ports tree. ***