aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2009-07-18 11:11:29 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2009-07-18 11:11:29 +0000
commit3bbc108312c59a9d56e6bd7a9130f8572093caaf (patch)
tree8e56c67cbd222afd02e8ebaf5562ceb6431033ac /lang
parent4e0edf1034c6e05efb7571da455f2c7ff894a993 (diff)
downloadports-3bbc108312c59a9d56e6bd7a9130f8572093caaf.tar.gz
ports-3bbc108312c59a9d56e6bd7a9130f8572093caaf.zip
- update to jpeg7
Tested by: pav on pointyhat
Notes
Notes: svn path=/head/; revision=238018
Diffstat (limited to 'lang')
-rw-r--r--lang/drscheme/Makefile4
-rw-r--r--lang/ofc/Makefile4
-rw-r--r--lang/php4/Makefile.ext2
-rw-r--r--lang/php5/Makefile.ext2
-rw-r--r--lang/php53/Makefile.ext2
-rw-r--r--lang/pike72/Makefile4
-rw-r--r--lang/pike76/Makefile4
-rw-r--r--lang/pike78/Makefile3
-rw-r--r--lang/plt-scheme/Makefile4
-rw-r--r--lang/racket-textual/Makefile4
-rw-r--r--lang/racket/Makefile4
-rw-r--r--lang/swi-pl/Makefile1
12 files changed, 20 insertions, 18 deletions
diff --git a/lang/drscheme/Makefile b/lang/drscheme/Makefile
index 1f8dbb680c01..df2f4a4d7373 100644
--- a/lang/drscheme/Makefile
+++ b/lang/drscheme/Makefile
@@ -7,7 +7,7 @@
PORTNAME= drscheme
PORTVERSION= 370
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= lang scheme
MASTER_SITES= http://download.plt-scheme.org/bundles/${PORTVERSION}/plt/ \
http://www.cs.utah.edu/plt/download/${PORTVERSION}/plt/ \
@@ -24,7 +24,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= An interactive, integrated, graphical Scheme programming environment
LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \
- jpeg.9:${PORTSDIR}/graphics/jpeg \
+ jpeg.10:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png
USE_XORG= xft x11 xrender xaw
diff --git a/lang/ofc/Makefile b/lang/ofc/Makefile
index 4c488d45d316..4943ee0c2cae 100644
--- a/lang/ofc/Makefile
+++ b/lang/ofc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ofc
PORTVERSION= 0.8.1
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://ofc.dvoudheusden.net/download/
@@ -16,7 +16,7 @@ COMMENT= The Objective-C Foundation Classes library
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \
png.5:${PORTSDIR}/graphics/png \
- jpeg.9:${PORTSDIR}/graphics/jpeg \
+ jpeg.10:${PORTSDIR}/graphics/jpeg \
freetype.9:${PORTSDIR}/print/freetype2
USE_SDL= sdl
diff --git a/lang/php4/Makefile.ext b/lang/php4/Makefile.ext
index 2cc862826cc7..08eae8d15ec0 100644
--- a/lang/php4/Makefile.ext
+++ b/lang/php4/Makefile.ext
@@ -97,7 +97,7 @@ CONFIGURE_ARGS+=--enable-ftp
.if ${PHP_MODNAME} == "gd"
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
png.5:${PORTSDIR}/graphics/png \
- jpeg.9:${PORTSDIR}/graphics/jpeg
+ jpeg.10:${PORTSDIR}/graphics/jpeg
. if !defined(WITHOUT_X11)
USE_XORG= xpm
. endif
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext
index 0f2064b28b0b..95677fac1004 100644
--- a/lang/php5/Makefile.ext
+++ b/lang/php5/Makefile.ext
@@ -93,7 +93,7 @@ USE_OPENSSL= yes
.if ${PHP_MODNAME} == "gd"
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
png.5:${PORTSDIR}/graphics/png \
- jpeg.9:${PORTSDIR}/graphics/jpeg
+ jpeg.10:${PORTSDIR}/graphics/jpeg
. if !defined(WITHOUT_X11)
USE_XORG= xpm
. endif
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext
index 0f2064b28b0b..95677fac1004 100644
--- a/lang/php53/Makefile.ext
+++ b/lang/php53/Makefile.ext
@@ -93,7 +93,7 @@ USE_OPENSSL= yes
.if ${PHP_MODNAME} == "gd"
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
png.5:${PORTSDIR}/graphics/png \
- jpeg.9:${PORTSDIR}/graphics/jpeg
+ jpeg.10:${PORTSDIR}/graphics/jpeg
. if !defined(WITHOUT_X11)
USE_XORG= xpm
. endif
diff --git a/lang/pike72/Makefile b/lang/pike72/Makefile
index 759abb2bfe07..5376c20a98d1 100644
--- a/lang/pike72/Makefile
+++ b/lang/pike72/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pike72
PORTVERSION= 7.2.570
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= lang
MASTER_SITES= ftp://ftp.oav.net/pike/7.2/unofficial/ \
ftp://ftp.us.caudium.net/pub/pike/7.2/unofficial/
@@ -16,7 +16,7 @@ DISTNAME= pike-${PORTVERSION}
MAINTAINER= kiwi@oav.net
COMMENT= A dynamic programming language with a syntax similar to C++
-LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
+LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff \
gdbm.3:${PORTSDIR}/databases/gdbm \
mird.1:${PORTSDIR}/databases/mird \
diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile
index 482dbbe36469..df2a60a223f1 100644
--- a/lang/pike76/Makefile
+++ b/lang/pike76/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pike76
PORTVERSION= 7.6.112
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= lang
MASTER_SITES= ftp://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \
http://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \
@@ -20,7 +20,7 @@ DISTNAME= Pike-v${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A dynamic programming language with a syntax similar to C++
-LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
+LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff \
gdbm.3:${PORTSDIR}/databases/gdbm \
pcre.0:${PORTSDIR}/devel/pcre \
diff --git a/lang/pike78/Makefile b/lang/pike78/Makefile
index 1902701e9fc8..269420f49028 100644
--- a/lang/pike78/Makefile
+++ b/lang/pike78/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pike78
PORTVERSION= 7.8.316
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= ftp://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \
http://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \
@@ -18,7 +19,7 @@ DISTNAME= Pike-v${PORTVERSION}
MAINTAINER= johans@stack.nl
COMMENT= A dynamic programming language with a syntax similar to C++
-LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
+LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff \
gdbm.3:${PORTSDIR}/databases/gdbm \
pcre.0:${PORTSDIR}/devel/pcre \
diff --git a/lang/plt-scheme/Makefile b/lang/plt-scheme/Makefile
index a5221a9200fa..a7d8a1b4a885 100644
--- a/lang/plt-scheme/Makefile
+++ b/lang/plt-scheme/Makefile
@@ -7,7 +7,7 @@
PORTNAME= plt-scheme
PORTVERSION= 4.1.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang scheme
MASTER_SITES= http://download.plt-scheme.org/bundles/${PORTVERSION}/plt/\
http://plt.cs.uchicago.edu/bundles/${PORTVERSION}/plt/\
@@ -23,7 +23,7 @@ MAINTAINER= areilly@bigpond.net.au
COMMENT= An interactive, integrated, graphical Scheme programming environment
LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \
- jpeg.9:${PORTSDIR}/graphics/jpeg \
+ jpeg.10:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png
USE_XORG= xft x11 xrender xaw
diff --git a/lang/racket-textual/Makefile b/lang/racket-textual/Makefile
index a5221a9200fa..a7d8a1b4a885 100644
--- a/lang/racket-textual/Makefile
+++ b/lang/racket-textual/Makefile
@@ -7,7 +7,7 @@
PORTNAME= plt-scheme
PORTVERSION= 4.1.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang scheme
MASTER_SITES= http://download.plt-scheme.org/bundles/${PORTVERSION}/plt/\
http://plt.cs.uchicago.edu/bundles/${PORTVERSION}/plt/\
@@ -23,7 +23,7 @@ MAINTAINER= areilly@bigpond.net.au
COMMENT= An interactive, integrated, graphical Scheme programming environment
LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \
- jpeg.9:${PORTSDIR}/graphics/jpeg \
+ jpeg.10:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png
USE_XORG= xft x11 xrender xaw
diff --git a/lang/racket/Makefile b/lang/racket/Makefile
index a5221a9200fa..a7d8a1b4a885 100644
--- a/lang/racket/Makefile
+++ b/lang/racket/Makefile
@@ -7,7 +7,7 @@
PORTNAME= plt-scheme
PORTVERSION= 4.1.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang scheme
MASTER_SITES= http://download.plt-scheme.org/bundles/${PORTVERSION}/plt/\
http://plt.cs.uchicago.edu/bundles/${PORTVERSION}/plt/\
@@ -23,7 +23,7 @@ MAINTAINER= areilly@bigpond.net.au
COMMENT= An interactive, integrated, graphical Scheme programming environment
LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \
- jpeg.9:${PORTSDIR}/graphics/jpeg \
+ jpeg.10:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png
USE_XORG= xft x11 xrender xaw
diff --git a/lang/swi-pl/Makefile b/lang/swi-pl/Makefile
index 477997747813..a2a1eaab5357 100644
--- a/lang/swi-pl/Makefile
+++ b/lang/swi-pl/Makefile
@@ -7,6 +7,7 @@
PORTNAME= swi-pl
PORTVERSION= 5.6.64
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://www.swi-prolog.org/download/stable/src/ \
ftp://ftp.swi.psy.uva.nl/SWI-Prolog/