diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-05 08:10:47 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-05 08:10:47 +0800 |
commit | 3bf530cac54bbad27f96615ca8e42fe7bb8a3583 (patch) | |
tree | c73d11bd2e23d58b6a2c62abb75c12da8924e5e5 /audio/streamripper | |
parent | 2753be9c6e283ec5c944c8fb41e3a265f6d85795 (diff) | |
download | freebsd-ports-gnome-3bf530cac54bbad27f96615ca8e42fe7bb8a3583.tar.gz freebsd-ports-gnome-3bf530cac54bbad27f96615ca8e42fe7bb8a3583.tar.zst freebsd-ports-gnome-3bf530cac54bbad27f96615ca8e42fe7bb8a3583.zip |
audio/streamripper update to 1.61.16
Simple version bump to 1.61.16
I re-diff-ed the patch-lib_parse.c and patch-lib_util.c
files to get rid of fuzz, but otherwise these patches are
unchanged.
Added new patch-Makefile.in to force using BSD_INSTALL*
macros. Thus avoiding the install.sh script which was
breaking the install.
PR: ports/89328
Submitted by: Yarema <yds@CoolRat.org>
Approved by: maintainer timeout
Diffstat (limited to 'audio/streamripper')
-rw-r--r-- | audio/streamripper/Makefile | 3 | ||||
-rw-r--r-- | audio/streamripper/distinfo | 5 | ||||
-rw-r--r-- | audio/streamripper/files/patch-lib_parse.c | 14 | ||||
-rw-r--r-- | audio/streamripper/files/patch-lib_util.c | 8 |
4 files changed, 15 insertions, 15 deletions
diff --git a/audio/streamripper/Makefile b/audio/streamripper/Makefile index 98ab8d7bc008..302d5dc559b2 100644 --- a/audio/streamripper/Makefile +++ b/audio/streamripper/Makefile @@ -6,8 +6,7 @@ # PORTNAME= streamripper -PORTVERSION= 1.61.3 -PORTREVISION= 1 +PORTVERSION= 1.61.16 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= streamripper diff --git a/audio/streamripper/distinfo b/audio/streamripper/distinfo index 44e1137f4bd6..ade81697515e 100644 --- a/audio/streamripper/distinfo +++ b/audio/streamripper/distinfo @@ -1,2 +1,3 @@ -MD5 (streamripper-1.61.3.tar.gz) = 57cd09098917bda29f841d366649681c -SIZE (streamripper-1.61.3.tar.gz) = 1147933 +MD5 (streamripper-1.61.16.tar.gz) = a7a2a2cc615a315b8844101c7fa31338 +SHA256 (streamripper-1.61.16.tar.gz) = 515490ca632c412f02f72b0bf6255f72859bb152f26bfc25245b73106ad99deb +SIZE (streamripper-1.61.16.tar.gz) = 1191933 diff --git a/audio/streamripper/files/patch-lib_parse.c b/audio/streamripper/files/patch-lib_parse.c index 00c29023af6a..804e4d00879b 100644 --- a/audio/streamripper/files/patch-lib_parse.c +++ b/audio/streamripper/files/patch-lib_parse.c @@ -1,20 +1,20 @@ ---- lib/parse.c.orig -+++ lib/parse.c -@@ -68,14 +68,14 @@ +--- lib/parse.c.orig Sun Sep 11 12:45:28 2005 ++++ lib/parse.c Sun Sep 11 12:45:28 2005 +@@ -70,14 +70,14 @@ PARSERULE_ICASE, 0, 0, 0, 0, 0, - "[[:space:]]*-?[[:space:]]*mp3pro$", -+ " *-? *mp3pro$", ++ " *-? *mp3pro$", "" }, { PARSERULE_CMD_MATCH, PARSERULE_ICASE, 1, 2, 0, 0, - 0, -- "^[[:space:]]*([^-]*?)[[:space:]]*-[[:space:]]*(.*?)[[:space:]]*$", -+ 0, -+ "^ *([^-]*)? *- *(.*) *$", +- "^[[:space:]]*([^-]*[^-[:space:]])[[:space:]]*-[[:space:]]*(.*)[[:space:]]*$", ++ 0, ++ "^ *([^-]*)? *- *(.*) *$", "" }, { 0x00, diff --git a/audio/streamripper/files/patch-lib_util.c b/audio/streamripper/files/patch-lib_util.c index 365ef2f92a48..8f2291298655 100644 --- a/audio/streamripper/files/patch-lib_util.c +++ b/audio/streamripper/files/patch-lib_util.c @@ -1,7 +1,7 @@ Argh, FreeBSD 4.X has a wctype.h header that does nothing. ---- lib/util.c.orig Sat Nov 13 17:41:09 2004 -+++ lib/util.c Wed Jan 19 07:01:41 2005 +--- lib/util.c.orig Sun Sep 11 12:46:20 2005 ++++ lib/util.c Sun Sep 11 12:46:20 2005 @@ -28,9 +28,7 @@ #if defined HAVE_WCHAR_H #include <wchar.h> @@ -13,7 +13,7 @@ Argh, FreeBSD 4.X has a wctype.h header that does nothing. #endif #include <locale.h> #include <time.h> -@@ -464,7 +462,7 @@ strip_invalid_chars_testing(char *str) +@@ -450,7 +448,7 @@ /* Replace illegals to legal */ for (wstrp = w_in; *wstrp; wstrp++) { @@ -22,7 +22,7 @@ Argh, FreeBSD 4.X has a wctype.h header that does nothing. continue; *wstrp = replacement; } -@@ -543,7 +541,7 @@ strip_invalid_chars_stable(char *str) +@@ -525,7 +523,7 @@ /* Replace illegals to legal */ for (wstrp = w_in; *wstrp; wstrp++) { |