diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2020-12-13 01:04:37 +0800 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2020-12-13 01:04:37 +0800 |
commit | 0b5864f66c9ebdb1fe499427d12253b51ae298d1 (patch) | |
tree | 81ef83b36dbb3d2668a1fa9f050eeb07db79e821 /misc/visp | |
parent | a0e7003a170bea7379288660fcfc8d598dcc3c6f (diff) | |
download | freebsd-ports-gnome-0b5864f66c9ebdb1fe499427d12253b51ae298d1.tar.gz freebsd-ports-gnome-0b5864f66c9ebdb1fe499427d12253b51ae298d1.tar.zst freebsd-ports-gnome-0b5864f66c9ebdb1fe499427d12253b51ae298d1.zip |
- Upgrade math/eigen3 to 3.3.8;
- Add some dependencies which might be detected by Find_Package but not registered;
- Bump PORTREVISION of consumers.
PR: 250833
Submitted by: /me
Approved by: tcberner@ (KDE / maintainer) + exp-run
Diffstat (limited to 'misc/visp')
-rw-r--r-- | misc/visp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/visp/Makefile b/misc/visp/Makefile index 9a7071f77140..42306533d1a3 100644 --- a/misc/visp/Makefile +++ b/misc/visp/Makefile @@ -2,7 +2,7 @@ PORTNAME= visp DISTVERSION= 3.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MASTER_SITES= http://gforge.inria.fr/frs/download.php/latestfile/475/ |