diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-12-09 00:39:11 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-12-09 00:39:11 +0800 |
commit | ca2176f4ac9e70753263ba8d7d6d812142573e5b (patch) | |
tree | ad815939be3bffba08aba37cf0ca640ef860f55c /graphics/jpeg | |
parent | b4c8d3da5d599f48ed1d54e4f10d715c87dafa3f (diff) | |
download | freebsd-ports-gnome-ca2176f4ac9e70753263ba8d7d6d812142573e5b.tar.gz freebsd-ports-gnome-ca2176f4ac9e70753263ba8d7d6d812142573e5b.tar.zst freebsd-ports-gnome-ca2176f4ac9e70753263ba8d7d6d812142573e5b.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 'graphics/jpeg')
-rw-r--r-- | graphics/jpeg/Makefile | 3 | ||||
-rw-r--r-- | graphics/jpeg/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile index b19bd4ebc804..e1cae918ab7f 100644 --- a/graphics/jpeg/Makefile +++ b/graphics/jpeg/Makefile @@ -3,7 +3,7 @@ PORTNAME= jpeg PORTVERSION= 8 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= http://www.ijg.org/files/ \ http://sylvana.net/jpegcrop/:exif @@ -46,7 +46,6 @@ test: build regression-test: test post-install: - ${LN} -s libjpeg.so.8 ${STAGEDIR}${PREFIX}/lib/libjpeg.so.11 .for header in ${ADDITIONAL_HEADER} ${INSTALL_DATA} ${WRKSRC}/${header} ${STAGEDIR}${PREFIX}/include/ .endfor diff --git a/graphics/jpeg/pkg-plist b/graphics/jpeg/pkg-plist index a3107e861c0d..1fb901d13284 100644 --- a/graphics/jpeg/pkg-plist +++ b/graphics/jpeg/pkg-plist @@ -13,7 +13,6 @@ include/jpegint.h include/jpeglib.h lib/libjpeg.a lib/libjpeg.so -lib/libjpeg.so.11 lib/libjpeg.so.8 lib/libjpeg.so.8.4.0 man/man1/cjpeg.1.gz |