diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-04-17 15:03:56 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-04-17 15:03:56 +0000 |
commit | 6131742d7903a1b1b673551413a5c861e049baf8 (patch) | |
tree | b0be7c96f5d363616bb2ee4f49d888ec5b4b52ed /audio | |
parent | 193b6cc6d81c17f15e10bc0ebeecd086564ba2d1 (diff) | |
download | ports-6131742d7903a1b1b673551413a5c861e049baf8.tar.gz ports-6131742d7903a1b1b673551413a5c861e049baf8.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mikmod/Makefile | 1 | ||||
-rw-r--r-- | audio/mp-player/Makefile | 1 | ||||
-rw-r--r-- | audio/sdl_mixer/Makefile | 2 | ||||
-rw-r--r-- | audio/sdl_sound/Makefile | 2 | ||||
-rw-r--r-- | audio/simplemod/Makefile | 1 |
5 files changed, 5 insertions, 2 deletions
diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile index 293bb2a32ae0..c04d6ceabc0f 100644 --- a/audio/mikmod/Makefile +++ b/audio/mikmod/Makefile @@ -3,6 +3,7 @@ PORTNAME= mikmod PORTVERSION= 3.2.5 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF \ CRITICAL diff --git a/audio/mp-player/Makefile b/audio/mp-player/Makefile index a06af6338ec5..058c80fee0c3 100644 --- a/audio/mp-player/Makefile +++ b/audio/mp-player/Makefile @@ -3,6 +3,7 @@ PORTNAME= mp-player PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= CRITICAL diff --git a/audio/sdl_mixer/Makefile b/audio/sdl_mixer/Makefile index 40daa60adb5b..f09b42bae2dc 100644 --- a/audio/sdl_mixer/Makefile +++ b/audio/sdl_mixer/Makefile @@ -3,7 +3,7 @@ PORTNAME= sdl_mixer PORTVERSION= 1.2.12 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ DISTNAME= SDL_mixer-${PORTVERSION} diff --git a/audio/sdl_sound/Makefile b/audio/sdl_sound/Makefile index 73500c2fb12c..b7f7a45bb1f3 100644 --- a/audio/sdl_sound/Makefile +++ b/audio/sdl_sound/Makefile @@ -3,7 +3,7 @@ PORTNAME= sdl_sound PORTVERSION= 1.0.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MASTER_SITES= http://offload1.icculus.org:9090/SDL_sound/downloads/ \ http://offload2.icculus.org:9090/SDL_sound/downloads/ diff --git a/audio/simplemod/Makefile b/audio/simplemod/Makefile index cd168015c7fa..653603b7cdd0 100644 --- a/audio/simplemod/Makefile +++ b/audio/simplemod/Makefile @@ -3,6 +3,7 @@ PORTNAME= simplemod PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://borderworlds.dk/projects/sm/ |