Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Sep 2019 18:59:57 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512535 - in head: astro/siril biology/abyss biology/hhsuite biology/py-fastTSNE comms/wsjtx converters/pdf2djvu devel/openmp devel/openmp/files devel/py-numba finance/quantlib french/a...
Message-ID:  <201909211859.x8LIxvAe080204@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Sep 21 18:59:57 2019
New Revision: 512535
URL: https://svnweb.freebsd.org/changeset/ports/512535

Log:
  devel/openmp: update to 9.0.0
  
  - Connect tests to the framework to help QA remaining patches
  - Force rebuild all consumers after https://reviews.llvm.org/D59783
  
  Changes:	http://llvm.org/viewvc/llvm-project/openmp/tags/RELEASE_900/final/?view=log
  ABI:		https://abi-laboratory.pro/tracker/timeline/llvm_openmp/

Added:
  head/devel/openmp/files/patch-runtime_cmake_LibompHandleFlags.cmake   (contents, props changed)
  head/devel/openmp/files/patch-runtime_tools_check-depends.pl   (contents, props changed)
Deleted:
  head/devel/openmp/files/patch-bug32279
  head/devel/openmp/files/patch-runtime_src_kmp__runtime.cpp
Modified:
  head/astro/siril/Makefile   (contents, props changed)
  head/biology/abyss/Makefile   (contents, props changed)
  head/biology/hhsuite/Makefile   (contents, props changed)
  head/biology/py-fastTSNE/Makefile   (contents, props changed)
  head/comms/wsjtx/Makefile   (contents, props changed)
  head/converters/pdf2djvu/Makefile   (contents, props changed)
  head/devel/openmp/Makefile   (contents, props changed)
  head/devel/openmp/distinfo   (contents, props changed)
  head/devel/py-numba/Makefile   (contents, props changed)
  head/finance/quantlib/Makefile   (contents, props changed)
  head/french/aster/Makefile   (contents, props changed)
  head/graphics/blender/Makefile   (contents, props changed)
  head/graphics/gmic/Makefile   (contents, props changed)
  head/graphics/gthumb/Makefile   (contents, props changed)
  head/graphics/lightzone/Makefile   (contents, props changed)
  head/graphics/mandelbulber/Makefile   (contents, props changed)
  head/graphics/rawtherapee/Makefile   (contents, props changed)
  head/graphics/tesseract/Makefile   (contents, props changed)
  head/math/R/Makefile   (contents, props changed)
  head/math/ambit/Makefile   (contents, props changed)
  head/math/blaze/Makefile   (contents, props changed)
  head/math/blazeiterative/Makefile   (contents, props changed)
  head/math/combblas/Makefile   (contents, props changed)
  head/math/dbcsr/Makefile   (contents, props changed)
  head/math/gretl/Makefile   (contents, props changed)
  head/math/hipmcl/Makefile   (contents, props changed)
  head/math/hmat-oss/Makefile   (contents, props changed)
  head/math/libnormaliz/Makefile   (contents, props changed)
  head/math/libxsmm/Makefile   (contents, props changed)
  head/math/lis/Makefile   (contents, props changed)
  head/math/mandelbulber2/Makefile   (contents, props changed)
  head/math/mkl-dnn/Makefile   (contents, props changed)
  head/math/py-rpy2/Makefile   (contents, props changed)
  head/math/py-yt/Makefile   (contents, props changed)
  head/math/timbl/Makefile   (contents, props changed)
  head/math/tmv/Makefile   (contents, props changed)
  head/misc/urh/Makefile   (contents, props changed)
  head/multimedia/libopenshot/Makefile   (contents, props changed)
  head/science/abinit/Makefile   (contents, props changed)
  head/science/chrono/Makefile   (contents, props changed)
  head/science/code_saturne/Makefile   (contents, props changed)
  head/science/erkale/Makefile   (contents, props changed)
  head/science/gabedit/Makefile   (contents, props changed)
  head/science/gromacs/Makefile   (contents, props changed)
  head/science/lammps/Makefile   (contents, props changed)
  head/science/latte/Makefile   (contents, props changed)
  head/science/nest/Makefile   (contents, props changed)
  head/science/openmx/Makefile   (contents, props changed)
  head/science/py-GPy/Makefile   (contents, props changed)
  head/science/py-PyFR/Makefile   (contents, props changed)
  head/science/py-phono3py/Makefile   (contents, props changed)
  head/science/qmcpack/Makefile   (contents, props changed)
  head/textproc/libfolia/Makefile   (contents, props changed)
  head/textproc/ucto/Makefile   (contents, props changed)

