diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-10-04 01:47:08 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-10-04 01:47:08 +0800 |
commit | 4c2b0b14c897b5e35776644c1a3a2bfd9e287b3d (patch) | |
tree | 9a595c7cf960f87901403bde2fb7e4175befb3a5 /math | |
parent | f6f4b8bf10ba40bef3b78f35fc9dcf20eac55047 (diff) | |
download | freebsd-ports-gnome-4c2b0b14c897b5e35776644c1a3a2bfd9e287b3d.tar.gz freebsd-ports-gnome-4c2b0b14c897b5e35776644c1a3a2bfd9e287b3d.tar.zst freebsd-ports-gnome-4c2b0b14c897b5e35776644c1a3a2bfd9e287b3d.zip |
graphics/opencv: add suffix to make room for 3.x series
To avoid confusion, the main port is to track the latest release.
Whether to rename includes/libraries as well making it possible to
install 2.x and 3.x side-by-side remains to be investigated.
PR: 210505 (for tracking)
Inspired by: PkgSrc
Diffstat (limited to 'math')
-rw-r--r-- | math/saga/Makefile | 5 | ||||
-rw-r--r-- | math/scilab-toolbox-sivp/Makefile | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/math/saga/Makefile b/math/saga/Makefile index e14aa4b471c4..23ab7e856d6c 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -3,6 +3,7 @@ PORTNAME= saga PORTVERSION= 2.3.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]*$//}/SAGA%20${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -20,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/opencv \ - libopencv_core.so:graphics/opencv-core \ + libopencv_ml.so:graphics/opencv2 \ + libopencv_core.so:graphics/opencv2-core \ libproj.so:graphics/proj \ libtbb.so:devel/tbb \ libtiff.so:graphics/tiff diff --git a/math/scilab-toolbox-sivp/Makefile b/math/scilab-toolbox-sivp/Makefile index ccf9d65ab19e..6aedb9b29c89 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= 7 +PORTREVISION= 8 CATEGORIES= math graphics multimedia MASTER_SITES= LOCAL/makc PKGNAMEPREFIX= scilab-toolbox- @@ -11,7 +11,7 @@ MAINTAINER= makc@FreeBSD.org COMMENT= Scilab Image and Video Processing Toolbox BUILD_DEPENDS= ${SCILAB_CMD}:math/scilab -LIB_DEPENDS= libopencv_legacy.so:graphics/opencv +LIB_DEPENDS= libopencv_legacy.so:graphics/opencv2 RUN_DEPENDS= ${SCILAB_CMD}:math/scilab USES= dos2unix pkgconfig tar:xz |