diff options
author | jhale <jhale@FreeBSD.org> | 2013-12-04 10:51:00 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2013-12-04 10:51:00 +0800 |
commit | 481fb7ae25d2cadd7407b763c6fd10f97c884b84 (patch) | |
tree | 3dd64f0c809f9e8c1a80871241444471c0db3540 /graphics/p5-Image-ObjectDetect | |
parent | 80d813445175211c54cb28d2e8fec5b786b625c4 (diff) | |
download | freebsd-ports-gnome-481fb7ae25d2cadd7407b763c6fd10f97c884b84.tar.gz freebsd-ports-gnome-481fb7ae25d2cadd7407b763c6fd10f97c884b84.tar.zst freebsd-ports-gnome-481fb7ae25d2cadd7407b763c6fd10f97c884b84.zip |
- Update graphics/*opencv* to 2.4.7
- Revert options helpers to if statements since the OFF condition is not
applied when OPTIONS_EXCLUDE is used
- Move most of the OpenCV modules from the graphics/opencv-core port to
graphics/opencv, leaving opencv-core as just the bare minimum required
for building ffmpeg with OpenCV support
- Install examples for python and java bindings
- Add new slave port graphics/opencv-java: Java bindings for OpenCV
- Bump PORTREVISION and make dependency adjustments and fixes for
dependent ports
- Add UPDATING entry
Diffstat (limited to 'graphics/p5-Image-ObjectDetect')
-rw-r--r-- | graphics/p5-Image-ObjectDetect/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/p5-Image-ObjectDetect/Makefile b/graphics/p5-Image-ObjectDetect/Makefile index 43c72b5705ba..48d51ae2855a 100644 --- a/graphics/p5-Image-ObjectDetect/Makefile +++ b/graphics/p5-Image-ObjectDetect/Makefile @@ -3,6 +3,7 @@ PORTNAME= Image-ObjectDetect PORTVERSION= 0.12 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- |