svn commit: r460979 - in head: audio/sdl2_mixer audio/sdl_mixer audio/sdl_sound devel/sdl12 devel/sdl20 graphics/sdl2_gfx graphics/sdl2_image graphics/sdl2_ttf graphics/sdl_gfx graphics/sdl_image g...

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Feb 5 16:24:51 UTC 2018


Author: amdmi3
Date: Mon Feb  5 16:24:49 2018
New Revision: 460979
URL: https://svnweb.freebsd.org/changeset/ports/460979

Log:
  Take maintainership of SDL/SDL2 ports

Modified:
  head/audio/sdl2_mixer/Makefile
  head/audio/sdl_mixer/Makefile
  head/audio/sdl_sound/Makefile
  head/devel/sdl12/Makefile
  head/devel/sdl20/Makefile
  head/graphics/sdl2_gfx/Makefile
  head/graphics/sdl2_image/Makefile
  head/graphics/sdl2_ttf/Makefile
  head/graphics/sdl_gfx/Makefile
  head/graphics/sdl_image/Makefile
  head/graphics/sdl_ttf/Makefile
  head/net/sdl2_net/Makefile
  head/net/sdl_net/Makefile

Modified: head/audio/sdl2_mixer/Makefile
==============================================================================
--- head/audio/sdl2_mixer/Makefile	Mon Feb  5 15:40:56 2018	(r460978)
+++ head/audio/sdl2_mixer/Makefile	Mon Feb  5 16:24:49 2018	(r460979)
@@ -6,7 +6,7 @@ CATEGORIES=	audio
 MASTER_SITES=	http://www.libsdl.org/projects/SDL_mixer/release/
 DISTNAME=	SDL2_mixer-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Sample multi-channel audio mixer library
 
 LICENSE=	ZLIB

Modified: head/audio/sdl_mixer/Makefile
==============================================================================
--- head/audio/sdl_mixer/Makefile	Mon Feb  5 15:40:56 2018	(r460978)
+++ head/audio/sdl_mixer/Makefile	Mon Feb  5 16:24:49 2018	(r460979)
@@ -8,7 +8,7 @@ CATEGORIES=	audio
 MASTER_SITES=	http://www.libsdl.org/projects/SDL_mixer/release/
 DISTNAME=	SDL_mixer-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Sample multi-channel audio mixer library
 
 LICENSE=	ZLIB

Modified: head/audio/sdl_sound/Makefile
==============================================================================
--- head/audio/sdl_sound/Makefile	Mon Feb  5 15:40:56 2018	(r460978)
+++ head/audio/sdl_sound/Makefile	Mon Feb  5 16:24:49 2018	(r460979)
@@ -8,7 +8,7 @@ CATEGORIES=	audio
 MASTER_SITES=	http://www.icculus.org/SDL_sound/downloads/
 DISTNAME=	SDL_sound-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	SDL audio library and player for some popular sound file formats
 
 USES=		libtool

Modified: head/devel/sdl12/Makefile
==============================================================================
--- head/devel/sdl12/Makefile	Mon Feb  5 15:40:56 2018	(r460978)
+++ head/devel/sdl12/Makefile	Mon Feb  5 16:24:49 2018	(r460979)
@@ -9,7 +9,7 @@ CATEGORIES=	devel
 MASTER_SITES=	http://www.libsdl.org/release/
 DISTNAME=	SDL-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Cross-platform multimedia development API
 
 LICENSE=	LGPL21

Modified: head/devel/sdl20/Makefile
==============================================================================
--- head/devel/sdl20/Makefile	Mon Feb  5 15:40:56 2018	(r460978)
+++ head/devel/sdl20/Makefile	Mon Feb  5 16:24:49 2018	(r460979)
@@ -6,7 +6,7 @@ CATEGORIES=	devel
 MASTER_SITES=	http://www.libsdl.org/release/
 DISTNAME=	SDL2-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Cross-platform multimedia development API
 
 LICENSE=	ZLIB

Modified: head/graphics/sdl2_gfx/Makefile
==============================================================================
--- head/graphics/sdl2_gfx/Makefile	Mon Feb  5 15:40:56 2018	(r460978)
+++ head/graphics/sdl2_gfx/Makefile	Mon Feb  5 16:24:49 2018	(r460979)
@@ -8,7 +8,7 @@ CATEGORIES=	graphics
 MASTER_SITES=	http://www.ferzkopp.net/Software/SDL2_gfx/
 DISTNAME=	SDL2_gfx-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	SDL graphics drawing primitives and other support functions
 
 LICENSE=	ZLIB

Modified: head/graphics/sdl2_image/Makefile
==============================================================================
--- head/graphics/sdl2_image/Makefile	Mon Feb  5 15:40:56 2018	(r460978)
+++ head/graphics/sdl2_image/Makefile	Mon Feb  5 16:24:49 2018	(r460979)
@@ -7,7 +7,7 @@ CATEGORIES=	graphics
 MASTER_SITES=	http://www.libsdl.org/projects/SDL_image/release/
 DISTNAME=	SDL2_image-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Simple library to load images of various formats as SDL surfaces
 
 LICENSE=	ZLIB

Modified: head/graphics/sdl2_ttf/Makefile
==============================================================================
--- head/graphics/sdl2_ttf/Makefile	Mon Feb  5 15:40:56 2018	(r460978)
+++ head/graphics/sdl2_ttf/Makefile	Mon Feb  5 16:24:49 2018	(r460979)
@@ -7,7 +7,7 @@ CATEGORIES=	graphics
 MASTER_SITES=	http://www.libsdl.org/projects/SDL_ttf/release/
 DISTNAME=	SDL2_ttf-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Library to use TrueType fonts to render text in SDL applications
 
 LICENSE=	ZLIB

Modified: head/graphics/sdl_gfx/Makefile
==============================================================================
--- head/graphics/sdl_gfx/Makefile	Mon Feb  5 15:40:56 2018	(r460978)
+++ head/graphics/sdl_gfx/Makefile	Mon Feb  5 16:24:49 2018	(r460979)
@@ -8,7 +8,7 @@ CATEGORIES=	graphics
 MASTER_SITES=	http://www.ferzkopp.net/Software/SDL_gfx-${PORTVERSION:R}/
 DISTNAME=	SDL_gfx-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	SDL graphics drawing primitives and other support functions
 
 LICENSE=	ZLIB

Modified: head/graphics/sdl_image/Makefile
==============================================================================
--- head/graphics/sdl_image/Makefile	Mon Feb  5 15:40:56 2018	(r460978)
+++ head/graphics/sdl_image/Makefile	Mon Feb  5 16:24:49 2018	(r460979)
@@ -8,7 +8,7 @@ CATEGORIES=	graphics
 MASTER_SITES=	http://www.libsdl.org/projects/SDL_image/release/
 DISTNAME=	SDL_image-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Simple library to load images of various formats as SDL surfaces
 
 LICENSE=	LGPL21

Modified: head/graphics/sdl_ttf/Makefile
==============================================================================
--- head/graphics/sdl_ttf/Makefile	Mon Feb  5 15:40:56 2018	(r460978)
+++ head/graphics/sdl_ttf/Makefile	Mon Feb  5 16:24:49 2018	(r460979)
@@ -8,7 +8,7 @@ CATEGORIES=	graphics
 MASTER_SITES=	http://www.libsdl.org/projects/SDL_ttf/release/
 DISTNAME=	SDL_ttf-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Library to use TrueType fonts to render text in SDL applications
 
 LICENSE=	ZLIB

Modified: head/net/sdl2_net/Makefile
==============================================================================
--- head/net/sdl2_net/Makefile	Mon Feb  5 15:40:56 2018	(r460978)
+++ head/net/sdl2_net/Makefile	Mon Feb  5 16:24:49 2018	(r460979)
@@ -6,7 +6,7 @@ CATEGORIES=	net
 MASTER_SITES=	http://www.libsdl.org/projects/SDL_net/release/
 DISTNAME=	SDL2_net-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Small sample cross-platform networking library
 
 LICENSE=	ZLIB

Modified: head/net/sdl_net/Makefile
==============================================================================
--- head/net/sdl_net/Makefile	Mon Feb  5 15:40:56 2018	(r460978)
+++ head/net/sdl_net/Makefile	Mon Feb  5 16:24:49 2018	(r460979)
@@ -8,7 +8,7 @@ CATEGORIES=	net
 MASTER_SITES=	http://www.libsdl.org/projects/SDL_net/release/
 DISTNAME=	SDL_net-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Small sample cross-platform networking library
 
 LICENSE=	ZLIB


More information about the svn-ports-all mailing list