diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-09-06 06:05:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-09-06 06:05:23 +0800 |
commit | 4e0baaba99c6911ae30c89181ee0905fc5789109 (patch) | |
tree | 27084341d5a795ebcf03e92850c6f132a2a6e8af /graphics | |
parent | a8790a3e1f9d4e3f2826fdff40f74803fe3ab3af (diff) | |
download | freebsd-ports-gnome-4e0baaba99c6911ae30c89181ee0905fc5789109.tar.gz freebsd-ports-gnome-4e0baaba99c6911ae30c89181ee0905fc5789109.tar.zst freebsd-ports-gnome-4e0baaba99c6911ae30c89181ee0905fc5789109.zip |
Update science/hdf5 to 1.10.2
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.2#releasenotes
https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.2/src/hdf5-1.10.2-RELEASE.txt
PR: 231009
Exp-run by: antoine
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/alembic/Makefile | 2 | ||||
-rw-r--r-- | graphics/blender/Makefile | 2 | ||||
-rw-r--r-- | graphics/caffe/Makefile | 2 | ||||
-rw-r--r-- | graphics/opencv/Makefile | 2 | ||||
-rw-r--r-- | graphics/openimageio/Makefile | 2 | ||||
-rw-r--r-- | graphics/vigra/Makefile | 2 | ||||
-rw-r--r-- | graphics/vips/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/graphics/alembic/Makefile b/graphics/alembic/Makefile index a06ad786af68..888e9d744ff8 100644 --- a/graphics/alembic/Makefile +++ b/graphics/alembic/Makefile @@ -3,7 +3,7 @@ PORTNAME= alembic PORTVERSION= 1.7.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index fef75dd71949..7c26a932a14b 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -3,7 +3,7 @@ PORTNAME= blender PORTVERSION= 2.79b -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics games MASTER_SITES= http://download.blender.org/source/ \ http://mirror.cs.umn.edu/blender.org/source/ \ diff --git a/graphics/caffe/Makefile b/graphics/caffe/Makefile index 88ca79af8232..071a41cd8e00 100644 --- a/graphics/caffe/Makefile +++ b/graphics/caffe/Makefile @@ -2,7 +2,7 @@ PORTNAME= caffe PORTVERSION= 1.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= graphics MAINTAINER= eric@camachat.org diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile index b5cf16052cac..6415b9b15335 100644 --- a/graphics/opencv/Makefile +++ b/graphics/opencv/Makefile @@ -3,7 +3,7 @@ PORTNAME= opencv PORTVERSION= 3.4.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile index 7234ba7cfe05..7865719b81e1 100644 --- a/graphics/openimageio/Makefile +++ b/graphics/openimageio/Makefile @@ -4,7 +4,7 @@ PORTNAME= openimageio PORTVERSION= 1.7.17 DISTVERSIONPREFIX= Release- -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES?= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz diff --git a/graphics/vigra/Makefile b/graphics/vigra/Makefile index 7d961a75d908..91777045535e 100644 --- a/graphics/vigra/Makefile +++ b/graphics/vigra/Makefile @@ -3,7 +3,7 @@ PORTNAME= vigra DISTVERSION= 1.11.0 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= graphics PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile index 3ebc6da35dc5..b0656ba7e6a9 100644 --- a/graphics/vips/Makefile +++ b/graphics/vips/Makefile @@ -3,7 +3,7 @@ PORTNAME= vips PORTVERSION= 8.6.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= https://github.com/${GH_ACCOUNT}/libvips/releases/download/v${PORTVERSION}/ |