diff options
author | adamw <adamw@FreeBSD.org> | 2005-01-18 10:58:51 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-01-18 10:58:51 +0000 |
commit | e104af700ca5bdc538b3c45f91ed80345fa3c335 (patch) | |
tree | 89d85ad2517964bdeb2a3410b1a5e35bc2437e6d /audio/streamripper | |
parent | 145e8ceecc6e29bad32ec5c9e8a6e6fb6f85975d (diff) | |
download | FreeBSD-ports-e104af700ca5bdc538b3c45f91ed80345fa3c335.zip FreeBSD-ports-e104af700ca5bdc538b3c45f91ed80345fa3c335.tar.gz |
Update to 1.61.3. Included are some awesome new scriptability
features, as well as significant UI improvements. Its out-of-the-box
score is quite high., as well as significant UI improvements. Its out-of-the-box
score is quite high.
Diffstat (limited to 'audio/streamripper')
-rw-r--r-- | audio/streamripper/Makefile | 9 | ||||
-rw-r--r-- | audio/streamripper/files/patch-lib-ripstream.c | 10 |
2 files changed, 7 insertions, 12 deletions
diff --git a/audio/streamripper/Makefile b/audio/streamripper/Makefile index d38aef5..56831c9 100644 --- a/audio/streamripper/Makefile +++ b/audio/streamripper/Makefile @@ -6,14 +6,19 @@ # PORTNAME= streamripper -PORTVERSION= 1.0.5 +PORTVERSION= 1.61.3 CATEGORIES= audio -MASTER_SITES= http://streamripper.sourceforge.net/files/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= trevor@FreeBSD.org COMMENT= Splits SHOUTcast stream into tracks GNU_CONFIGURE= yes +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + PLIST_FILES= bin/streamripper +MAN1= streamripper.1 .include <bsd.port.mk> diff --git a/audio/streamripper/files/patch-lib-ripstream.c b/audio/streamripper/files/patch-lib-ripstream.c deleted file mode 100644 index c04a104..0000000 --- a/audio/streamripper/files/patch-lib-ripstream.c +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 |