Update to 1.0.2.

This commit is contained in:
Trevor Johnson 2001-03-04 16:06:38 +00:00
parent 0b0d11fd9d
commit 234ac6ed41
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39041
3 changed files with 2 additions and 14 deletions

View File

@ -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}

View File

@ -1 +1 @@
MD5 (streamripper-0.7.0b.tar.gz) = 031ac71a9da9987de3d7cb5b8f301c79
MD5 (streamripper-1.0.2.tar.gz) = a22116e931c5765b2210a23f0c983cfd

View File

@ -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