diff options
author | mva <mva@FreeBSD.org> | 2012-02-18 18:18:33 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2012-02-18 18:18:33 +0800 |
commit | 0787cfb7b832fd5bb36b2a07416cae315ca5f41a (patch) | |
tree | 9e98049e217337b9415eb2803c0a15f62252f43a /x11-toolkits | |
parent | 8500a757a4183892e3e67d3d086c0162069c55cb (diff) | |
download | freebsd-ports-graphics-0787cfb7b832fd5bb36b2a07416cae315ca5f41a.tar.gz freebsd-ports-graphics-0787cfb7b832fd5bb36b2a07416cae315ca5f41a.tar.zst freebsd-ports-graphics-0787cfb7b832fd5bb36b2a07416cae315ca5f41a.zip |
- 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
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gai/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gigi/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/mesgui/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/paragui-devel/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/paragui/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/sdl_pango/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/x11-toolkits/gai/Makefile b/x11-toolkits/gai/Makefile index 692cb3ea7e3..c230fea648f 100644 --- a/x11-toolkits/gai/Makefile +++ b/x11-toolkits/gai/Makefile @@ -8,7 +8,7 @@ PORTNAME= gai PORTVERSION= 0.5.10 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= x11-toolkits gnome MASTER_SITES= SF/${PORTNAME}/GAI%20-%20Library/${PORTNAME}-${PORTVERSION} diff --git a/x11-toolkits/gigi/Makefile b/x11-toolkits/gigi/Makefile index 885e69f1df3..de051e8e57d 100644 --- a/x11-toolkits/gigi/Makefile +++ b/x11-toolkits/gigi/Makefile @@ -7,7 +7,7 @@ PORTNAME= gigi PORTVERSION= 0.8.0.1048 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_LOCAL} diff --git a/x11-toolkits/mesgui/Makefile b/x11-toolkits/mesgui/Makefile index 975b6729154..4a22b38307e 100644 --- a/x11-toolkits/mesgui/Makefile +++ b/x11-toolkits/mesgui/Makefile @@ -7,7 +7,7 @@ PORTNAME= mesgui PORTVERSION= 1.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-toolkits MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/x11-toolkits/paragui-devel/Makefile b/x11-toolkits/paragui-devel/Makefile index 79f96bfaed4..939727cf005 100644 --- a/x11-toolkits/paragui-devel/Makefile +++ b/x11-toolkits/paragui-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= paragui PORTVERSION= 1.1.8 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/x11-toolkits/paragui/Makefile b/x11-toolkits/paragui/Makefile index 160dc01824c..c2293a1d477 100644 --- a/x11-toolkits/paragui/Makefile +++ b/x11-toolkits/paragui/Makefile @@ -8,7 +8,7 @@ PORTNAME= paragui PORTVERSION= 1.0.4 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/x11-toolkits/sdl_pango/Makefile b/x11-toolkits/sdl_pango/Makefile index d3d529196bc..2d183d919bc 100644 --- a/x11-toolkits/sdl_pango/Makefile +++ b/x11-toolkits/sdl_pango/Makefile @@ -7,7 +7,7 @@ PORTNAME= sdl_pango PORTVERSION= 0.1.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-toolkits MASTER_SITES= SF/sdlpango/SDL_Pango/${PORTVERSION} DISTNAME= SDL_Pango-${PORTVERSION} |