diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openvdb/Makefile | 2 | ||||
-rw-r--r-- | misc/py-openvdb/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/misc/openvdb/Makefile b/misc/openvdb/Makefile index 28d67432cd78..e9ecdb3fa0f6 100644 --- a/misc/openvdb/Makefile +++ b/misc/openvdb/Makefile @@ -1,7 +1,7 @@ PORTNAME= openvdb DISTVERSIONPREFIX= v DISTVERSION= 10.0.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/py-openvdb/Makefile b/misc/py-openvdb/Makefile index 7c03df906d1e..29f2216143a2 100644 --- a/misc/py-openvdb/Makefile +++ b/misc/py-openvdb/Makefile @@ -1,6 +1,7 @@ PORTNAME= openvdb DISTVERSIONPREFIX= v DISTVERSION= 10.0.1 +PORTREVISION= 1 CATEGORIES= misc PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |