diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2000-02-17 18:28:09 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2000-02-17 18:28:09 +0800 |
commit | 97492835d4028d9ebe62a9465a125809bb30e663 (patch) | |
tree | 91b4fab8e890f0f94e154d1134532ffc1e2bd240 | |
parent | f2793935bffbad04384f90927a47d23f760569f4 (diff) | |
download | freebsd-ports-gnome-97492835d4028d9ebe62a9465a125809bb30e663.tar.gz freebsd-ports-gnome-97492835d4028d9ebe62a9465a125809bb30e663.tar.zst freebsd-ports-gnome-97492835d4028d9ebe62a9465a125809bb30e663.zip |
Update IPv6 patch to fix a problem with handling IPv4 http redirects.
Submitted by: Munechika SUMIKAWA <sumikawa@freebsd.org>
Original report: Jeff Scofield <jeff@beth.syntax.com>
-rw-r--r-- | audio/mpg123/Makefile | 2 | ||||
-rw-r--r-- | audio/mpg123/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index a26896eca5dc..3646400a3da5 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.mpg123.de/mpg123/ \ http://ftp.tu-clausthal.de/pub/unix/audio/mpg123/ PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ -PATCHFILES= mpg123-059r-v6-20000111.diff.gz +PATCHFILES= mpg123-059r-v6-20000217.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= jkoshy@freebsd.org diff --git a/audio/mpg123/distinfo b/audio/mpg123/distinfo index 72595c6eb2f1..1954cf5c34a0 100644 --- a/audio/mpg123/distinfo +++ b/audio/mpg123/distinfo @@ -1,2 +1,2 @@ MD5 (mpg123-0.59r.tar.gz) = 95df59ad1651dd2346d49fafc83747e7 -MD5 (mpg123-059r-v6-20000111.diff.gz) = e563e5fe1276cc1e8a9b01aef53dda6d +MD5 (mpg123-059r-v6-20000217.diff.gz) = 2ecb369d4c6d8b99017e86aeb2313220 |