Hi, This update package streamripper to the latest release 1.64.6. Tested on amd64.
Comments ? OK ? -- Alexandr Shadchin Index: Makefile =================================================================== RCS file: /cvs/ports/audio/streamripper/Makefile,v retrieving revision 1.21 diff -u -p -r1.21 Makefile --- Makefile 16 Sep 2011 08:26:11 -0000 1.21 +++ Makefile 28 Nov 2011 23:27:32 -0000 @@ -2,8 +2,7 @@ COMMENT= rip shoutcast streams to local mp3s -DISTNAME= streamripper-1.64.0 -REVISION= 2 +DISTNAME= streamripper-1.64.6 CATEGORIES= audio HOMEPAGE= http://streamripper.sourceforge.net/ @@ -12,23 +11,21 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE: MODULES= devel/gettext -# GPL +# GPLv2 PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -WANTLIB += c cdk iberty faad glib-2.0 m mad>=2 ogg>=5.2 ncurses -WANTLIB += pthread vorbis>=3.0 +WANTLIB += c faad glib-2.0 iberty m mad>=2 ogg>=5.2 pthread vorbis>=3.0 LIB_DEPENDS= audio/faad \ audio/libmad \ audio/libogg \ audio/libvorbis \ - devel/glib2 \ - devel/cdk + devel/glib2 -AUTOCONF_VERSION=2.61 +AUTOCONF_VERSION=2.63 CONFIGURE_STYLE= autoconf CONFIGURE_ENV= CPPLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" Index: distinfo =================================================================== RCS file: /cvs/ports/audio/streamripper/distinfo,v retrieving revision 1.5 diff -u -p -r1.5 distinfo --- distinfo 11 Dec 2008 08:40:25 -0000 1.5 +++ distinfo 28 Nov 2011 23:27:32 -0000 @@ -1,5 +1,5 @@ -MD5 (streamripper-1.64.0.tar.gz) = +HVIE93CvJbEw0QOJayotg== -RMD160 (streamripper-1.64.0.tar.gz) = ypliiUtyOOuhRb3R1pJ1cBTTm30= -SHA1 (streamripper-1.64.0.tar.gz) = sJ92dbuDeWqkEsuUSBADRBw4KCE= -SHA256 (streamripper-1.64.0.tar.gz) = pT9Q0m3jYQ5ZoH6vgcydo0iq97NbxKMC8uX23vsSl64= -SIZE (streamripper-1.64.0.tar.gz) = 839535 +MD5 (streamripper-1.64.6.tar.gz) = o3oai4+SKFIhlqEiocLdMg== +RMD160 (streamripper-1.64.6.tar.gz) = PAEAOPe+aVmtpje5M/7/JhaRXbo= +SHA1 (streamripper-1.64.6.tar.gz) = vIqNOtBF4HcsppHSBjw578wNykU= +SHA256 (streamripper-1.64.6.tar.gz) = wddfLpx7OP1Glb5m7/RTM5UkgTLzzGHzdRlkA8TY3kI= +SIZE (streamripper-1.64.6.tar.gz) = 900205 Index: patches/patch-lib_charset_c =================================================================== RCS file: patches/patch-lib_charset_c diff -N patches/patch-lib_charset_c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-lib_charset_c 28 Nov 2011 23:27:32 -0000 @@ -0,0 +1,11 @@ +$OpenBSD$ +--- lib/charset.c.orig Mon Nov 21 00:21:11 2011 ++++ lib/charset.c Mon Nov 21 00:21:19 2011 +@@ -26,6 +26,7 @@ + * at least 16 bits, but this code has only been tested on systems with + * 8-bit char, 16-bit short and 32-bit int. + */ ++#include "srconfig.h" + + #ifndef HAVE_ICONV /* should be ifdef USE_CHARSET_CONVERT */ + Index: patches/patch-lib_iconvert_c =================================================================== RCS file: patches/patch-lib_iconvert_c diff -N patches/patch-lib_iconvert_c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-lib_iconvert_c 28 Nov 2011 23:27:32 -0000 @@ -0,0 +1,11 @@ +$OpenBSD$ +--- lib/iconvert.c.orig Mon Nov 21 00:23:32 2011 ++++ lib/iconvert.c Mon Nov 21 00:23:39 2011 +@@ -15,6 +15,7 @@ + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ ++#include "srconfig.h" + + #ifdef HAVE_ICONV + Index: patches/patch-lib_utf8_c =================================================================== RCS file: patches/patch-lib_utf8_c diff -N patches/patch-lib_utf8_c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-lib_utf8_c 28 Nov 2011 23:27:32 -0000 @@ -0,0 +1,11 @@ +$OpenBSD$ +--- lib/utf8.c.orig Mon Nov 21 00:22:13 2011 ++++ lib/utf8.c Mon Nov 21 00:22:25 2011 +@@ -20,6 +20,7 @@ + /* + * Convert a string between UTF-8 and the locale's charset. + */ ++#include "srconfig.h" + + #include <stdlib.h> + #include <string.h>
