summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2016-12-08 16:39:11 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2016-12-08 16:39:11 +0000
commitca2176f4ac9e70753263ba8d7d6d812142573e5b (patch)
treead815939be3bffba08aba37cf0ca640ef860f55c /graphics
parentUpdate devel/p4 due to micropatching. (diff)
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.
Notes
Notes: svn path=/head/; revision=428135
Diffstat (limited to 'graphics')
-rw-r--r--graphics/exiftran/Makefile2
-rw-r--r--graphics/gstreamer-plugins-jpeg/Makefile2
-rw-r--r--graphics/jp2a/Makefile2
-rw-r--r--graphics/jpeg/Makefile3
-rw-r--r--graphics/jpeg/pkg-plist1
-rw-r--r--graphics/jpgtn/Makefile2
-rw-r--r--graphics/jslice/Makefile2
-rw-r--r--graphics/libmng/Makefile2
-rw-r--r--graphics/libsvg-cairo/Makefile2
-rw-r--r--graphics/p5-Tk-JPEG-Lite/Makefile2
-rw-r--r--graphics/quat-gui/Makefile2
-rw-r--r--graphics/seejpeg/Makefile2
-rw-r--r--graphics/stamp/Makefile2
-rw-r--r--graphics/svg2pdf/Makefile2
-rw-r--r--graphics/svg2png/Makefile2
-rw-r--r--graphics/xsvg/Makefile2
-rw-r--r--graphics/yafray/Makefile2
17 files changed, 16 insertions, 18 deletions
diff --git a/graphics/exiftran/Makefile b/graphics/exiftran/Makefile
index 0ac50dbe4f23..13f4a748d9e5 100644
--- a/graphics/exiftran/Makefile
+++ b/graphics/exiftran/Makefile
@@ -4,7 +4,7 @@
PORTNAME= exiftran
DISTNAME= fbida-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
PORTVERSION= 2.09
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://www.kraxel.org/releases/fbida/
diff --git a/graphics/gstreamer-plugins-jpeg/Makefile b/graphics/gstreamer-plugins-jpeg/Makefile
index 87c6ed96879e..2b065be72887 100644
--- a/graphics/gstreamer-plugins-jpeg/Makefile
+++ b/graphics/gstreamer-plugins-jpeg/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
# $MCom: ports/graphics/gstreamer-plugins-jpeg/Makefile,v 1.5 2008/03/19 14:05:34 ahze Exp $
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
COMMENT= Gstreamer jpeg encoder/decoder plugin
diff --git a/graphics/jp2a/Makefile b/graphics/jp2a/Makefile
index 2370f5d0678e..aebc62559719 100644
--- a/graphics/jp2a/Makefile
+++ b/graphics/jp2a/Makefile
@@ -3,7 +3,7 @@
PORTNAME= jp2a
PORTVERSION= 1.0.6
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= graphics
MASTER_SITES= SF
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
diff --git a/graphics/jpgtn/Makefile b/graphics/jpgtn/Makefile
index 97bb2d90ac11..7be67582702d 100644
--- a/graphics/jpgtn/Makefile
+++ b/graphics/jpgtn/Makefile
@@ -3,7 +3,7 @@
PORTNAME= jpgtn
PORTVERSION= 2.06
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= SUNSITE/apps/graphics/misc
diff --git a/graphics/jslice/Makefile b/graphics/jslice/Makefile
index 351bfde73a19..42a1bfea2cc8 100644
--- a/graphics/jslice/Makefile
+++ b/graphics/jslice/Makefile
@@ -3,7 +3,7 @@
PORTNAME= jslice
PORTVERSION= 1.0.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= http://www.pldaniels.com/jslice/
diff --git a/graphics/libmng/Makefile b/graphics/libmng/Makefile
index 1155bd751fc1..e07b191be1fa 100644
--- a/graphics/libmng/Makefile
+++ b/graphics/libmng/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libmng
PORTVERSION= 1.0.10
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-devel/${PORTVERSION} \
http://www.libmng.com/download/
diff --git a/graphics/libsvg-cairo/Makefile b/graphics/libsvg-cairo/Makefile
index a42a88e134d9..9449ec06c6c7 100644
--- a/graphics/libsvg-cairo/Makefile
+++ b/graphics/libsvg-cairo/Makefile
@@ -4,7 +4,7 @@
PORTNAME= libsvg-cairo
PORTVERSION= 0.1.6
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/snapshots/
diff --git a/graphics/p5-Tk-JPEG-Lite/Makefile b/graphics/p5-Tk-JPEG-Lite/Makefile
index 622c996de526..49de41f47ff4 100644
--- a/graphics/p5-Tk-JPEG-Lite/Makefile
+++ b/graphics/p5-Tk-JPEG-Lite/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Tk-JPEG-Lite
PORTVERSION= 2.01500
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/graphics/quat-gui/Makefile b/graphics/quat-gui/Makefile
index 5a035dd2c6f2..04ec87350ce2 100644
--- a/graphics/quat-gui/Makefile
+++ b/graphics/quat-gui/Makefile
@@ -3,7 +3,7 @@
PORTNAME= quat
PORTVERSION= 1.20
-PORTREVISION= 14
+PORTREVISION= 15
CATEGORIES= graphics
MASTER_SITES= https://www.physcip.uni-stuttgart.de/pages/~phy11733/download/
PKGNAMESUFFIX= -gui
diff --git a/graphics/seejpeg/Makefile b/graphics/seejpeg/Makefile
index 116f92889127..dc6ea5c5a18a 100644
--- a/graphics/seejpeg/Makefile
+++ b/graphics/seejpeg/Makefile
@@ -3,7 +3,7 @@
PORTNAME= seejpeg
PORTVERSION= 1.10
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= SUNSITE/apps/graphics/viewers/svga
diff --git a/graphics/stamp/Makefile b/graphics/stamp/Makefile
index 347d660460a4..046a62820407 100644
--- a/graphics/stamp/Makefile
+++ b/graphics/stamp/Makefile
@@ -3,7 +3,7 @@
PORTNAME= stamp
PORTVERSION= 2.0.8
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= graphics
MASTER_SITES= SF
diff --git a/graphics/svg2pdf/Makefile b/graphics/svg2pdf/Makefile
index 180f0c279ab0..4be98994aea6 100644
--- a/graphics/svg2pdf/Makefile
+++ b/graphics/svg2pdf/Makefile
@@ -4,7 +4,7 @@
PORTNAME= svg2pdf
PORTVERSION= 0.1.3
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/snapshots/
diff --git a/graphics/svg2png/Makefile b/graphics/svg2png/Makefile
index 45557cbf8bb9..280c368c7379 100644
--- a/graphics/svg2png/Makefile
+++ b/graphics/svg2png/Makefile
@@ -4,7 +4,7 @@
PORTNAME= svg2png
PORTVERSION= 0.1.3
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/snapshots/
diff --git a/graphics/xsvg/Makefile b/graphics/xsvg/Makefile
index 2416239da799..c52b8e10157c 100644
--- a/graphics/xsvg/Makefile
+++ b/graphics/xsvg/Makefile
@@ -4,7 +4,7 @@
PORTNAME= xsvg
PORTVERSION= 0.2.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/snapshots/
diff --git a/graphics/yafray/Makefile b/graphics/yafray/Makefile
index 23afdb1ace18..62d5258058bd 100644
--- a/graphics/yafray/Makefile
+++ b/graphics/yafray/Makefile
@@ -3,7 +3,7 @@
PORTNAME= yafray
PORTVERSION= 0.0.9
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= http://freebsd.nsu.ru/distfiles/ \
#http://www.yafaray.org/sites/default/files/download/builds/