diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-07-18 19:11:29 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-07-18 19:11:29 +0800 |
commit | f66043401d219e6bee08b710c77b732eb36060b5 (patch) | |
tree | 33a2c0660e6aa1ee1be77151d2f351ab35b4d41b /math | |
parent | d9ee3962c7bfd2113fa777e2f591f564ae12e107 (diff) | |
download | freebsd-ports-gnome-f66043401d219e6bee08b710c77b732eb36060b5.tar.gz freebsd-ports-gnome-f66043401d219e6bee08b710c77b732eb36060b5.tar.zst freebsd-ports-gnome-f66043401d219e6bee08b710c77b732eb36060b5.zip |
- update to jpeg7
Tested by: pav on pointyhat
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 3 | ||||
-rw-r--r-- | math/grace/Makefile | 3 | ||||
-rw-r--r-- | math/ploticus/Makefile | 3 | ||||
-rw-r--r-- | math/surf/Makefile | 4 | ||||
-rw-r--r-- | math/vtk/Makefile | 4 | ||||
-rw-r--r-- | math/vtk5/Makefile | 4 |
6 files changed, 12 insertions, 9 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index b7415637f0a6..127aa800c918 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -8,6 +8,7 @@ PORTNAME= R PORTVERSION= 2.9.0 +PORTREVISION= 1 CATEGORIES= math lang MASTER_SITES= http://cran.r-project.org/src/base/R-2/ \ ftp://cran.r-project.org/pub/R/src/base/R-2/ \ @@ -90,7 +91,7 @@ CONFIGURE_ARGS+=--with-ICU .if defined(WITHOUT_JPEG) CONFIGURE_ARGS+=--without-jpeglib .else -LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS+= jpeg.10:${PORTSDIR}/graphics/jpeg CONFIGURE_ARGS+=--with-jpeglib .endif diff --git a/math/grace/Makefile b/math/grace/Makefile index 578f472f5b54..5463d5988a46 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -7,6 +7,7 @@ PORTNAME= grace PORTVERSION= 5.1.22 +PORTREVISION= 1 CATEGORIES= math print # MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/grace/src/stable/ \ @@ -20,7 +21,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A powerful plotting tool (successor of xmgr) LIB_DEPENDS= t1:${PORTSDIR}/devel/t1lib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ + jpeg.10:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ fftw.2:${PORTSDIR}/math/fftw \ diff --git a/math/ploticus/Makefile b/math/ploticus/Makefile index 378481d7cfe7..240990fb53d2 100644 --- a/math/ploticus/Makefile +++ b/math/ploticus/Makefile @@ -8,6 +8,7 @@ PORTNAME= ploticus PORTVERSION= 2.40 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF DISTNAME= pl${PORTVERSION:S/.//}src @@ -16,7 +17,7 @@ MAINTAINER?= linimon@FreeBSD.org COMMENT?= Generates plots and graphs from data LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ + jpeg.10:${PORTSDIR}/graphics/jpeg \ ming.4:${PORTSDIR}/graphics/ming \ png.5:${PORTSDIR}/graphics/png \ freetype.9:${PORTSDIR}/print/freetype2 diff --git a/math/surf/Makefile b/math/surf/Makefile index 7f6bcce2330f..3ec9dd89dc18 100644 --- a/math/surf/Makefile +++ b/math/surf/Makefile @@ -8,7 +8,7 @@ PORTNAME= surf PORTVERSION= 1.0.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= SF @@ -16,7 +16,7 @@ USE_XORG= x11 xmu MAINTAINER= ports@FreeBSD.org COMMENT= Visualize some real algebraic geometry -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ gmp.8:${PORTSDIR}/math/libgmp4 diff --git a/math/vtk/Makefile b/math/vtk/Makefile index b7cd6b12384f..02b24820bbf8 100644 --- a/math/vtk/Makefile +++ b/math/vtk/Makefile @@ -15,7 +15,7 @@ PORTNAME= vtk PORTVERSION= 4.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math graphics MASTER_SITES= http://ovt.irfu.se/vtk/files/ DISTFILES?= VTK-${PORTVERSION}-LatestRelease.tar.gz @@ -48,7 +48,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-build BUILD_DEPENDS+= ${CMAKE}:${PORTSDIR}/devel/cmake LIB_DEPENDS+= expat.6:${PORTSDIR}/textproc/expat2 \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ + jpeg.10:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff diff --git a/math/vtk5/Makefile b/math/vtk5/Makefile index 75f90391e42a..65a30a5a2c0a 100644 --- a/math/vtk5/Makefile +++ b/math/vtk5/Makefile @@ -8,7 +8,7 @@ PORTNAME= vtk PORTVERSION= 5.0.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math graphics MASTER_SITES= http://www.vtk.org/files/release/${PORTVERSION:R}/ \ http://www.neuro.mcw.edu/Ports/distfiles/VTK5/ @@ -18,7 +18,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The Visualization Toolkit LIB_DEPENDS= expat.[5-6]:${PORTSDIR}/textproc/expat2 \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ + jpeg.10:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff |