diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-23 10:10:15 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-23 10:10:15 +0000 |
commit | 14d82954728272415f6eb5aacdee22d82858108a (patch) | |
tree | 60a5660d61e6644a015ce524bc2ac3a69256d7e3 | |
parent | - Unbreak; remove BROKEN and DEPRECATED marks (diff) |
Bump shlib version for graphics/sdl_gfx and bump PORTREVISION for
depended ports.
Notes
Notes:
svn path=/head/; revision=124953
-rw-r--r-- | Mk/bsd.sdl.mk | 2 | ||||
-rw-r--r-- | devel/p5-SDL/Makefile | 2 | ||||
-rw-r--r-- | devel/ruby-rudl/Makefile | 2 | ||||
-rw-r--r-- | games/enigma/Makefile | 2 | ||||
-rw-r--r-- | games/xpired/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/Mk/bsd.sdl.mk b/Mk/bsd.sdl.mk index 8e54d41650d7..382506ffc5e7 100644 --- a/Mk/bsd.sdl.mk +++ b/Mk/bsd.sdl.mk @@ -48,7 +48,7 @@ _USE_SDL_ALL= gfx gui image mixer mm net sdl sound ttf # _REQUIRES_xxx also needs these SDL libraries # -_VERSION_gfx= 11 +_VERSION_gfx= 13 _SUBDIR_gfx= graphics _REQUIRES_gfx= sdl diff --git a/devel/p5-SDL/Makefile b/devel/p5-SDL/Makefile index 577289e73e3d..e039d99dae28 100644 --- a/devel/p5-SDL/Makefile +++ b/devel/p5-SDL/Makefile @@ -5,7 +5,7 @@ PORTNAME= sdl PORTVERSION= 1.20.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= http://bloodgate.com/perl/sdl/pub/ PKGNAMEPREFIX= p5- diff --git a/devel/ruby-rudl/Makefile b/devel/ruby-rudl/Makefile index f4fc00cc4fde..c2a2f16e30dc 100644 --- a/devel/ruby-rudl/Makefile +++ b/devel/ruby-rudl/Makefile @@ -7,7 +7,7 @@ PORTNAME= rudl PORTVERSION= 0.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel ruby MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/games/enigma/Makefile b/games/enigma/Makefile index 906e7253e5e0..946fdaf5af62 100644 --- a/games/enigma/Makefile +++ b/games/enigma/Makefile @@ -7,7 +7,7 @@ PORTNAME= enigma PORTVERSION= 0.90 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://savannah.nongnu.org/download/enigma/ MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/games/xpired/Makefile b/games/xpired/Makefile index a53e1325d802..4f7208e3a225 100644 --- a/games/xpired/Makefile +++ b/games/xpired/Makefile @@ -7,7 +7,7 @@ PORTNAME= xpired PORTVERSION= 1.22 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= xpired |