diff options
author | tijl <tijl@FreeBSD.org> | 2016-12-09 00:39:11 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-12-09 00:39:11 +0800 |
commit | 24f1021eb22e46fde724ad8dff4a0304ad3b792f (patch) | |
tree | ad815939be3bffba08aba37cf0ca640ef860f55c /multimedia/motion | |
parent | 326005bc047e498bc40a9a520a1f83afde7094ba (diff) | |
download | freebsd-ports-gnome-24f1021eb22e46fde724ad8dff4a0304ad3b792f.tar.gz freebsd-ports-gnome-24f1021eb22e46fde724ad8dff4a0304ad3b792f.tar.zst freebsd-ports-gnome-24f1021eb22e46fde724ad8dff4a0304ad3b792f.zip |
Remove libjpeg.so.11 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Diffstat (limited to 'multimedia/motion')
-rw-r--r-- | multimedia/motion/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/motion/Makefile b/multimedia/motion/Makefile index 9b489c46f0b5..06d1575147ff 100644 --- a/multimedia/motion/Makefile +++ b/multimedia/motion/Makefile @@ -3,7 +3,7 @@ PORTNAME= motion PORTVERSION= 3.2.12 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20-%20${PORTVERSION:R}/${PORTVERSION} |