diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-04-14 13:30:25 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-04-14 13:30:25 +0800 |
commit | 5874914e631e56d40dee7d57b244ac9ec2841cb1 (patch) | |
tree | 6366c23d4f245410e4ad91349a7d342c4435ba76 /math | |
parent | 29096a65b43a9b8fc2f2ea099009a65e8ae3b3a8 (diff) | |
download | freebsd-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 'math')
-rw-r--r-- | math/saga/Makefile | 6 | ||||
-rw-r--r-- | math/scilab-toolbox-sivp/Makefile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/math/saga/Makefile b/math/saga/Makefile index 702f32cd0fa6..0eeef0bc78ba 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -3,7 +3,7 @@ PORTNAME= saga PORTVERSION= 3.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -21,8 +21,8 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \ libjasper.so:graphics/jasper \ liblas.so:devel/liblas12 \ libodbc.so:databases/unixODBC \ - libopencv_ml.so:graphics/opencv2 \ - libopencv_core.so:graphics/opencv2-core \ + libopencv_ml.so:graphics/opencv \ + libopencv_core.so:graphics/opencv-core \ libproj.so:graphics/proj \ libsvm.so:science/libsvm \ libtbb.so:devel/tbb \ diff --git a/math/scilab-toolbox-sivp/Makefile b/math/scilab-toolbox-sivp/Makefile index 0be9495d44d5..cbad8397b0ff 100644 --- a/math/scilab-toolbox-sivp/Makefile +++ b/math/scilab-toolbox-sivp/Makefile @@ -2,7 +2,7 @@ PORTNAME= sivp DISTVERSION= 1.0.0.r286 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math graphics multimedia MASTER_SITES= LOCAL/makc PKGNAMEPREFIX= scilab-toolbox- @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Scilab Image and Video Processing Toolbox BUILD_DEPENDS= ${SCILAB_CMD}:math/scilab -LIB_DEPENDS= libopencv_legacy.so:graphics/opencv2 +LIB_DEPENDS= libopencv_legacy.so:graphics/opencv RUN_DEPENDS= ${SCILAB_CMD}:math/scilab USES= dos2unix pkgconfig tar:xz |