Modified: head/astro/siril/Makefile
==============================================================================
--- head/astro/siril/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/astro/siril/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -2,7 +2,7 @@
 
 PORTNAME=	siril
 DISTVERSION=	0.9.10
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	astro graphics
 MASTER_SITES=	https://free-astro.org/download/
 

Modified: head/biology/abyss/Makefile
==============================================================================
--- head/biology/abyss/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/biology/abyss/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -2,7 +2,7 @@
 
 PORTNAME=	abyss
 DISTVERSION=	2.1.5
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	biology
 MASTER_SITES=	http://www.bcgsc.ca/platform/bioinfo/software/${PORTNAME}/releases/${DISTVERSION}/
 

Modified: head/biology/hhsuite/Makefile
==============================================================================
--- head/biology/hhsuite/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/biology/hhsuite/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -3,7 +3,7 @@
 PORTNAME=	hhsuite
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.2.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	biology science
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/biology/py-fastTSNE/Makefile
==============================================================================
--- head/biology/py-fastTSNE/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/biology/py-fastTSNE/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -2,7 +2,7 @@
 
 PORTNAME=	fastTSNE
 DISTVERSION=	0.2.13
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	biology python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/comms/wsjtx/Makefile
==============================================================================
--- head/comms/wsjtx/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/comms/wsjtx/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -2,6 +2,7 @@
 
 PORTNAME=	wsjtx
 DISTVERSION=	2.1.0
+PORTREVISION=	1
 CATEGORIES=	comms hamradio
 MASTER_SITES=	SF/wsjt/${PORTNAME}-${PORTVERSION}${DISTVERSIONSUFFIX}
 

Modified: head/converters/pdf2djvu/Makefile
==============================================================================
--- head/converters/pdf2djvu/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/converters/pdf2djvu/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -2,7 +2,7 @@
 
 PORTNAME=	pdf2djvu
 PORTVERSION=	0.9.12
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	converters
 MASTER_SITES=	https://github.com/jwilk/${PORTNAME}/releases/download/${PORTVERSION}/
 

Modified: head/devel/openmp/Makefile
==============================================================================
--- head/devel/openmp/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/devel/openmp/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -1,9 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	openmp
-DISTVERSION=	8.0.0
+DISTVERSION=	9.0.0
 DISTVERSIONSUFFIX=	.src
-PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	http://llvm.org/releases/${DISTVERSION}/
 
@@ -20,6 +19,7 @@ ONLY_FOR_ARCHS=	amd64 i386 powerpc64
 USES=		cmake compiler:c++11-lib perl5 tar:xz
 USE_PERL5=	build
 USE_LDCONFIG=	yes
+TEST_TARGET=	libomp-micro-tests
 PLIST_FILES=	include/omp.h \
 		include/ompt.h \
 		include/omp-tools.h \

Modified: head/devel/openmp/distinfo
==============================================================================
--- head/devel/openmp/distinfo	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/devel/openmp/distinfo	Sat Sep 21 18:59:57 2019	(r512535)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1547724717
-SHA256 (openmp-8.0.0.src.tar.xz) = f7b1705d2f16c4fc23d6531f67d2dd6fb78a077dd346b02fed64f4b8df65c9d5
-SIZE (openmp-8.0.0.src.tar.xz) = 934384
+TIMESTAMP = 1548690178
+SHA256 (openmp-9.0.0.src.tar.xz) = 9979eb1133066376cc0be29d1682bc0b0e7fb541075b391061679111ae4d3b5b
+SIZE (openmp-9.0.0.src.tar.xz) = 939036

