diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-09-21 18:59:57 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-09-21 18:59:57 +0000 |
commit | b03c67869c104cc54fd69f5375fc6c36a14379a9 (patch) | |
tree | c918f80b114a5ae99d35f8779ce3f8641e284c25 | |
parent | 9dd19244b19eca332ca579464336ae9b682c3482 (diff) |
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/
Notes
Notes:
svn path=/head/; revision=512535
58 files changed, 90 insertions, 83 deletions
diff --git a/astro/siril/Makefile b/astro/siril/Makefile index 5c5cce97e4dc..314b5f88b268 100644 --- a/astro/siril/Makefile +++ b/astro/siril/Makefile @@ -2,7 +2,7 @@ PORTNAME= siril DISTVERSION= 0.9.10 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= astro graphics MASTER_SITES= https://free-astro.org/download/ diff --git a/biology/abyss/Makefile b/biology/abyss/Makefile index 55eb657e2ca4..bf9b3195d646 100644 --- a/biology/abyss/Makefile +++ b/biology/abyss/Makefile @@ -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}/ diff --git a/biology/hhsuite/Makefile b/biology/hhsuite/Makefile index 07f103c78df9..e2893c58d65f 100644 --- a/biology/hhsuite/Makefile +++ b/biology/hhsuite/Makefile @@ -3,7 +3,7 @@ PORTNAME= hhsuite DISTVERSIONPREFIX= v DISTVERSION= 3.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology science MAINTAINER= yuri@FreeBSD.org diff --git a/biology/py-fastTSNE/Makefile b/biology/py-fastTSNE/Makefile index 0a647f0e023a..8ba0ef155b22 100644 --- a/biology/py-fastTSNE/Makefile +++ b/biology/py-fastTSNE/Makefile @@ -2,7 +2,7 @@ PORTNAME= fastTSNE DISTVERSION= 0.2.13 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= biology python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/comms/wsjtx/Makefile b/comms/wsjtx/Makefile index e1b357cd2c12..b2ac3043517d 100644 --- a/comms/wsjtx/Makefile +++ b/comms/wsjtx/Makefile @@ -2,6 +2,7 @@ PORTNAME= wsjtx DISTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= SF/wsjt/${PORTNAME}-${PORTVERSION}${DISTVERSIONSUFFIX} diff --git a/converters/pdf2djvu/Makefile b/converters/pdf2djvu/Makefile index 5bd06b5e4b83..cd575e62f455 100644 --- a/converters/pdf2djvu/Makefile +++ b/converters/pdf2djvu/Makefile @@ -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}/ diff --git a/devel/openmp/Makefile b/devel/openmp/Makefile index 25b0d7e25124..b2d5bb2e8023 100644 --- a/devel/openmp/Makefile +++ b/devel/openmp/Makefile @@ -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 \ diff --git a/devel/openmp/distinfo b/devel/openmp/distinfo index 8c1d62a75839..feb614e987a6 100644 --- a/devel/openmp/distinfo +++ b/devel/openmp/distinfo @@ -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 diff --git a/devel/openmp/files/patch-bug32279 b/devel/openmp/files/patch-bug32279 deleted file mode 100644 index e22a49226ca1..000000000000 --- a/devel/openmp/files/patch-bug32279 +++ /dev/null @@ -1,27 +0,0 @@ ---- runtime/cmake/LibompHandleFlags.cmake.orig 2018-12-10 13:45:00 UTC -+++ runtime/cmake/LibompHandleFlags.cmake -@@ -159,11 +159,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) -- ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "DragonFly") -+ ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "DragonFly|FreeBSD") - IF(${CMAKE_SYSTEM_NAME} MATCHES "NetBSD") - libomp_append(libflags_local -lm) - ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "NetBSD") ---- runtime/cmake/LibompMicroTests.cmake.orig 2017-03-16 15:50:48 UTC -+++ runtime/cmake/LibompMicroTests.cmake -@@ -171,7 +171,7 @@ add_custom_command( - add_custom_target(libomp-test-deps DEPENDS test-deps/.success) - set(libomp_expected_library_deps) - if(CMAKE_SYSTEM_NAME MATCHES "FreeBSD") -- set(libomp_expected_library_deps libc.so.7 libthr.so.3) -+ set(libomp_expected_library_deps libc.so.7 libthr.so.3 libm.so.5) - libomp_append(libomp_expected_library_deps libhwloc.so.5 LIBOMP_USE_HWLOC) - elseif(CMAKE_SYSTEM_NAME MATCHES "NetBSD") - set(libomp_expected_library_deps libc.so.12 libpthread.so.1 libm.so.0) diff --git a/devel/openmp/files/patch-runtime_cmake_LibompHandleFlags.cmake b/devel/openmp/files/patch-runtime_cmake_LibompHandleFlags.cmake new file mode 100644 index 000000000000..2438fda5d052 --- /dev/null +++ b/devel/openmp/files/patch-runtime_cmake_LibompHandleFlags.cmake @@ -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}) diff --git a/devel/openmp/files/patch-runtime_src_kmp__runtime.cpp b/devel/openmp/files/patch-runtime_src_kmp__runtime.cpp deleted file mode 100644 index 710755e01f6e..000000000000 --- a/devel/openmp/files/patch-runtime_src_kmp__runtime.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- runtime/src/kmp_runtime.cpp.orig 2019-01-15 15:36:53 UTC -+++ runtime/src/kmp_runtime.cpp -@@ -8104,7 +8104,7 @@ __kmp_determine_reduction_method( - - #elif KMP_ARCH_X86 || KMP_ARCH_ARM || KMP_ARCH_AARCH || KMP_ARCH_MIPS - --#if KMP_OS_LINUX || KMP_OS_WINDOWS || KMP_OS_HURD -+#if KMP_OS_LINUX || KMP_OS_FREEBSD || KMP_OS_WINDOWS || KMP_OS_HURD - - // basic tuning - diff --git a/devel/openmp/files/patch-runtime_tools_check-depends.pl b/devel/openmp/files/patch-runtime_tools_check-depends.pl new file mode 100644 index 000000000000..5b6d9440bc92 --- /dev/null +++ b/devel/openmp/files/patch-runtime_tools_check-depends.pl @@ -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 ); diff --git a/devel/py-numba/Makefile b/devel/py-numba/Makefile index e65dda5341c6..8687dfe6d4a2 100644 --- a/devel/py-numba/Makefile +++ b/devel/py-numba/Makefile @@ -3,7 +3,7 @@ PORTNAME= numba DISTVERSION= 0.40.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/finance/quantlib/Makefile b/finance/quantlib/Makefile index 8f50d08ec82e..0d800729dffb 100644 --- a/finance/quantlib/Makefile +++ b/finance/quantlib/Makefile @@ -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} diff --git a/french/aster/Makefile b/french/aster/Makefile index 772b3e7fe4eb..dc33fd67cc5b 100644 --- a/french/aster/Makefile +++ b/french/aster/Makefile @@ -3,7 +3,7 @@ PORTNAME= aster DISTVERSION= ${ASTER_DISTVERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= french cad MAINTAINER= thierry@FreeBSD.org diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index ae52233492d2..22af7d4d53f0 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -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/ \ diff --git a/graphics/gmic/Makefile b/graphics/gmic/Makefile index 38d32d6f9ac1..90549d7025fe 100644 --- a/graphics/gmic/Makefile +++ b/graphics/gmic/Makefile @@ -2,6 +2,7 @@ PORTNAME= gmic DISTVERSION= 2.7.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://gmic.eu/files/source/ DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile index a69e02f0fffb..29f293560964 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -4,7 +4,7 @@ PORTNAME= gthumb PORTVERSION= 3.6.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/graphics/lightzone/Makefile b/graphics/lightzone/Makefile index c540022c50df..4ec9103854c6 100644 --- a/graphics/lightzone/Makefile +++ b/graphics/lightzone/Makefile @@ -4,7 +4,7 @@ PORTNAME= lightzone DISTVERSION= 4.1.8-3 DISTVERSIONSUFFIX= -g36e87773 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics java DIST_SUBDIR= ${PORTNAME} diff --git a/graphics/mandelbulber/Makefile b/graphics/mandelbulber/Makefile index a1b467ca3752..3962e456162e 100644 --- a/graphics/mandelbulber/Makefile +++ b/graphics/mandelbulber/Makefile @@ -3,6 +3,7 @@ PORTNAME= mandelbulber DISTVERSION= 2.19 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile index febf97e7886e..f855a15216c9 100644 --- a/graphics/rawtherapee/Makefile +++ b/graphics/rawtherapee/Makefile @@ -3,6 +3,7 @@ PORTNAME= rawtherapee PORTVERSION= 5.7 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://rawtherapee.com/shared/source/ diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile index 06b7a3ff403d..a83c4d17cd32 100644 --- a/graphics/tesseract/Makefile +++ b/graphics/tesseract/Makefile @@ -3,7 +3,7 @@ PORTNAME= tesseract PORTVERSION= 4.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= pkubaj@FreeBSD.org diff --git a/math/R/Makefile b/math/R/Makefile index 2b59e4dd3b45..3ee1a1e840bc 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -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|\..*||} diff --git a/math/ambit/Makefile b/math/ambit/Makefile index fa29a7c515b7..e6e7906e6414 100644 --- a/math/ambit/Makefile +++ b/math/ambit/Makefile @@ -3,7 +3,7 @@ PORTNAME= ambit DISTVERSIONPREFIX= v DISTVERSION= 0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math PKGNAMESUFFIX= -tensor # avoid clash with shells/ambit diff --git a/math/blaze/Makefile b/math/blaze/Makefile index 1f9373c5d40a..e3b1b8c7d8df 100644 --- a/math/blaze/Makefile +++ b/math/blaze/Makefile @@ -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/ diff --git a/math/blazeiterative/Makefile b/math/blazeiterative/Makefile index d9be0678ac1f..b6ceea0cb560 100644 --- a/math/blazeiterative/Makefile +++ b/math/blazeiterative/Makefile @@ -2,7 +2,7 @@ PORTNAME= blazeiterative PORTVERSION= g20180409 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/combblas/Makefile b/math/combblas/Makefile index 7e22f3add20f..f740568c65f4 100644 --- a/math/combblas/Makefile +++ b/math/combblas/Makefile @@ -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/./_/} diff --git a/math/dbcsr/Makefile b/math/dbcsr/Makefile index f349803cd2ff..067e228619ad 100644 --- a/math/dbcsr/Makefile +++ b/math/dbcsr/Makefile @@ -3,7 +3,7 @@ PORTNAME= dbcsr DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/gretl/Makefile b/math/gretl/Makefile index a81574fe28ec..8e9cad9cbf87 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -3,7 +3,7 @@ PORTNAME= gretl DISTVERSION= 2019a -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math finance MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSIONFULL}/ diff --git a/math/hipmcl/Makefile b/math/hipmcl/Makefile index 1de4df291602..ea93e9ff1eeb 100644 --- a/math/hipmcl/Makefile +++ b/math/hipmcl/Makefile @@ -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=/ diff --git a/math/hmat-oss/Makefile b/math/hmat-oss/Makefile index 477fef1fde29..2ea8f2490500 100644 --- a/math/hmat-oss/Makefile +++ b/math/hmat-oss/Makefile @@ -2,7 +2,7 @@ PORTNAME= hmat-oss DISTVERSION= 1.5.0-348 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONSUFFIX= -g76beaf3 CATEGORIES= math diff --git a/math/libnormaliz/Makefile b/math/libnormaliz/Makefile index 3fb57b6ca75b..9960bcc3caae 100644 --- a/math/libnormaliz/Makefile +++ b/math/libnormaliz/Makefile @@ -3,6 +3,7 @@ PORTNAME= libnormaliz DISTVERSIONPREFIX= v DISTVERSION= 3.8.0 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= phascolarctos@protonmail.ch diff --git a/math/libxsmm/Makefile b/math/libxsmm/Makefile index 77b033f776a9..c830684725b1 100644 --- a/math/libxsmm/Makefile +++ b/math/libxsmm/Makefile @@ -2,7 +2,7 @@ PORTNAME= libxsmm DISTVERSION= 1.10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math science MAINTAINER= yuri@FreeBSD.org diff --git a/math/lis/Makefile b/math/lis/Makefile index 66355cee3d55..a3e548b00644 100644 --- a/math/lis/Makefile +++ b/math/lis/Makefile @@ -2,6 +2,7 @@ PORTNAME= lis DISTVERSION= 2.0.19 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= https://www.ssisc.org/lis/dl/ diff --git a/math/mandelbulber2/Makefile b/math/mandelbulber2/Makefile index 9d2d59f66258..761a3363677f 100644 --- a/math/mandelbulber2/Makefile +++ b/math/mandelbulber2/Makefile @@ -2,6 +2,7 @@ PORTNAME= mandelbulber2 DISTVERSION= 2.19 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/mkl-dnn/Makefile b/math/mkl-dnn/Makefile index e08e00be7c54..08eccb5837c1 100644 --- a/math/mkl-dnn/Makefile +++ b/math/mkl-dnn/Makefile @@ -3,6 +3,7 @@ PORTNAME= mkl-dnn DISTVERSIONPREFIX= v DISTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/py-rpy2/Makefile b/math/py-rpy2/Makefile index 46c4da412fed..07042234f75f 100644 --- a/math/py-rpy2/Makefile +++ b/math/py-rpy2/Makefile @@ -3,6 +3,7 @@ PORTNAME= rpy2 DISTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-yt/Makefile b/math/py-yt/Makefile index a8307fed88b1..7dea6c57d3d6 100644 --- a/math/py-yt/Makefile +++ b/math/py-yt/Makefile @@ -3,7 +3,7 @@ PORTNAME= yt DISTVERSION= 3.5.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/timbl/Makefile b/math/timbl/Makefile index b39fd0936317..638cdc9e7f0f 100644 --- a/math/timbl/Makefile +++ b/math/timbl/Makefile @@ -4,7 +4,7 @@ PORTNAME= timbl DISTVERSIONPREFIX= v DISTVERSION= 6.4.13 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/tmv/Makefile b/math/tmv/Makefile index 0e731fad88e4..5bc7ba284309 100644 --- a/math/tmv/Makefile +++ b/math/tmv/Makefile @@ -3,7 +3,7 @@ PORTNAME= tmv DISTVERSIONPREFIX= v DISTVERSION= 0.75 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/misc/urh/Makefile b/misc/urh/Makefile index 39b7258dac5e..9b87c600b434 100644 --- a/misc/urh/Makefile +++ b/misc/urh/Makefile @@ -2,6 +2,7 @@ PORTNAME= urh DISTVERSION= 2.7.3 +PORTREVISION= 1 CATEGORIES= misc hamradio python MASTER_SITES= CHEESESHOP diff --git a/multimedia/libopenshot/Makefile b/multimedia/libopenshot/Makefile index 5d80849b3a6c..78a74083e68b 100644 --- a/multimedia/libopenshot/Makefile +++ b/multimedia/libopenshot/Makefile @@ -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 diff --git a/science/abinit/Makefile b/science/abinit/Makefile index 0e3e6c393308..e35efc78cf73 100644 --- a/science/abinit/Makefile +++ b/science/abinit/Makefile @@ -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/ diff --git a/science/chrono/Makefile b/science/chrono/Makefile index dd4150c1979b..85ff10fc9aaa 100644 --- a/science/chrono/Makefile +++ b/science/chrono/Makefile @@ -3,7 +3,7 @@ PORTNAME= chrono DISTVERSION= 4.0.0-89 DISTVERSIONSUFFIX= -ge36b5a9ce -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science devel MAINTAINER= yuri@FreeBSD.org diff --git a/science/code_saturne/Makefile b/science/code_saturne/Makefile index e2997b15e597..4239c3822746 100644 --- a/science/code_saturne/Makefile +++ b/science/code_saturne/Makefile @@ -3,7 +3,7 @@ PORTNAME= code_saturne PORTVERSION= 5.3.3 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= science parallel diff --git a/science/erkale/Makefile b/science/erkale/Makefile index 2986614daf98..3fdedd07204d 100644 --- a/science/erkale/Makefile +++ b/science/erkale/Makefile @@ -2,7 +2,7 @@ PORTNAME= erkale DISTVERSION= g20190812 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/gabedit/Makefile b/science/gabedit/Makefile index fa990a6e7424..67c86e45f7b3 100644 --- a/science/gabedit/Makefile +++ b/science/gabedit/Makefile @@ -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} diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile index 85fec49eab79..2e586b6b51e2 100644 --- a/science/gromacs/Makefile +++ b/science/gromacs/Makefile @@ -3,7 +3,7 @@ PORTNAME= gromacs DISTVERSION= 2019.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/ diff --git a/science/lammps/Makefile b/science/lammps/Makefile index 2fe4d34eec12..637c9f87cc44 100644 --- a/science/lammps/Makefile +++ b/science/lammps/Makefile @@ -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 diff --git a/science/latte/Makefile b/science/latte/Makefile index 5692c8dd5ccd..e82b0c9c009b 100644 --- a/science/latte/Makefile +++ b/science/latte/Makefile @@ -3,7 +3,7 @@ PORTNAME= latte DISTVERSIONPREFIX= v DISTVERSION= 1.2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/nest/Makefile b/science/nest/Makefile index 009cb72eabb9..cf733d929da0 100644 --- a/science/nest/Makefile +++ b/science/nest/Makefile @@ -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/ diff --git a/science/openmx/Makefile b/science/openmx/Makefile index c59c04129b36..5dbf537272d1 100644 --- a/science/openmx/Makefile +++ b/science/openmx/Makefile @@ -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 diff --git a/science/py-GPy/Makefile b/science/py-GPy/Makefile index 3f34aa3fb2f4..5724bea13a56 100644 --- a/science/py-GPy/Makefile +++ b/science/py-GPy/Makefile @@ -2,6 +2,7 @@ PORTNAME= GPy DISTVERSION= 1.9.8 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-PyFR/Makefile b/science/py-PyFR/Makefile index 4878cd598e50..390cae9d4f54 100644 --- a/science/py-PyFR/Makefile +++ b/science/py-PyFR/Makefile @@ -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} diff --git a/science/py-phono3py/Makefile b/science/py-phono3py/Makefile index 6a38a622e288..53196db17f85 100644 --- a/science/py-phono3py/Makefile +++ b/science/py-phono3py/Makefile @@ -2,7 +2,7 @@ PORTNAME= phono3py DISTVERSION= 1.13.3.27 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/qmcpack/Makefile b/science/qmcpack/Makefile index 35e116d4360f..32e1fc82f53f 100644 --- a/science/qmcpack/Makefile +++ b/science/qmcpack/Makefile @@ -3,7 +3,7 @@ PORTNAME= qmcpack DISTVERSIONPREFIX= v DISTVERSION= 3.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/libfolia/Makefile b/textproc/libfolia/Makefile index eca3e36065a0..c9952d32ca5f 100644 --- a/textproc/libfolia/Makefile +++ b/textproc/libfolia/Makefile @@ -3,7 +3,7 @@ PORTNAME= libfolia DISTVERSIONPREFIX= v DISTVERSION= 1.15 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/ucto/Makefile b/textproc/ucto/Makefile index 1a4ded016dc2..30b1291d6bc4 100644 --- a/textproc/ucto/Makefile +++ b/textproc/ucto/Makefile @@ -3,7 +3,7 @@ PORTNAME= ucto DISTVERSIONPREFIX= v DISTVERSION= 0.14.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org |