aboutsummaryrefslogtreecommitdiff
path: root/audio/streamripper
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2001-03-04 16:06:38 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2001-03-04 16:06:38 +0000
commit234ac6ed413f6fc823ad3d6763578f135bb75c63 (patch)
treead20185c3cd3e86db5c3be755c08de8e00897be5 /audio/streamripper
parent0b0d11fd9dd3d9a6b9a30ce8e1250af0610e2119 (diff)
downloadports-234ac6ed413f6fc823ad3d6763578f135bb75c63.tar.gz
ports-234ac6ed413f6fc823ad3d6763578f135bb75c63.zip
Notes
Diffstat (limited to 'audio/streamripper')
-rw-r--r--audio/streamripper/Makefile2
-rw-r--r--audio/streamripper/distinfo2
-rw-r--r--audio/streamripper/files/patch-aa12
3 files changed, 2 insertions, 14 deletions
diff --git a/audio/streamripper/Makefile b/audio/streamripper/Makefile
index 4cabd0db8fd4..6708830c6871 100644
--- a/audio/streamripper/Makefile
+++ b/audio/streamripper/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= streamripper
-PORTVERSION= 0.7.0b
+PORTVERSION= 1.0.2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/audio/streamripper/distinfo b/audio/streamripper/distinfo
index 07a869023102..526458953751 100644
--- a/audio/streamripper/distinfo
+++ b/audio/streamripper/distinfo
@@ -1 +1 @@
-MD5 (streamripper-0.7.0b.tar.gz) = 031ac71a9da9987de3d7cb5b8f301c79
+MD5 (streamripper-1.0.2.tar.gz) = a22116e931c5765b2210a23f0c983cfd
diff --git a/audio/streamripper/files/patch-aa b/audio/streamripper/files/patch-aa
deleted file mode 100644
index 0973afcbbd46..000000000000
--- a/audio/streamripper/files/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
---- streamripper.c.old Tue Jun 6 14:39:56 2000
-+++ streamripper.c Tue Jun 6 14:40:40 2000
-@@ -398,7 +398,7 @@
-
- if (!(fd_log = fopen(m_opt.log_file, "a")))
- {
-- vfprintf(stderr, "[logfile] %s", strerror(errno));
-+ fprintf(stderr, "[logfile] %s", strerror(errno));
- fflush(stderr);
- }
- else
-