aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/caffe
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2017-04-14 13:30:25 +0800
committerjbeich <jbeich@FreeBSD.org>2017-04-14 13:30:25 +0800
commit5874914e631e56d40dee7d57b244ac9ec2841cb1 (patch)
tree6366c23d4f245410e4ad91349a7d342c4435ba76 /graphics/caffe
parent29096a65b43a9b8fc2f2ea099009a65e8ae3b3a8 (diff)
downloadfreebsd-ports-gnome-5874914e631e56d40dee7d57b244ac9ec2841cb1.tar.gz
freebsd-ports-gnome-5874914e631e56d40dee7d57b244ac9ec2841cb1.tar.zst
freebsd-ports-gnome-5874914e631e56d40dee7d57b244ac9ec2841cb1.zip
graphics/opencv: back out r423216 and r423063 (replaying r423316)
Renaming didn't help to unblock 3.x progress as co-existence with 2.x was no less complex than simply fixing consumers. This commit also restores directory-level history accidentally lost via git-svn. PR: 210505 Pointy hat to: jbeich (should've discussed first)
Diffstat (limited to 'graphics/caffe')
-rw-r--r--graphics/caffe/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/caffe/Makefile b/graphics/caffe/Makefile
index 035138792aa3..f01b0d781889 100644
--- a/graphics/caffe/Makefile
+++ b/graphics/caffe/Makefile
@@ -2,7 +2,7 @@
PORTNAME= caffe
PORTVERSION= 1.0.0.r5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MAINTAINER= eric@camachat.org
@@ -23,8 +23,8 @@ LIB_DEPENDS= libsnappy.so:archivers/snappy \
libgflags.so:devel/gflags \
libglog.so:devel/glog \
libprotobuf.so:devel/protobuf \
- libopencv_highgui.so:graphics/opencv2 \
- libopencv_core.so:graphics/opencv2-core \
+ libopencv_highgui.so:graphics/opencv \
+ libopencv_core.so:graphics/opencv-core \
libopenblas.so:math/openblas \
libhdf5.so:science/hdf5
RUN_DEPENDS= ${PYNUMPY} \