diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-04-06 21:40:21 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-04-06 21:40:21 +0800 |
commit | a1dd3f23c0cbf1a6c47a64c32ee13c73b881a976 (patch) | |
tree | f5e76ce64c070d376e23949a55a6760afa5484b4 /audio | |
parent | 05f795322ab9c444cdec1baf4550e250a0b492b6 (diff) | |
download | freebsd-ports-gnome-a1dd3f23c0cbf1a6c47a64c32ee13c73b881a976.tar.gz freebsd-ports-gnome-a1dd3f23c0cbf1a6c47a64c32ee13c73b881a976.tar.zst freebsd-ports-gnome-a1dd3f23c0cbf1a6c47a64c32ee13c73b881a976.zip |
Update to 1.2.0.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sdl_mixer/Makefile | 4 | ||||
-rw-r--r-- | audio/sdl_mixer/distinfo | 2 | ||||
-rw-r--r-- | audio/sdl_mixer/files/patch-ab | 8 |
3 files changed, 7 insertions, 7 deletions
diff --git a/audio/sdl_mixer/Makefile b/audio/sdl_mixer/Makefile index 79b663f73173..c76a1a0372e9 100644 --- a/audio/sdl_mixer/Makefile +++ b/audio/sdl_mixer/Makefile @@ -6,9 +6,9 @@ # PORTNAME= sdl_mixer -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= audio -MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/src/ +MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ DISTNAME= SDL_mixer-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org diff --git a/audio/sdl_mixer/distinfo b/audio/sdl_mixer/distinfo index fef8048c0d92..dfad2adeb267 100644 --- a/audio/sdl_mixer/distinfo +++ b/audio/sdl_mixer/distinfo @@ -1 +1 @@ -MD5 (SDL_mixer-1.1.0.tar.gz) = aefc9ddc344a7888ab97bd9ccc5ad56d +MD5 (SDL_mixer-1.2.0.tar.gz) = 3348f6b971b9acf54dbc74d5c57abc63 diff --git a/audio/sdl_mixer/files/patch-ab b/audio/sdl_mixer/files/patch-ab index d26414b04a3b..8eab788ef74d 100644 --- a/audio/sdl_mixer/files/patch-ab +++ b/audio/sdl_mixer/files/patch-ab @@ -1,13 +1,13 @@ $FreeBSD$ ---- configure 2001/01/29 18:39:52 1.1 -+++ configure 2001/01/29 18:40:15 -@@ -560,10 +560,10 @@ +--- configure.orig Fri Apr 6 01:56:54 2001 ++++ configure Fri Apr 6 16:01:40 2001 +@@ -569,10 +569,10 @@ # set BINARY_AGE and INTERFACE_AGE to 0. MAJOR_VERSION=1 --MINOR_VERSION=1 +-MINOR_VERSION=2 -MICRO_VERSION=0 -INTERFACE_AGE=0 -BINARY_AGE=0 |