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 /net | |
parent | 8500a757a4183892e3e67d3d086c0162069c55cb (diff) | |
download | freebsd-ports-gnome-0787cfb7b832fd5bb36b2a07416cae315ca5f41a.tar.gz freebsd-ports-gnome-0787cfb7b832fd5bb36b2a07416cae315ca5f41a.tar.zst freebsd-ports-gnome-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 'net')
-rw-r--r-- | net/ekiga/Makefile | 2 | ||||
-rw-r--r-- | net/sdl_net/Makefile | 3 | ||||
-rw-r--r-- | net/sdl_net/distinfo | 4 | ||||
-rw-r--r-- | net/sdl_net/pkg-plist | 3 |
4 files changed, 7 insertions, 5 deletions
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile index c71d6333947f..73938f39b652 100644 --- a/net/ekiga/Makefile +++ b/net/ekiga/Makefile @@ -7,7 +7,7 @@ PORTNAME= ekiga PORTVERSION= 2.0.11 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= net gnome MASTER_SITES= GNOME diff --git a/net/sdl_net/Makefile b/net/sdl_net/Makefile index 08ce2ae10fe7..570f2a2277f1 100644 --- a/net/sdl_net/Makefile +++ b/net/sdl_net/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sdl_net -PORTVERSION= 1.2.7 +PORTVERSION= 1.2.8 CATEGORIES= net MASTER_SITES= http://www.libsdl.org/projects/SDL_net/release/ DISTNAME= SDL_net-${PORTVERSION} @@ -16,6 +16,7 @@ COMMENT= A small sample cross-platform networking library USE_AUTOTOOLS= libtool USE_SDL= sdl +USE_GNOME= gnomehack pkgconfig USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/net/sdl_net/distinfo b/net/sdl_net/distinfo index cfa8accfdace..c73b22d219e8 100644 --- a/net/sdl_net/distinfo +++ b/net/sdl_net/distinfo @@ -1,2 +1,2 @@ -SHA256 (SDL_net-1.2.7.tar.gz) = 2ce7c84e62ff8117b9f205758bcce68ea603e08bc9d6936ded343735b8b77c53 -SIZE (SDL_net-1.2.7.tar.gz) = 373866 +SHA256 (SDL_net-1.2.8.tar.gz) = 5f4a7a8bb884f793c278ac3f3713be41980c5eedccecff0260411347714facb4 +SIZE (SDL_net-1.2.8.tar.gz) = 360958 diff --git a/net/sdl_net/pkg-plist b/net/sdl_net/pkg-plist index e822b2535d73..05afd11a3dde 100644 --- a/net/sdl_net/pkg-plist +++ b/net/sdl_net/pkg-plist @@ -1,7 +1,8 @@ include/SDL/SDL_net.h lib/libSDL_net-1.2.so -lib/libSDL_net-1.2.so.0 +lib/libSDL_net-1.2.so.8 lib/libSDL_net.a lib/libSDL_net.la lib/libSDL_net.so +libdata/pkgconfig/SDL_net.pc @dirrmtry include/SDL |