Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2019 22:22:09 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515666 - head/math/labplot
Message-ID:  <201910252222.x9PMM9dn075195@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adridg
Date: Fri Oct 25 22:22:08 2019
New Revision: 515666
URL: https://svnweb.freebsd.org/changeset/ports/515666

Log:
  Update math/labplot to latest upstream release
  
  Changelog:
  	https://labplot.kde.org/2019/10/24/labplot-2-7-released/
  
  Summary:
   - Spreadsheet mode much improved
   - Plot cursor
   - Speedups in plotting
  
  OPTION cantor now requires poppler.

Modified:
  head/math/labplot/Makefile
  head/math/labplot/distinfo
  head/math/labplot/pkg-plist

Modified: head/math/labplot/Makefile
==============================================================================
--- head/math/labplot/Makefile	Fri Oct 25 22:06:20 2019	(r515665)
+++ head/math/labplot/Makefile	Fri Oct 25 22:22:08 2019	(r515666)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	labplot
-PORTVERSION=	2.6
-PORTREVISION=	2
+PORTVERSION=	2.7.0
 CATEGORIES=	math kde
-MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}.0
+MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Data plotting and function analysis tool by KDE
@@ -35,7 +34,8 @@ OPTIONS_DEFAULT=	${OPTIONS_DEFINE}
 
 CANTOR_DESC=		Build with Cantor support
 CANTOR_CMAKE_BOOL=	ENABLE_CANTOR
-CANTOR_LIB_DEPENDS=	libcantorlibs.so:math/cantor
+CANTOR_LIB_DEPENDS=	libcantorlibs.so:math/cantor \
+			libpoppler-qt5.so:graphics/poppler-qt5
 FITS_DESC=		Flexible Image Transport System Data Format (FITS) Library
 FITS_CMAKE_BOOL=	ENABLE_FITS
 FITS_LIB_DEPENDS=	libcfitsio.so:astro/cfitsio

Modified: head/math/labplot/distinfo
==============================================================================
--- head/math/labplot/distinfo	Fri Oct 25 22:06:20 2019	(r515665)
+++ head/math/labplot/distinfo	Fri Oct 25 22:22:08 2019	(r515666)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1555767200
-SHA256 (labplot-2.6.tar.xz) = 4556541fb6544cda56c2625a1fc5c9c8b0ba6bc8178af076c68a792b545c5657
-SIZE (labplot-2.6.tar.xz) = 12360732
+TIMESTAMP = 1572037741
+SHA256 (labplot-2.7.0.tar.xz) = 5c4d6ed7df6e98557a6b78f018933c92654b7e50e7f051ad89ec4755e0f4e935
+SIZE (labplot-2.7.0.tar.xz) = 13306532

Modified: head/math/labplot/pkg-plist
==============================================================================
--- head/math/labplot/pkg-plist	Fri Oct 25 22:06:20 2019	(r515665)
+++ head/math/labplot/pkg-plist	Fri Oct 25 22:22:08 2019	(r515666)
@@ -1,6 +1,7 @@
 bin/labplot2
 etc/xdg/labplot2_themes.knsrc
 man/man1/labplot2.1.gz
+man/es/man1/labplot2.1.gz
 man/nl/man1/labplot2.1.gz
 man/sv/man1/labplot2.1.gz
 man/uk/man1/labplot2.1.gz
@@ -50,6 +51,8 @@ share/doc/HTML/en/labplot2/tutorial-xy-function8.png
 share/doc/HTML/en/labplot2/tutorial-xy-function9.png
 share/doc/HTML/en/labplot2/workbook.png
 share/doc/HTML/en/labplot2/worksheet.png
+share/doc/HTML/es/labplot2/index.cache.bz2
+share/doc/HTML/es/labplot2/index.docbook
 share/doc/HTML/nl/labplot2/index.cache.bz2
 share/doc/HTML/nl/labplot2/index.docbook
 share/doc/HTML/sv/labplot2/index.cache.bz2
@@ -287,6 +290,7 @@ share/locale/de/LC_MESSAGES/labplot2.mo
 share/locale/el/LC_MESSAGES/labplot2.mo
 share/locale/en_GB/LC_MESSAGES/labplot2.mo
 share/locale/es/LC_MESSAGES/labplot2.mo
+share/locale/eu/LC_MESSAGES/labplot2.mo
 share/locale/fi/LC_MESSAGES/labplot2.mo
 share/locale/fr/LC_MESSAGES/labplot2.mo
 share/locale/gl/LC_MESSAGES/labplot2.mo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910252222.x9PMM9dn075195>