From owner-svn-ports-all@FreeBSD.ORG Tue May 20 18:55:13 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 76E1CAD8; Tue, 20 May 2014 18:55:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49895253C; Tue, 20 May 2014 18:55:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4KItDsC028377; Tue, 20 May 2014 18:55:13 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4KItCRR028374; Tue, 20 May 2014 18:55:12 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201405201855.s4KItCRR028374@svn.freebsd.org> From: Max Brazhnikov Date: Tue, 20 May 2014 18:55:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354667 - in head/audio/mp3unicode: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2014 18:55:13 -0000 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 - -pre-configure: -.if !${PORT_OPTIONS:MDOCS} - ${REINPLACE_CMD} -e '/^install-data-am/s|install-dist_docDATA||' ${WRKSRC}/Makefile.in -.endif - .include 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