Date: Tue, 20 May 2014 18:55:12 +0000 (UTC) From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354667 - in head/audio/mp3unicode: . files Message-ID: <201405201855.s4KItCRR028374@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: makc Date: Tue May 20 18:55:12 2014 New Revision: 354667 URL: http://svnweb.freebsd.org/changeset/ports/354667 QAT: https://qat.redports.org/buildarchive/r354667/ Log: audio/mp3unicode: - Update to 1.2.1 - Remove patch for DOCS option, which no longer needed in STAGEDIR era \o/ Deleted: head/audio/mp3unicode/files/patch-Makefile.in Modified: head/audio/mp3unicode/Makefile head/audio/mp3unicode/distinfo head/audio/mp3unicode/files/patch-mp3unicode.cpp Modified: head/audio/mp3unicode/Makefile ============================================================================== --- head/audio/mp3unicode/Makefile Tue May 20 18:51:29 2014 (r354666) +++ head/audio/mp3unicode/Makefile Tue May 20 18:55:12 2014 (r354667) @@ -1,10 +1,9 @@ # $FreeBSD$ PORTNAME= mp3unicode -PORTVERSION= 1.2 -PORTREVISION= 3 +PORTVERSION= 1.2.1 CATEGORIES= audio -MASTER_SITES= SF +MASTER_SITES= http://github.com/downloads/alonbl/mp3unicode/ MAINTAINER= makc@FreeBSD.org COMMENT= ID3 tags charset converter @@ -22,11 +21,4 @@ PORTDOCS= COPYING README OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - -pre-configure: -.if !${PORT_OPTIONS:MDOCS} - ${REINPLACE_CMD} -e '/^install-data-am/s|install-dist_docDATA||' ${WRKSRC}/Makefile.in -.endif - .include <bsd.port.mk> Modified: head/audio/mp3unicode/distinfo ============================================================================== --- head/audio/mp3unicode/distinfo Tue May 20 18:51:29 2014 (r354666) +++ head/audio/mp3unicode/distinfo Tue May 20 18:55:12 2014 (r354667) @@ -1,2 +1,2 @@ -SHA256 (mp3unicode-1.2.tar.bz2) = 7788dde056204d003f32f07aa99ed46b1599ecfc0e9e12c8b559fa1072ffb74b -SIZE (mp3unicode-1.2.tar.bz2) = 95372 +SHA256 (mp3unicode-1.2.1.tar.bz2) = 375b432ce784407e74fceb055d115bf83b1bd04a83b95256171e1a36e00cfe07 +SIZE (mp3unicode-1.2.1.tar.bz2) = 101593 Modified: head/audio/mp3unicode/files/patch-mp3unicode.cpp ============================================================================== --- head/audio/mp3unicode/files/patch-mp3unicode.cpp Tue May 20 18:51:29 2014 (r354666) +++ head/audio/mp3unicode/files/patch-mp3unicode.cpp Tue May 20 18:55:12 2014 (r354667) @@ -1,12 +1,11 @@ ---- ./mp3unicode.cpp.orig 2007-09-25 14:57:33.000000000 +0400 -+++ ./mp3unicode.cpp 2007-09-29 15:16:49.000000000 +0400 -@@ -200,9 +200,6 @@ +--- ./mp3unicode.cpp.orig 2012-05-07 12:03:19.000000000 +0000 ++++ ./mp3unicode.cpp 2014-05-13 20:16:40.053475428 +0000 +@@ -229,7 +229,7 @@ if ( iconv ( cd, --#if !defined(_LIBICONV_VERSION) || _LIBICONV_VERSION < 0x010B -- (char **) --#endif - &from, +- (char **)&from, ++ &from, &from_size, &to, + &to_size
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405201855.s4KItCRR028374>