From fbd01976390528d38e2ffbe3df8037a79e26e972 Mon Sep 17 00:00:00 2001 From: Marcus von Appen Date: Sat, 18 Feb 2012 10:18:33 +0000 Subject: - Update devel/sdl12 to 1.2.15 - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav --- graphics/agg/Makefile | 2 +- graphics/blender/Makefile | 2 +- graphics/bmp2html/Makefile | 2 +- graphics/darktable/Makefile | 1 + graphics/devil/Makefile | 2 +- graphics/ecore-sdl/Makefile | 1 + graphics/evas-engine-sdl/Makefile | 1 + graphics/gegl/Makefile | 2 +- graphics/glosm/Makefile | 1 + graphics/gnash/Makefile | 2 +- graphics/grafx2/Makefile | 1 + graphics/guilib/Makefile | 2 +- graphics/iulib/Makefile | 2 +- graphics/lcdtest/Makefile | 2 +- graphics/ocropus/Makefile | 2 +- graphics/ogre3d/Makefile | 1 + graphics/osg-devel/Makefile | 2 +- graphics/povray37/Makefile | 1 + graphics/py-soya3d/Makefile | 2 +- graphics/sage/Makefile | 2 +- graphics/sdl_gfx/Makefile | 2 +- graphics/sdl_gfx/distinfo | 4 ++-- graphics/sdl_image/Makefile | 3 +-- graphics/sdl_image/distinfo | 4 ++-- graphics/sdl_ttf/Makefile | 2 +- graphics/sdl_ttf/distinfo | 4 ++-- graphics/synaesthesia/Makefile | 2 +- graphics/timeless/Makefile | 2 +- graphics/vp/Makefile | 2 +- graphics/white_dune/Makefile | 2 +- graphics/xmms-dancingparticles/Makefile | 2 +- graphics/xmms-jess/Makefile | 2 +- graphics/xmms-nebulus/Makefile | 2 +- graphics/xmms-paranormal/Makefile | 2 +- 34 files changed, 37 insertions(+), 31 deletions(-) (limited to 'graphics') diff --git a/graphics/agg/Makefile b/graphics/agg/Makefile index 4b4a084b0444..fed16b0cfcee 100644 --- a/graphics/agg/Makefile +++ b/graphics/agg/Makefile @@ -7,7 +7,7 @@ PORTNAME= agg PORTVERSION= 2.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= http://www.antigrain.com/ \ http://freebsd.unixfreunde.de/sources/ diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index d35138f5d72c..1c1692972eae 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -6,7 +6,7 @@ PORTNAME= blender PORTVERSION= 2.61 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics games MASTER_SITES= http://download.blender.org/source/ \ http://mirror.cs.umn.edu/blender.org/source/ \ diff --git a/graphics/bmp2html/Makefile b/graphics/bmp2html/Makefile index c8c3def3b749..4e77d19249ac 100644 --- a/graphics/bmp2html/Makefile +++ b/graphics/bmp2html/Makefile @@ -7,7 +7,7 @@ PORTNAME= bmp2html PORTVERSION= 0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= CRITICAL DISTNAME= ${PORTNAME} diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index a7e4dce29b53..c2f901e6f8f3 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -7,6 +7,7 @@ PORTNAME= darktable PORTVERSION= 0.9.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} diff --git a/graphics/devil/Makefile b/graphics/devil/Makefile index b85b769040b5..c49d625f322e 100644 --- a/graphics/devil/Makefile +++ b/graphics/devil/Makefile @@ -8,7 +8,7 @@ PORTNAME= devil PORTVERSION= 1.7.8 PORTEPOCH= 1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= SF/openil/DevIL/${PORTVERSION} DISTNAME= DevIL-${PORTVERSION} diff --git a/graphics/ecore-sdl/Makefile b/graphics/ecore-sdl/Makefile index 110fdf8558b4..474c9583b5a2 100644 --- a/graphics/ecore-sdl/Makefile +++ b/graphics/ecore-sdl/Makefile @@ -7,6 +7,7 @@ PORTNAME= sdl DISTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ http://files.roorback.net/e17/2011-05-25/base/ diff --git a/graphics/evas-engine-sdl/Makefile b/graphics/evas-engine-sdl/Makefile index 5eedc54f263b..4db852ff9871 100644 --- a/graphics/evas-engine-sdl/Makefile +++ b/graphics/evas-engine-sdl/Makefile @@ -7,6 +7,7 @@ PORTNAME= engine-sdl DISTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ http://files.roorback.net/e17/2011-05-25/base/ diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index d252605d45ca..e2ca288f80d1 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -7,7 +7,7 @@ PORTNAME= gegl PORTVERSION= 0.1.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gegl/0.1/ diff --git a/graphics/glosm/Makefile b/graphics/glosm/Makefile index e9a0bbf15f5c..4a41f79d7b71 100644 --- a/graphics/glosm/Makefile +++ b/graphics/glosm/Makefile @@ -7,6 +7,7 @@ PORTNAME= glosm PORTVERSION= 0.0.2 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= http://cloud.github.com/downloads/AMDmi3/glosm/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index 8d46e3abde5c..e52f23ca25b5 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnash PORTVERSION= 0.8.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= GNU/${PORTNAME}/${PORTVERSION}/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/graphics/grafx2/Makefile b/graphics/grafx2/Makefile index eb80e0cf5448..096ef61004de 100644 --- a/graphics/grafx2/Makefile +++ b/graphics/grafx2/Makefile @@ -7,6 +7,7 @@ PORTNAME= grafx2 PORTVERSION= 2.3.1781 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/graphics/guilib/Makefile b/graphics/guilib/Makefile index a40c76d818d0..46e844f30d56 100644 --- a/graphics/guilib/Makefile +++ b/graphics/guilib/Makefile @@ -7,7 +7,7 @@ PORTNAME= guilib PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/GUIlib/src/ DISTNAME= GUIlib-${PORTVERSION} diff --git a/graphics/iulib/Makefile b/graphics/iulib/Makefile index c3e53beec902..6f13115381a2 100644 --- a/graphics/iulib/Makefile +++ b/graphics/iulib/Makefile @@ -7,7 +7,7 @@ PORTNAME= iulib PORTVERSION= 0.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE EXTRACT_SUFX= .tgz diff --git a/graphics/lcdtest/Makefile b/graphics/lcdtest/Makefile index 7be485210894..6bb755677214 100644 --- a/graphics/lcdtest/Makefile +++ b/graphics/lcdtest/Makefile @@ -7,7 +7,7 @@ PORTNAME= lcdtest PORTVERSION= 1.18 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://www.brouhaha.com/~eric/software/lcdtest/download/ \ http://www.predatorlabs.net/dl/ diff --git a/graphics/ocropus/Makefile b/graphics/ocropus/Makefile index 6f001ca21b82..2cf9bda77fc8 100644 --- a/graphics/ocropus/Makefile +++ b/graphics/ocropus/Makefile @@ -7,7 +7,7 @@ PORTNAME= ocropus PORTVERSION= 0.4 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} diff --git a/graphics/ogre3d/Makefile b/graphics/ogre3d/Makefile index c8bf4d763b69..2f10979c1368 100644 --- a/graphics/ogre3d/Makefile +++ b/graphics/ogre3d/Makefile @@ -7,6 +7,7 @@ PORTNAME= ogre3d PORTVERSION= 1.7.4 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= SF/ogre/ogre/${PORTVERSION:C/.[0-9]$//g} DISTNAME= ogre_src_v${PORTVERSION:S/./-/g} diff --git a/graphics/osg-devel/Makefile b/graphics/osg-devel/Makefile index 6ba5c1a01261..0b959e7ee458 100644 --- a/graphics/osg-devel/Makefile +++ b/graphics/osg-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= osg PORTVERSION= 2.9.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://www.openscenegraph.org/downloads/developer_releases/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile index ed03562b04e0..585be201723b 100644 --- a/graphics/povray37/Makefile +++ b/graphics/povray37/Makefile @@ -7,6 +7,7 @@ PORTNAME= povray DISTVERSION= 3.7.0.RC3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.povray.org/beta/source/ DIST_SUBDIR= ${UNIQUENAME} diff --git a/graphics/py-soya3d/Makefile b/graphics/py-soya3d/Makefile index 014df2d8cba7..61e68b427faf 100644 --- a/graphics/py-soya3d/Makefile +++ b/graphics/py-soya3d/Makefile @@ -7,7 +7,7 @@ PORTNAME= soya3d PORTVERSION= 0.14 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics python MASTER_SITES= http://download.gna.org/soya/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/sage/Makefile b/graphics/sage/Makefile index ce07e4139a4f..b4ae3c025a18 100644 --- a/graphics/sage/Makefile +++ b/graphics/sage/Makefile @@ -7,7 +7,7 @@ PORTNAME= sage PORTVERSION= 0.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics devel MASTER_SITES= SF/worldforge/${PORTNAME}%20%28OpenGL%20helper%20lib%29/${PORTVERSION} diff --git a/graphics/sdl_gfx/Makefile b/graphics/sdl_gfx/Makefile index 5b675cbb4077..5f127c454390 100644 --- a/graphics/sdl_gfx/Makefile +++ b/graphics/sdl_gfx/Makefile @@ -7,7 +7,7 @@ # PORTNAME= sdl_gfx -PORTVERSION= 2.0.22 +PORTVERSION= 2.0.23 CATEGORIES= graphics MASTER_SITES= http://www.ferzkopp.net/Software/%SUBDIR%/ MASTER_SITE_SUBDIR= SDL_gfx-${PORTVERSION:R} diff --git a/graphics/sdl_gfx/distinfo b/graphics/sdl_gfx/distinfo index e8a3f455091c..d58b9b5ebf41 100644 --- a/graphics/sdl_gfx/distinfo +++ b/graphics/sdl_gfx/distinfo @@ -1,2 +1,2 @@ -SHA256 (SDL_gfx-2.0.22.tar.gz) = 1575e7be73fd927ff0e3567dc06095773f5ba1b47872b9aa0d0fefebfd6d2bf0 -SIZE (SDL_gfx-2.0.22.tar.gz) = 1670662 +SHA256 (SDL_gfx-2.0.23.tar.gz) = 41bd601d65bba19eeac80a62570ce120098414ece22de402a8ee81b10e07faea +SIZE (SDL_gfx-2.0.23.tar.gz) = 1707852 diff --git a/graphics/sdl_image/Makefile b/graphics/sdl_image/Makefile index 9972c1b5d9b1..2c8a7b54afee 100644 --- a/graphics/sdl_image/Makefile +++ b/graphics/sdl_image/Makefile @@ -6,8 +6,7 @@ # PORTNAME= sdl_image -PORTVERSION= 1.2.10 -PORTREVISION= 2 +PORTVERSION= 1.2.12 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ DISTNAME= SDL_image-${PORTVERSION} diff --git a/graphics/sdl_image/distinfo b/graphics/sdl_image/distinfo index 7065aa3d5470..ae5548faf775 100644 --- a/graphics/sdl_image/distinfo +++ b/graphics/sdl_image/distinfo @@ -1,2 +1,2 @@ -SHA256 (SDL_image-1.2.10.tar.gz) = 75e05d1e95f6277b44797157d9e25a908ba8d08a393216ffb019b0d74de11876 -SIZE (SDL_image-1.2.10.tar.gz) = 1332906 +SHA256 (SDL_image-1.2.12.tar.gz) = 0b90722984561004de84847744d566809dbb9daf732a9e503b91a1b5a84e5699 +SIZE (SDL_image-1.2.12.tar.gz) = 2231074 diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile index dc6730a2f396..6f6b2d02f3c4 100644 --- a/graphics/sdl_ttf/Makefile +++ b/graphics/sdl_ttf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sdl_ttf -PORTVERSION= 2.0.10 +PORTVERSION= 2.0.11 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ DISTNAME= SDL_ttf-${PORTVERSION} diff --git a/graphics/sdl_ttf/distinfo b/graphics/sdl_ttf/distinfo index b3cd75bd75b2..4a23d683411c 100644 --- a/graphics/sdl_ttf/distinfo +++ b/graphics/sdl_ttf/distinfo @@ -1,2 +1,2 @@ -SHA256 (SDL_ttf-2.0.10.tar.gz) = 7d38704bcc7c34029c2dcb73b2d4857e8ad76341c6e0faed279eb9f743c66c6a -SIZE (SDL_ttf-2.0.10.tar.gz) = 1326737 +SHA256 (SDL_ttf-2.0.11.tar.gz) = 724cd895ecf4da319a3ef164892b72078bd92632a5d812111261cde248ebcdb7 +SIZE (SDL_ttf-2.0.11.tar.gz) = 4053686 diff --git a/graphics/synaesthesia/Makefile b/graphics/synaesthesia/Makefile index e5ed28283235..c8675fed32d5 100644 --- a/graphics/synaesthesia/Makefile +++ b/graphics/synaesthesia/Makefile @@ -7,7 +7,7 @@ PORTNAME= synaesthesia PORTVERSION= 2.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics audio MASTER_SITES= http://www.logarithmic.net/pfh-files/synaesthesia/ CENKES diff --git a/graphics/timeless/Makefile b/graphics/timeless/Makefile index 55579d7fba6f..e2905a06b124 100644 --- a/graphics/timeless/Makefile +++ b/graphics/timeless/Makefile @@ -7,7 +7,7 @@ PORTNAME= timeless PORTVERSION= 1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= shaun diff --git a/graphics/vp/Makefile b/graphics/vp/Makefile index 4b66107183d6..5393ba3fd0cb 100644 --- a/graphics/vp/Makefile +++ b/graphics/vp/Makefile @@ -7,7 +7,7 @@ PORTNAME= vp PORTVERSION= 1.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://bzflag.bz/~erik/files/ diff --git a/graphics/white_dune/Makefile b/graphics/white_dune/Makefile index 1385474717d2..3efb7316caae 100644 --- a/graphics/white_dune/Makefile +++ b/graphics/white_dune/Makefile @@ -9,7 +9,7 @@ PORTNAME= white_dune PORTVERSION= ${DISTVERSION:S/pl/./} DISTVERSION= 0.30pl5 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= http://vrml.cip.ica.uni-stuttgart.de/dune/ CENKES diff --git a/graphics/xmms-dancingparticles/Makefile b/graphics/xmms-dancingparticles/Makefile index 49e62ee985fb..0d2e9f67ecb0 100644 --- a/graphics/xmms-dancingparticles/Makefile +++ b/graphics/xmms-dancingparticles/Makefile @@ -7,7 +7,7 @@ PORTNAME= dancingparticles PORTVERSION= 0.6 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= http://tardyp.free.fr/dancingparticles/ PKGNAMEPREFIX= xmms- diff --git a/graphics/xmms-jess/Makefile b/graphics/xmms-jess/Makefile index d4528ac4a7b2..a339c5079788 100644 --- a/graphics/xmms-jess/Makefile +++ b/graphics/xmms-jess/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmms-jess PORTVERSION= 2.9.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= http://arquier.free.fr/ DISTNAME= JESS-${PORTVERSION} diff --git a/graphics/xmms-nebulus/Makefile b/graphics/xmms-nebulus/Makefile index e7f63c28db0f..e5fd03c14049 100644 --- a/graphics/xmms-nebulus/Makefile +++ b/graphics/xmms-nebulus/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmms-nebulus PORTVERSION= 0.8.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://nebulus.tuxfamily.org/ diff --git a/graphics/xmms-paranormal/Makefile b/graphics/xmms-paranormal/Makefile index faf3acaee05b..de82db081ff8 100644 --- a/graphics/xmms-paranormal/Makefile +++ b/graphics/xmms-paranormal/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmms-paranormal PORTVERSION= 0.2.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= SF/paranormal/old-paranormal-xmms/${PORTVERSION} DISTNAME= paranormal-${PORTVERSION:S/.p/pre/} -- cgit v1.2.3