diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-02-05 16:24:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-02-05 16:24:49 +0000 |
commit | c581e7eca69b57ad3e4f53cdbef2a77b8362f684 (patch) | |
tree | d1d7b7e78ade547490e60ba97b22b3498a7db180 | |
parent | 494b78332379a4738256eb83169ffa2566b899e3 (diff) | |
download | ports-c581e7eca69b57ad3e4f53cdbef2a77b8362f684.tar.gz ports-c581e7eca69b57ad3e4f53cdbef2a77b8362f684.zip |
Notes
-rw-r--r-- | audio/sdl2_mixer/Makefile | 2 | ||||
-rw-r--r-- | audio/sdl_mixer/Makefile | 2 | ||||
-rw-r--r-- | audio/sdl_sound/Makefile | 2 | ||||
-rw-r--r-- | devel/sdl12/Makefile | 2 | ||||
-rw-r--r-- | devel/sdl20/Makefile | 2 | ||||
-rw-r--r-- | graphics/sdl2_gfx/Makefile | 2 | ||||
-rw-r--r-- | graphics/sdl2_image/Makefile | 2 | ||||
-rw-r--r-- | graphics/sdl2_ttf/Makefile | 2 | ||||
-rw-r--r-- | graphics/sdl_gfx/Makefile | 2 | ||||
-rw-r--r-- | graphics/sdl_image/Makefile | 2 | ||||
-rw-r--r-- | graphics/sdl_ttf/Makefile | 2 | ||||
-rw-r--r-- | net/sdl2_net/Makefile | 2 | ||||
-rw-r--r-- | net/sdl_net/Makefile | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/audio/sdl2_mixer/Makefile b/audio/sdl2_mixer/Makefile index 14bcd6ae0fa6..10434c371d3f 100644 --- a/audio/sdl2_mixer/Makefile +++ b/audio/sdl2_mixer/Makefile @@ -6,7 +6,7 @@ CATEGORIES= audio MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ DISTNAME= SDL2_mixer-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amdmi3@FreeBSD.org COMMENT= Sample multi-channel audio mixer library LICENSE= ZLIB diff --git a/audio/sdl_mixer/Makefile b/audio/sdl_mixer/Makefile index 115e538bae8b..a7e153d785aa 100644 --- a/audio/sdl_mixer/Makefile +++ b/audio/sdl_mixer/Makefile @@ -8,7 +8,7 @@ CATEGORIES= audio MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ DISTNAME= SDL_mixer-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amdmi3@FreeBSD.org COMMENT= Sample multi-channel audio mixer library LICENSE= ZLIB diff --git a/audio/sdl_sound/Makefile b/audio/sdl_sound/Makefile index f73f66602d07..bf0cac66fa72 100644 --- a/audio/sdl_sound/Makefile +++ b/audio/sdl_sound/Makefile @@ -8,7 +8,7 @@ CATEGORIES= audio MASTER_SITES= http://www.icculus.org/SDL_sound/downloads/ DISTNAME= SDL_sound-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amdmi3@FreeBSD.org COMMENT= SDL audio library and player for some popular sound file formats USES= libtool diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile index 561da3d16cd5..9a39389a7a9b 100644 --- a/devel/sdl12/Makefile +++ b/devel/sdl12/Makefile @@ -9,7 +9,7 @@ CATEGORIES= devel MASTER_SITES= http://www.libsdl.org/release/ DISTNAME= SDL-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amdmi3@FreeBSD.org COMMENT= Cross-platform multimedia development API LICENSE= LGPL21 diff --git a/devel/sdl20/Makefile b/devel/sdl20/Makefile index f9794a38e521..43f628ced3c3 100644 --- a/devel/sdl20/Makefile +++ b/devel/sdl20/Makefile @@ -6,7 +6,7 @@ CATEGORIES= devel MASTER_SITES= http://www.libsdl.org/release/ DISTNAME= SDL2-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amdmi3@FreeBSD.org COMMENT= Cross-platform multimedia development API LICENSE= ZLIB diff --git a/graphics/sdl2_gfx/Makefile b/graphics/sdl2_gfx/Makefile index 60014a6ab43b..51544d71465a 100644 --- a/graphics/sdl2_gfx/Makefile +++ b/graphics/sdl2_gfx/Makefile @@ -8,7 +8,7 @@ CATEGORIES= graphics MASTER_SITES= http://www.ferzkopp.net/Software/SDL2_gfx/ DISTNAME= SDL2_gfx-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amdmi3@FreeBSD.org COMMENT= SDL graphics drawing primitives and other support functions LICENSE= ZLIB diff --git a/graphics/sdl2_image/Makefile b/graphics/sdl2_image/Makefile index fa31891986b2..c7134be16e0e 100644 --- a/graphics/sdl2_image/Makefile +++ b/graphics/sdl2_image/Makefile @@ -7,7 +7,7 @@ CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ DISTNAME= SDL2_image-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amdmi3@FreeBSD.org COMMENT= Simple library to load images of various formats as SDL surfaces LICENSE= ZLIB diff --git a/graphics/sdl2_ttf/Makefile b/graphics/sdl2_ttf/Makefile index 5caf2faecbe1..ca6f7796cd85 100644 --- a/graphics/sdl2_ttf/Makefile +++ b/graphics/sdl2_ttf/Makefile @@ -7,7 +7,7 @@ CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ DISTNAME= SDL2_ttf-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amdmi3@FreeBSD.org COMMENT= Library to use TrueType fonts to render text in SDL applications LICENSE= ZLIB diff --git a/graphics/sdl_gfx/Makefile b/graphics/sdl_gfx/Makefile index 219a8ec97239..21d9eb742ea6 100644 --- a/graphics/sdl_gfx/Makefile +++ b/graphics/sdl_gfx/Makefile @@ -8,7 +8,7 @@ CATEGORIES= graphics MASTER_SITES= http://www.ferzkopp.net/Software/SDL_gfx-${PORTVERSION:R}/ DISTNAME= SDL_gfx-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amdmi3@FreeBSD.org COMMENT= SDL graphics drawing primitives and other support functions LICENSE= ZLIB diff --git a/graphics/sdl_image/Makefile b/graphics/sdl_image/Makefile index 514b488c9600..6fe0da1b7dac 100644 --- a/graphics/sdl_image/Makefile +++ b/graphics/sdl_image/Makefile @@ -8,7 +8,7 @@ CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ DISTNAME= SDL_image-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amdmi3@FreeBSD.org COMMENT= Simple library to load images of various formats as SDL surfaces LICENSE= LGPL21 diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile index 96035adb358e..512ce8e0fbf0 100644 --- a/graphics/sdl_ttf/Makefile +++ b/graphics/sdl_ttf/Makefile @@ -8,7 +8,7 @@ CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ DISTNAME= SDL_ttf-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amdmi3@FreeBSD.org COMMENT= Library to use TrueType fonts to render text in SDL applications LICENSE= ZLIB diff --git a/net/sdl2_net/Makefile b/net/sdl2_net/Makefile index 055666875617..b2f44fa568b2 100644 --- a/net/sdl2_net/Makefile +++ b/net/sdl2_net/Makefile @@ -6,7 +6,7 @@ CATEGORIES= net MASTER_SITES= http://www.libsdl.org/projects/SDL_net/release/ DISTNAME= SDL2_net-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amdmi3@FreeBSD.org COMMENT= Small sample cross-platform networking library LICENSE= ZLIB diff --git a/net/sdl_net/Makefile b/net/sdl_net/Makefile index 72987f910f4b..b5129977bc6b 100644 --- a/net/sdl_net/Makefile +++ b/net/sdl_net/Makefile @@ -8,7 +8,7 @@ CATEGORIES= net MASTER_SITES= http://www.libsdl.org/projects/SDL_net/release/ DISTNAME= SDL_net-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amdmi3@FreeBSD.org COMMENT= Small sample cross-platform networking library LICENSE= ZLIB |