diff options
author | tijl <tijl@FreeBSD.org> | 2016-12-08 23:38:24 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-12-08 23:38:24 +0800 |
commit | f94baecc291cd69602eb6a06f6e7ef2c58280edd (patch) | |
tree | 3cfad4e87e68e101208ad28139b1bb25d21123d4 /math | |
parent | 199eb0cbcc94394eed631d9aa0bba877e89c3cd8 (diff) | |
download | freebsd-ports-gnome-f94baecc291cd69602eb6a06f6e7ef2c58280edd.tar.gz freebsd-ports-gnome-f94baecc291cd69602eb6a06f6e7ef2c58280edd.tar.zst freebsd-ports-gnome-f94baecc291cd69602eb6a06f6e7ef2c58280edd.zip |
Remove libogg.so.8, libvorbis.so.4 and libvorbisfile.so.6 compatibility
links that were added in r374303 to prevent massive PORTREVISION bumps.
Bump dependent ports that have not been bumped since.
Diffstat (limited to 'math')
-rw-r--r-- | math/scilab-toolbox-swt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/scilab-toolbox-swt/Makefile b/math/scilab-toolbox-swt/Makefile index e4be2119e43a..f956be3146a8 100644 --- a/math/scilab-toolbox-swt/Makefile +++ b/math/scilab-toolbox-swt/Makefile @@ -2,7 +2,7 @@ PORTNAME= swt PORTVERSION= 0.1.20 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= http://atoms.scilab.org/toolboxes/swt/${PORTVERSION}/files/ PKGNAMEPREFIX= scilab-toolbox- |