svn commit: r317748 - in head/print/lyx: . files
Raphael Kubo da Costa
rakuco at FreeBSD.org
Thu May 9 20:27:26 UTC 2013
Author: rakuco
Date: Thu May 9 20:27:24 2013
New Revision: 317748
URL: http://svnweb.freebsd.org/changeset/ports/317748
Log:
- Update to 2.0.6.
- Remove patch that has been upstreamed.
- Adjust pkg-message now that texlive is in ports.
- Update pkg-descr to its new format.
Deleted:
head/print/lyx/files/patch-configure
Modified:
head/print/lyx/Makefile
head/print/lyx/distinfo
head/print/lyx/pkg-descr
head/print/lyx/pkg-message
head/print/lyx/pkg-plist
Modified: head/print/lyx/Makefile
==============================================================================
--- head/print/lyx/Makefile Thu May 9 20:03:43 2013 (r317747)
+++ head/print/lyx/Makefile Thu May 9 20:27:24 2013 (r317748)
@@ -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/ \
@@ -22,7 +21,7 @@ LIB_DEPENDS= boost_regex:${PORTSDIR}/dev
CONFLICTS= lyx-1.[0-9]*
MAJOR_VERSION= 2.0
-MINOR_VERSION= 5.1
+MINOR_VERSION= 6
USE_XZ= yes
USE_GMAKE= yes
Modified: head/print/lyx/distinfo
==============================================================================
--- head/print/lyx/distinfo Thu May 9 20:03:43 2013 (r317747)
+++ head/print/lyx/distinfo Thu May 9 20:27:24 2013 (r317748)
@@ -1,2 +1,2 @@
-SHA256 (lyx-2.0.5.1.tar.xz) = 36e527765daf8425fef83240a6ccb82472b2d9e6283de666c5d46c40fec269a2
-SIZE (lyx-2.0.5.1.tar.xz) = 10312232
+SHA256 (lyx-2.0.6.tar.xz) = a5cb2bedee6e154b50881acd2316cf9d79162d6754e3aa159a6d579f5a828ad2
+SIZE (lyx-2.0.6.tar.xz) = 10390452
Modified: head/print/lyx/pkg-descr
==============================================================================
--- head/print/lyx/pkg-descr Thu May 9 20:03:43 2013 (r317747)
+++ head/print/lyx/pkg-descr Thu May 9 20:27:24 2013 (r317748)
@@ -19,4 +19,4 @@ boundaries. You just write. On screen, L
processor; its printed output - or richly cross-referenced PDF,
just as readily produced - looks like nothing else.
-WWW: http://www.lyx.org/
+WWW: http://www.lyx.org/
Modified: head/print/lyx/pkg-message
==============================================================================
--- head/print/lyx/pkg-message Thu May 9 20:03:43 2013 (r317747)
+++ head/print/lyx/pkg-message Thu May 9 20:27:24 2013 (r317748)
@@ -1,7 +1,7 @@
For LyX to work you need to install some kind of TeX distribution.
- The print/teTeX port in the ports tree.
- - The TexLive ports in https://code.google.com/p/freebsd-texlive.
+ - The print/texlive-* ports in the ports tree.
Either one should work fine.
Modified: head/print/lyx/pkg-plist
==============================================================================
--- head/print/lyx/pkg-plist Thu May 9 20:03:43 2013 (r317747)
+++ head/print/lyx/pkg-plist Thu May 9 20:27:24 2013 (r317748)
@@ -1411,6 +1411,7 @@ share/icons/hicolor/48x48/apps/lyx.png
%%DATADIR%%/layouts/amsbook.layout
%%DATADIR%%/layouts/amsdefs.inc
%%DATADIR%%/layouts/apa.layout
+%%DATADIR%%/layouts/apa6.layout
%%DATADIR%%/layouts/arab-article.layout
%%DATADIR%%/layouts/armenian-article.layout
%%DATADIR%%/layouts/article-beamer.layout
@@ -1501,6 +1502,7 @@ share/icons/hicolor/48x48/apps/lyx.png
%%DATADIR%%/layouts/mwart.layout
%%DATADIR%%/layouts/mwbk.layout
%%DATADIR%%/layouts/mwrep.layout
+%%DATADIR%%/layouts/natbibapa.module
%%DATADIR%%/layouts/noweb.module
%%DATADIR%%/layouts/numarticle.inc
%%DATADIR%%/layouts/numreport.inc
@@ -1686,6 +1688,7 @@ share/icons/hicolor/48x48/apps/lyx.png
%%DATADIR%%/templates/ACM-siggraph.lyx
%%DATADIR%%/templates/ACM-sigplan.lyx
%%DATADIR%%/templates/AEA.lyx
+%%DATADIR%%/templates/APA6.lyx
%%DATADIR%%/templates/IEEEtran.lyx
%%DATADIR%%/templates/JASA.lyx
%%DATADIR%%/templates/JSS-article.lyx
More information about the svn-ports-all
mailing list