Added: head/devel/openmp/files/patch-runtime_cmake_LibompHandleFlags.cmake
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/openmp/files/patch-runtime_cmake_LibompHandleFlags.cmake	Sat Sep 21 18:59:57 2019	(r512535)
@@ -0,0 +1,19 @@
+BFD linker (unlike LLD) drops libm with --as-needed.
+https://bugs.llvm.org/show_bug.cgi?id=32279
+
+--- runtime/cmake/LibompHandleFlags.cmake.orig	2019-07-12 21:45:36 UTC
++++ runtime/cmake/LibompHandleFlags.cmake
+@@ -158,11 +158,11 @@ function(libomp_get_libflags libflags)
+   if(${IA32})
+     libomp_append(libflags_local -lirc_pic LIBOMP_HAVE_IRC_PIC_LIBRARY)
+   endif()
+-  if(${CMAKE_SYSTEM_NAME} MATCHES "DragonFly")
++  if(${CMAKE_SYSTEM_NAME} MATCHES "DragonFly|FreeBSD")
+     libomp_append(libflags_local "-Wl,--no-as-needed" LIBOMP_HAVE_AS_NEEDED_FLAG)
+     libomp_append(libflags_local "-lm")
+     libomp_append(libflags_local "-Wl,--as-needed" LIBOMP_HAVE_AS_NEEDED_FLAG)
+-  elseif(${CMAKE_SYSTEM_NAME} MATCHES "(Free|Net)BSD")
++  elseif(${CMAKE_SYSTEM_NAME} MATCHES "NetBSD")
+     libomp_append(libflags_local -lm)
+   endif()
+   set(libflags_local ${libflags_local} ${LIBOMP_LIBFLAGS})

