Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2020 18:41:01 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550862 - head/graphics/seexpr
Message-ID:  <202010011841.091If1P5007093@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Thu Oct  1 18:41:00 2020
New Revision: 550862
URL: https://svnweb.freebsd.org/changeset/ports/550862

Log:
  - Update to version 3.4.4.0
  - C++ standard was bumped to 14
  - GC no longer needed patching
  
  Reported by:	tcberner

Modified:
  head/graphics/seexpr/Makefile
  head/graphics/seexpr/distinfo
  head/graphics/seexpr/pkg-plist

Modified: head/graphics/seexpr/Makefile
==============================================================================
--- head/graphics/seexpr/Makefile	Thu Oct  1 18:40:01 2020	(r550861)
+++ head/graphics/seexpr/Makefile	Thu Oct  1 18:41:00 2020	(r550862)
@@ -2,18 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	seexpr
-DISTVERSION=	3.4.4.0-alpha.1
+PORTVERSION=	3.4.4.0
 CATEGORIES=	graphics math
-MASTER_SITES=	https://files.kde.org/krita/build/dependencies/
+MASTER_SITES=	https://download.kde.org/stable/${PORTNAME}/
 
 MAINTAINER=	danfe@FreeBSD.org
 COMMENT=	Embeddable expression evaluation language
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libpng.so:graphics/png
 
-USES=		bison cmake compiler:c++11-lang gl qt:5
+USES=		bison cmake compiler:c++14-lang gl qt:5
 USE_GL=		gl glu
 USE_LDCONFIG=	yes
 USE_QT=		buildtools_build qmake_build core gui opengl widgets
@@ -50,14 +51,9 @@ CMAKE_ARGS+=	-DENABLE_SSE4:BOOL=FALSE
 .endif
 
 post-patch:
-	@${REINPLACE_CMD} -e '/addError/s/raw\.str()/ErrorCode::Unknown,\
-		{ & }/' ${WRKSRC}/src/SeExpr2/Evaluator.h
 	@${REINPLACE_CMD} -e '/<alloca\.h>/d' ${WRKSRC}/src/SeExpr2/Platform.h
 	@${REINPLACE_CMD} -e '/pkgconfig/s/share/libdata/' \
 		${WRKSRC}/CMakeLists.txt
-.if !defined(WITH_DEBUG)
-	@${REINPLACE_CMD} -e 's/-g //' ${WRKSRC}/CMakeLists.txt
-.endif
 
 post-install:
 	@${RMDIR} ${STAGEDIR}${PREFIX}/include/SeExpr2/generated

Modified: head/graphics/seexpr/distinfo
==============================================================================
--- head/graphics/seexpr/distinfo	Thu Oct  1 18:40:01 2020	(r550861)
+++ head/graphics/seexpr/distinfo	Thu Oct  1 18:41:00 2020	(r550862)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1599312456
-SHA256 (seexpr-3.4.4.0-alpha.1.tar.gz) = dee9067e94ac3bfdf6ecacfa79601d032a00af371cd10d0adc1f704b58d66fd5
-SIZE (seexpr-3.4.4.0-alpha.1.tar.gz) = 932992
+TIMESTAMP = 1601299227
+SHA256 (seexpr-3.4.4.0.tar.gz) = 3f5b5330667d398285c9f7086cc3fd7e1363f3fa75f79b39766c34fe2e233656
+SIZE (seexpr-3.4.4.0.tar.gz) = 982317

Modified: head/graphics/seexpr/pkg-plist
==============================================================================
--- head/graphics/seexpr/pkg-plist	Thu Oct  1 18:40:01 2020	(r550861)
+++ head/graphics/seexpr/pkg-plist	Thu Oct  1 18:41:00 2020	(r550862)
@@ -52,9 +52,9 @@ include/SeExpr2/UI/ExprFileDialog.h
 include/SeExpr2/UI/ExprHelp.h
 include/SeExpr2/UI/ExprHighlighter.h
 include/SeExpr2/UI/ExprPopupDoc.h
-include/SeExpr2/UI/ExprShortEdit.h
 include/SeExpr2/UI/ExprSpecType.h
 include/SeExpr2/UI/ExprTextEdit.h
+include/SeExpr2/Utils.h
 include/SeExpr2/VarBlock.h
 include/SeExpr2/Vec.h
 include/SeExpr2/parser/ASTNode.h
@@ -62,11 +62,11 @@ include/SeExpr2/parser/SeExprLex.h
 include/SeExpr2/parser/SeExprParse.h
 include/SeExpr2/seexpr2_export.h
 lib/libSeExpr2.so
-lib/libSeExpr2.so.2
-lib/libSeExpr2.so.2.0
+lib/libSeExpr2.so.3
+lib/libSeExpr2.so.3.4.4.0
 lib/libSeExpr2Editor.so
-lib/libSeExpr2Editor.so.2.0
 lib/libSeExpr2Editor.so.3
+lib/libSeExpr2Editor.so.3.4.4.0
 libdata/pkgconfig/seexpr2.pc
 share/SeExpr2/demos/imageSynth/examples/111.se
 share/SeExpr2/demos/imageSynth/examples/fbm.se
@@ -112,14 +112,20 @@ share/cmake/SeExpr2/seexpr2-config.cmake
 share/cmake/SeExpr2/seexpr2-version.cmake
 %%NLS%%share/locale/ca/LC_MESSAGES/seexpr2_qt.qm
 %%NLS%%share/locale/ca@valencia/LC_MESSAGES/seexpr2_qt.qm
+%%NLS%%share/locale/cs/LC_MESSAGES/seexpr2_qt.qm
+%%NLS%%share/locale/en_GB/LC_MESSAGES/seexpr2_qt.qm
 %%NLS%%share/locale/es/LC_MESSAGES/seexpr2_qt.qm
 %%NLS%%share/locale/fr/LC_MESSAGES/seexpr2_qt.qm
+%%NLS%%share/locale/it/LC_MESSAGES/seexpr2_qt.qm
 %%NLS%%share/locale/nl/LC_MESSAGES/seexpr2_qt.qm
 %%NLS%%share/locale/nn/LC_MESSAGES/seexpr2_qt.qm
 %%NLS%%share/locale/pt/LC_MESSAGES/seexpr2_qt.qm
 %%NLS%%share/locale/pt_BR/LC_MESSAGES/seexpr2_qt.qm
+%%NLS%%share/locale/ru/LC_MESSAGES/seexpr2_qt.qm
+%%NLS%%share/locale/sk/LC_MESSAGES/seexpr2_qt.qm
 %%NLS%%share/locale/uk/LC_MESSAGES/seexpr2_qt.qm
-share/test/SeExpr2/BlockTests
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/seexpr2_qt.qm
+%%LLVM%%share/test/SeExpr2/BlockTests
 share/test/SeExpr2/VarBlockExample
 share/test/SeExpr2/dirtSimple
 %%PYTHON%%%%PYTHON_SITELIBDIR%%/SeExpr2/__init__.py



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