svn commit: r423353 - in head/graphics/seexpr: . files

Alexey Dokuchaev danfe at FreeBSD.org
Wed Oct 5 17:01:43 UTC 2016


Author: danfe
Date: Wed Oct  5 17:01:41 2016
New Revision: 423353
URL: https://svnweb.freebsd.org/changeset/ports/423353

Log:
  Update SeExpr to version 2.11 (latest stable).
  
  Because GitHub releases (tarballs) are not fetched with correct modification
  time, set TIMESTAMP to 1467059439 which corresponds to commit a5f02bb tagged
  as this release.

Deleted:
  head/graphics/seexpr/files/patch-src_SeExprEditor_CMakeLists.txt
Modified:
  head/graphics/seexpr/Makefile
  head/graphics/seexpr/distinfo

Modified: head/graphics/seexpr/Makefile
==============================================================================
--- head/graphics/seexpr/Makefile	Wed Oct  5 15:38:16 2016	(r423352)
+++ head/graphics/seexpr/Makefile	Wed Oct  5 17:01:41 2016	(r423353)
@@ -3,7 +3,7 @@
 
 PORTNAME=	seexpr
 DISTVERSIONPREFIX=	v
-PORTVERSION=	2.9
+PORTVERSION=	2.11
 CATEGORIES=	graphics math
 
 MAINTAINER=	danfe at FreeBSD.org
@@ -19,7 +19,7 @@ USES=		bison cmake compiler:c++0x pyqt:4
 USE_PYQT=	gui_build sip_build
 USE_QT4=	moc_build qmake_build rcc_build uic_build gui opengl
 
-MAKE_JOBS_UNSAFE=	yes
+MAKE_JOBS_UNSAFE=	yes	# https://github.com/wdas/seexpr/issues/40
 
 CXXFLAGS+=	-I${LOCALBASE}/include
 

Modified: head/graphics/seexpr/distinfo
==============================================================================
--- head/graphics/seexpr/distinfo	Wed Oct  5 15:38:16 2016	(r423352)
+++ head/graphics/seexpr/distinfo	Wed Oct  5 17:01:41 2016	(r423353)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1464775766
-SHA256 (wdas-SeExpr-v2.9_GH0.tar.gz) = 097642881f2c360d825f31e7c23881226386776dccbe8aa5b37c9ee0077601b2
-SIZE (wdas-SeExpr-v2.9_GH0.tar.gz) = 709434
+TIMESTAMP = 1467059439
+SHA256 (wdas-SeExpr-v2.11_GH0.tar.gz) = bf4a498f86aa3fc19aad3d7384de11d5df76f7f71587c9bd789f5e50f8090e1a
+SIZE (wdas-SeExpr-v2.11_GH0.tar.gz) = 709354


More information about the svn-ports-all mailing list