diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-26 22:01:09 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-26 22:01:09 +0800 |
commit | fef65679d66b4e962a627af595c91d5f3797dd89 (patch) | |
tree | dc37ed3f7fdc0910d10751272e8291295bfcf3a4 /science | |
parent | b384cceadc4e059dd5ee41fc7c3521e2541f5923 (diff) | |
download | freebsd-ports-gnome-fef65679d66b4e962a627af595c91d5f3797dd89.tar.gz freebsd-ports-gnome-fef65679d66b4e962a627af595c91d5f3797dd89.tar.zst freebsd-ports-gnome-fef65679d66b4e962a627af595c91d5f3797dd89.zip |
Bump PORTREVISION for devel/protobuf shlib change
Diffstat (limited to 'science')
-rw-r--r-- | science/py-chainer/Makefile | 1 | ||||
-rw-r--r-- | science/py-tensorflow/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/science/py-chainer/Makefile b/science/py-chainer/Makefile index 963b41e09d74..d46f6dea502a 100644 --- a/science/py-chainer/Makefile +++ b/science/py-chainer/Makefile @@ -2,6 +2,7 @@ PORTNAME= chainer DISTVERSION= 7.7.0 +PORTREVISION= 1 CATEGORIES= science # machine-learning MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-tensorflow/Makefile b/science/py-tensorflow/Makefile index 9b66e537fc1a..428ac0174811 100644 --- a/science/py-tensorflow/Makefile +++ b/science/py-tensorflow/Makefile @@ -3,7 +3,7 @@ PORTNAME= tensorflow DISTVERSIONPREFIX= v DISTVERSION= 1.14.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= ${PORTNAME} |