ports/93213: [UPDATE] audio/streamripper to 1.61.17 ; take maintainership

Rainer Alves rainer.alves at gmail.com
Sun Feb 12 00:00:24 UTC 2006


>Number:         93213
>Category:       ports
>Synopsis:       [UPDATE] audio/streamripper to 1.61.17 ; take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 12 00:00:22 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Rainer Alves
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
>Description:

- Update to 1.61.17
- Pet portlint
- Add OPTIONS for OggVorbis support
- Fix regexp in parsing patch
- Take maintainership

Changes since previous version:
- Fix memory leak
- Fix for proxy authentication without password
- Check http_proxy environment variable for proxy url

>How-To-Repeat:
>Fix:

--- streamripper-1.61.17.diff begins here ---
diff -ruN audio/streamripper.orig/Makefile audio/streamripper/Makefile
--- audio/streamripper.orig/Makefile	Sat Feb 11 19:03:03 2006
+++ audio/streamripper/Makefile	Sat Feb 11 21:12:55 2006
@@ -6,16 +6,26 @@
 #
 
 PORTNAME=	streamripper
-PORTVERSION=	1.61.16
+PORTVERSION=	1.61.17
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	streamripper
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	rainer.alves at gmail.com
 COMMENT=	Splits SHOUTcast stream into tracks
 
-LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv \
-		mad.2:${PORTSDIR}/audio/libmad
+LIB_DEPENDS=	mad.2:${PORTSDIR}/audio/libmad
+
+USE_ICONV=	yes
+
+OPTIONS=	VORBIS "Include Ogg Vorbis codec support" on
+
+.include <bsd.port.pre.mk>
+
+.ifdef(WITH_VORBIS)
+LIB_DEPENDS+=	ogg.5:${PORTSDIR}/audio/libogg
+LIB_DEPENDS+=	vorbis.3:${PORTSDIR}/audio/libvorbis
+.endif
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include" \
@@ -24,4 +34,7 @@
 PLIST_FILES=	bin/streamripper
 MAN1=		streamripper.1
 
-.include <bsd.port.mk>
+pre-install:
+		@${CHMOD} +x ${WRKSRC}/install-sh
+
+.include <bsd.port.post.mk>
diff -ruN audio/streamripper.orig/distinfo audio/streamripper/distinfo
--- audio/streamripper.orig/distinfo	Wed Jan  4 22:10:46 2006
+++ audio/streamripper/distinfo	Sat Feb 11 20:34:11 2006
@@ -1,3 +1,3 @@
-MD5 (streamripper-1.61.16.tar.gz) = a7a2a2cc615a315b8844101c7fa31338
-SHA256 (streamripper-1.61.16.tar.gz) = 515490ca632c412f02f72b0bf6255f72859bb152f26bfc25245b73106ad99deb
-SIZE (streamripper-1.61.16.tar.gz) = 1191933
+MD5 (streamripper-1.61.17.tar.gz) = d98c28ffe7e3a387ea508f95efeedc2d
+SHA256 (streamripper-1.61.17.tar.gz) = 35122194d5046f741460968db90f4bf62e5c7c6817d4b6d60f8d942448d7ab5d
+SIZE (streamripper-1.61.17.tar.gz) = 1186562
diff -ruN audio/streamripper.orig/files/patch-lib_parse.c audio/streamripper/files/patch-lib_parse.c
--- audio/streamripper.orig/files/patch-lib_parse.c	Wed Jan  4 22:10:47 2006
+++ audio/streamripper/files/patch-lib_parse.c	Sat Feb 11 21:15:57 2006
@@ -14,7 +14,7 @@
 -	0, 
 -	"^[[:space:]]*([^-]*[^-[:space:]])[[:space:]]*-[[:space:]]*(.*)[[:space:]]*$",
 + 	0,
-+ 	"^ *([^-]*)? *- *(.*) *$",
++ 	"^ *([^-]*[^- ]) *- *(.*) *$",
  	""
      },
      { 0x00, 
diff -ruN audio/streamripper.orig/pkg-descr audio/streamripper/pkg-descr
--- audio/streamripper.orig/pkg-descr	Thu Nov 13 07:21:02 2003
+++ audio/streamripper/pkg-descr	Sat Feb 11 20:31:23 2006
@@ -5,5 +5,3 @@
 the user's leisure with an MPEG Layer 3 audio player.
 
 WWW:  http://streamripper.sourceforge.net
-
-Trevor Johnson
--- streamripper-1.61.17.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:
 



More information about the freebsd-ports-bugs mailing list