1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Update to 1.0.5, the latest Unix release.

Noticed by:	Robert Nilsson <robert@nilsson.net>
This commit is contained in:
Trevor Johnson 2002-01-08 18:01:55 +00:00
parent 6108625cb9
commit f082cccfcf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52769
3 changed files with 13 additions and 4 deletions

View File

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

View File

@ -1 +1 @@
MD5 (streamripper-1.0.2.tar.gz) = a22116e931c5765b2210a23f0c983cfd
MD5 (streamripper-1.0.5.tar.gz) = 851b118bc96913c0cff6bca6a09c183c

View File

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