Added: head/devel/openmp/files/patch-runtime_tools_check-depends.pl
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/openmp/files/patch-runtime_tools_check-depends.pl	Sat Sep 21 18:59:57 2019	(r512535)
@@ -0,0 +1,14 @@
+Adjust for FreeBSD readelf(1) output.
+https://sourceforge.net/p/elftoolchain/tickets/544/
+
+--- runtime/tools/check-depends.pl.orig	2019-01-19 10:56:40 UTC
++++ runtime/tools/check-depends.pl
+@@ -131,7 +131,7 @@ sub get_deps_readelf($) {
+     # Parse body.
+     while ( $i < @bulk ) {
+         my $line = $bulk[ $i ];
+-        if ( $line !~ m{^\s*0x[0-9a-f]+\s+\(([_A-Z0-9]+)\)\s+(.*)\s*$}i ) {
++        if ( $line !~ m{^\s*0x[0-9a-f]+\s+\(?([_A-Z0-9]+)\)?\s+(.*)\s*$}i ) {
+             parse_error( $tool, @bulk, $i );
+         }; # if
+         my ( $type, $value ) = ( $1, $2 );

Modified: head/devel/py-numba/Makefile
==============================================================================
--- head/devel/py-numba/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/devel/py-numba/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -3,7 +3,7 @@
 
 PORTNAME=	numba
 DISTVERSION=	0.40.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/finance/quantlib/Makefile
==============================================================================
--- head/finance/quantlib/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/finance/quantlib/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -3,7 +3,7 @@
 
 PORTNAME=	quantlib
 PORTVERSION=	1.15
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	finance math devel
 MASTER_SITES=	https://dl.bintray.com/${PORTNAME}/releases/
 DISTNAME=	QuantLib-${PORTVERSION}

Modified: head/french/aster/Makefile
==============================================================================
--- head/french/aster/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/french/aster/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -3,7 +3,7 @@
 
 PORTNAME=	aster
 DISTVERSION=	${ASTER_DISTVERSION}
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	french cad
 
 MAINTAINER=	thierry@FreeBSD.org

Modified: head/graphics/blender/Makefile
==============================================================================
--- head/graphics/blender/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/graphics/blender/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -3,7 +3,7 @@
 
 PORTNAME=	blender
 DISTVERSION=	2.80
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics multimedia
 MASTER_SITES=	http://download.blender.org/source/ \
 		http://mirror.cs.umn.edu/blender.org/source/ \

Modified: head/graphics/gmic/Makefile
==============================================================================
--- head/graphics/gmic/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/graphics/gmic/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gmic
 DISTVERSION=	2.7.1
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	https://gmic.eu/files/source/
 DISTNAME=	${PORTNAME}_${DISTVERSION}

Modified: head/graphics/gthumb/Makefile
==============================================================================
--- head/graphics/gthumb/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/graphics/gthumb/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -4,7 +4,7 @@
 
 PORTNAME=	gthumb
 PORTVERSION=	3.6.1
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	graphics
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3

Modified: head/graphics/lightzone/Makefile
==============================================================================
--- head/graphics/lightzone/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/graphics/lightzone/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -4,7 +4,7 @@
 PORTNAME=	lightzone
 DISTVERSION=	4.1.8-3
 DISTVERSIONSUFFIX=	-g36e87773
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics java
 DIST_SUBDIR=	${PORTNAME}
 

Modified: head/graphics/mandelbulber/Makefile
==============================================================================
--- head/graphics/mandelbulber/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/graphics/mandelbulber/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mandelbulber
 DISTVERSION=	2.19
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	amdmi3@FreeBSD.org

Modified: head/graphics/rawtherapee/Makefile
==============================================================================
--- head/graphics/rawtherapee/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/graphics/rawtherapee/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -3,6 +3,7 @@
 
 PORTNAME=	rawtherapee
 PORTVERSION=	5.7
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://rawtherapee.com/shared/source/
 

Modified: head/graphics/tesseract/Makefile
==============================================================================
--- head/graphics/tesseract/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/graphics/tesseract/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tesseract
 PORTVERSION=	4.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 
 MAINTAINER=	pkubaj@FreeBSD.org

Modified: head/math/R/Makefile
==============================================================================
--- head/math/R/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/math/R/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -3,7 +3,7 @@
 
 PORTNAME=	R
 DISTVERSION=	3.6.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math lang
 MASTER_SITES=	CRAN/src/base/R-${PORTVERSION:C|\..*||}
 

Modified: head/math/ambit/Makefile
==============================================================================
--- head/math/ambit/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/math/ambit/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -3,7 +3,7 @@
 PORTNAME=	ambit
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 PKGNAMESUFFIX=	-tensor # avoid clash with shells/ambit
 

Modified: head/math/blaze/Makefile
==============================================================================
--- head/math/blaze/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/math/blaze/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -2,7 +2,7 @@
 
 PORTNAME=	blaze
 DISTVERSION=	3.5
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math
 MASTER_SITES=	https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/downloads/
 

Modified: head/math/blazeiterative/Makefile
==============================================================================
--- head/math/blazeiterative/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/math/blazeiterative/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -2,7 +2,7 @@
 
 PORTNAME=	blazeiterative
 PORTVERSION=	g20180409
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/math/combblas/Makefile
==============================================================================
--- head/math/combblas/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/math/combblas/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -2,7 +2,7 @@
 
 PORTNAME=	CombBLAS
 DISTVERSION=	1.6.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math
 MASTER_SITES=	https://people.eecs.berkeley.edu/~aydin/${PORTNAME}_FILES/
 DISTNAME=	${PORTNAME}_beta_${DISTVERSION:S/.//:S/./_/}

Modified: head/math/dbcsr/Makefile
==============================================================================
--- head/math/dbcsr/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/math/dbcsr/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -3,7 +3,7 @@
 PORTNAME=	dbcsr
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.1.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/math/gretl/Makefile
==============================================================================
--- head/math/gretl/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/math/gretl/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gretl
 DISTVERSION=	2019a
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	math finance
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTVERSIONFULL}/
 

Modified: head/math/hipmcl/Makefile
==============================================================================
--- head/math/hipmcl/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/math/hipmcl/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -2,7 +2,7 @@
 
 PORTNAME=	HipMCL
 DISTVERSION=	g20180814
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 MASTER_SITES=	https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/
 

Modified: head/math/hmat-oss/Makefile
==============================================================================
--- head/math/hmat-oss/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/math/hmat-oss/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -2,7 +2,7 @@
 
 PORTNAME=	hmat-oss
 DISTVERSION=	1.5.0-348
-PORTREVISION=	1
+PORTREVISION=	2
 DISTVERSIONSUFFIX=	-g76beaf3
 CATEGORIES=	math
 

Modified: head/math/libnormaliz/Makefile
==============================================================================
--- head/math/libnormaliz/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/math/libnormaliz/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -3,6 +3,7 @@
 PORTNAME=		libnormaliz
 DISTVERSIONPREFIX=	v
 DISTVERSION=		3.8.0
+PORTREVISION=	1
 CATEGORIES=		math
 
 MAINTAINER=	phascolarctos@protonmail.ch

Modified: head/math/libxsmm/Makefile
==============================================================================
--- head/math/libxsmm/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/math/libxsmm/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libxsmm
 DISTVERSION=	1.10
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	math science
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/math/lis/Makefile
==============================================================================
--- head/math/lis/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/math/lis/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -2,6 +2,7 @@
 
 PORTNAME=	lis
 DISTVERSION=	2.0.19
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	https://www.ssisc.org/lis/dl/
 

Modified: head/math/mandelbulber2/Makefile
==============================================================================
--- head/math/mandelbulber2/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/math/mandelbulber2/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -2,6 +2,7 @@
 
 PORTNAME=	mandelbulber2
 DISTVERSION=	2.19
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/math/mkl-dnn/Makefile
==============================================================================
--- head/math/mkl-dnn/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/math/mkl-dnn/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -3,6 +3,7 @@
 PORTNAME=	mkl-dnn
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/math/py-rpy2/Makefile
==============================================================================
--- head/math/py-rpy2/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/math/py-rpy2/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -3,6 +3,7 @@
 
 PORTNAME=	rpy2
 DISTVERSION=	3.1.0
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/math/py-yt/Makefile
==============================================================================
--- head/math/py-yt/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/math/py-yt/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -3,7 +3,7 @@
 
 PORTNAME=	yt
 DISTVERSION=	3.5.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math astro python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/math/timbl/Makefile
==============================================================================
--- head/math/timbl/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/math/timbl/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -4,7 +4,7 @@
 PORTNAME=	timbl
 DISTVERSIONPREFIX=	v
 DISTVERSION=	6.4.13
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/math/tmv/Makefile
==============================================================================
--- head/math/tmv/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/math/tmv/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -3,7 +3,7 @@
 PORTNAME=	tmv
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.75
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/misc/urh/Makefile
==============================================================================
--- head/misc/urh/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/misc/urh/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -2,6 +2,7 @@
 
 PORTNAME=	urh
 DISTVERSION=	2.7.3
+PORTREVISION=	1
 CATEGORIES=	misc hamradio python
 MASTER_SITES=	CHEESESHOP
 

Modified: head/multimedia/libopenshot/Makefile
==============================================================================
--- head/multimedia/libopenshot/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/multimedia/libopenshot/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -4,7 +4,7 @@ PORTNAME=	libopenshot
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.2.3-178
 DISTVERSIONSUFFIX=	-g17a2258
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	multimedia
 
 MAINTAINER=	tatsuki_makino@hotmail.com

Modified: head/science/abinit/Makefile
==============================================================================
--- head/science/abinit/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/science/abinit/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -3,7 +3,7 @@
 
 PORTNAME=	abinit
 DISTVERSION=	8.10.3
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	science
 MASTER_SITES=	https://www.abinit.org/sites/default/files/packages/
 

Modified: head/science/chrono/Makefile
==============================================================================
--- head/science/chrono/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/science/chrono/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -3,7 +3,7 @@
 PORTNAME=	chrono
 DISTVERSION=	4.0.0-89
 DISTVERSIONSUFFIX=	-ge36b5a9ce
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	science devel
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/science/code_saturne/Makefile
==============================================================================
--- head/science/code_saturne/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/science/code_saturne/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -3,7 +3,7 @@
 
 PORTNAME=	code_saturne
 PORTVERSION=	5.3.3
-PORTREVISION=	1
+PORTREVISION=	2
 DISTVERSIONPREFIX=	v
 CATEGORIES=	science parallel
 

Modified: head/science/erkale/Makefile
==============================================================================
--- head/science/erkale/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/science/erkale/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -2,7 +2,7 @@
 
 PORTNAME=	erkale
 DISTVERSION=	g20190812
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	science
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/science/gabedit/Makefile
==============================================================================
--- head/science/gabedit/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/science/gabedit/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gabedit
 DISTVERSION=	2.5.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	science
 #MASTER_SITES=	http://prdownloads.sourceforge.net/${PORTNAME}/ # old SF-based source
 #DISTNAME=	GabeditSrc${DISTVERSION:S/.//g}

Modified: head/science/gromacs/Makefile
==============================================================================
--- head/science/gromacs/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/science/gromacs/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gromacs
 DISTVERSION=	2019.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	science
 MASTER_SITES=	ftp://ftp.gromacs.org/pub/gromacs/
 

Modified: head/science/lammps/Makefile
==============================================================================
--- head/science/lammps/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/science/lammps/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -2,6 +2,7 @@
 
 PORTNAME=	lammps
 PORTVERSION=	${GH_TAGNAME:C/(stable|patch)_([0-9]{1,2})([A-Z][a-z][a-z])([0-9]{4})/\4.\3.\2/S/Jan/01/S/Feb/02/S/Mar/03/S/Apr/04/S/May/05/S/Jun/06/S/Jul/07/S/Aug/08/S/Sep/09/S/Oct/10/S/Nov/11/S/Dec/12/}
+PORTREVISION=	1
 CATEGORIES=	science
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/science/latte/Makefile
==============================================================================
--- head/science/latte/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/science/latte/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -3,7 +3,7 @@
 PORTNAME=	latte
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.2.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	science
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/science/nest/Makefile
==============================================================================
--- head/science/nest/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/science/nest/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -3,7 +3,7 @@
 PORTNAME=	nest
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.18.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	science biology # NEST is used in neuroscience
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/

Modified: head/science/openmx/Makefile
==============================================================================
--- head/science/openmx/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/science/openmx/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -2,7 +2,7 @@
 
 PORTNAME=	openmx
 DISTVERSION=	3.8.5 # the 18June12 patch upgrades 3.8 -> 3.8.5
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	science
 MASTER_SITES=	http://www.openmx-square.org/ \
 		http://www.openmx-square.org/bugfixed/18June12/:patch

Modified: head/science/py-GPy/Makefile
==============================================================================
--- head/science/py-GPy/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/science/py-GPy/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -2,6 +2,7 @@
 
 PORTNAME=	GPy
 DISTVERSION=	1.9.8
+PORTREVISION=	1
 CATEGORIES=	science python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/science/py-PyFR/Makefile
==============================================================================
--- head/science/py-PyFR/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/science/py-PyFR/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -2,7 +2,7 @@
 
 PORTNAME=	PyFR
 DISTVERSION=	1.8.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	science python
 MASTER_SITES=	http://www.pyfr.org/download/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/science/py-phono3py/Makefile
==============================================================================
--- head/science/py-phono3py/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/science/py-phono3py/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -2,7 +2,7 @@
 
 PORTNAME=	phono3py
 DISTVERSION=	1.13.3.27
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	science python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/science/qmcpack/Makefile
==============================================================================
--- head/science/qmcpack/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/science/qmcpack/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -3,7 +3,7 @@
 PORTNAME=	qmcpack
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.8.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	science
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/textproc/libfolia/Makefile
==============================================================================
--- head/textproc/libfolia/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/textproc/libfolia/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -3,7 +3,7 @@
 PORTNAME=	libfolia
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.15
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	textproc
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/textproc/ucto/Makefile
==============================================================================
--- head/textproc/ucto/Makefile	Sat Sep 21 18:56:20 2019	(r512534)
+++ head/textproc/ucto/Makefile	Sat Sep 21 18:59:57 2019	(r512535)
@@ -3,7 +3,7 @@
 PORTNAME=	ucto
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.14.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	textproc
 
 MAINTAINER=	yuri@FreeBSD.org



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