diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-01-08 18:01:55 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-01-08 18:01:55 +0000 |
commit | f082cccfcf78c0708f857dd2c1eb8240dc859ee1 (patch) | |
tree | bb8781bb507542da1e9eb6cdfefc2bcaf18150d4 /audio/streamripper | |
parent | In order to make the MIT KRB5 port compatible with FreeBSD, the port (diff) |
Update to 1.0.5, the latest Unix release.
Noticed by: Robert Nilsson <robert@nilsson.net>
Notes
Notes:
svn path=/head/; revision=52769
Diffstat (limited to 'audio/streamripper')
-rw-r--r-- | audio/streamripper/Makefile | 5 | ||||
-rw-r--r-- | audio/streamripper/distinfo | 2 | ||||
-rw-r--r-- | audio/streamripper/files/patch-lib-ripstream.c | 10 |
3 files changed, 13 insertions, 4 deletions
diff --git a/audio/streamripper/Makefile b/audio/streamripper/Makefile index 6708830c6871..835c9b266038 100644 --- a/audio/streamripper/Makefile +++ b/audio/streamripper/Makefile @@ -6,10 +6,9 @@ # PORTNAME= streamripper -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.5 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= http://streamripper.sourceforge.net/dl/ MAINTAINER= trevor@FreeBSD.org diff --git a/audio/streamripper/distinfo b/audio/streamripper/distinfo index 526458953751..bed1f632ff94 100644 --- a/audio/streamripper/distinfo +++ b/audio/streamripper/distinfo @@ -1 +1 @@ -MD5 (streamripper-1.0.2.tar.gz) = a22116e931c5765b2210a23f0c983cfd +MD5 (streamripper-1.0.5.tar.gz) = 851b118bc96913c0cff6bca6a09c183c diff --git a/audio/streamripper/files/patch-lib-ripstream.c b/audio/streamripper/files/patch-lib-ripstream.c new file mode 100644 index 000000000000..c04a104c6290 --- /dev/null +++ b/audio/streamripper/files/patch-lib-ripstream.c @@ -0,0 +1,10 @@ +--- lib/ripstream.c.orig Sat Aug 4 20:08:50 2001 ++++ lib/ripstream.c Mon Jan 7 15:06:25 2002 +@@ -22,6 +22,7 @@ + #include <string.h> + #ifndef _WIN32 + ++#include <sys/types.h> + #include <netinet/in.h> + + #endif |