From owner-svn-ports-head@freebsd.org Sat Oct 17 18:07:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E16AA174E6; Sat, 17 Oct 2015 18:07:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 EBCC6132; Sat, 17 Oct 2015 18:07:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9HI7DDe027838; Sat, 17 Oct 2015 18:07:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9HI7Daj027836; Sat, 17 Oct 2015 18:07:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510171807.t9HI7Daj027836@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 17 Oct 2015 18:07:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399551 - head/multimedia/libmediainfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Oct 2015 18:07:15 -0000 Author: sunpoet Date: Sat Oct 17 18:07:13 2015 New Revision: 399551 URL: https://svnweb.freebsd.org/changeset/ports/399551 Log: - Update to 0.7.78 - Add LICENSE_FILE - Use USES=localbase - Cleanup Makefile Changes: http://mediaarea.net/MediaInfo/ChangeLog Modified: head/multimedia/libmediainfo/Makefile head/multimedia/libmediainfo/distinfo Modified: head/multimedia/libmediainfo/Makefile ============================================================================== --- head/multimedia/libmediainfo/Makefile Sat Oct 17 18:07:08 2015 (r399550) +++ head/multimedia/libmediainfo/Makefile Sat Oct 17 18:07:13 2015 (r399551) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libmediainfo -PORTVERSION= 0.7.77 +PORTVERSION= 0.7.78 CATEGORIES= multimedia MASTER_SITES= http://mediaarea.net/download/binary/mediainfo/${PORTVERSION}/ \ LOCAL/sunpoet @@ -22,7 +22,6 @@ OPTIONS_DEFAULT=TINYXML2 TINYXML2_DESC= Use textproc/tinyxml2 instead of bundled one CONFIGURE_ARGS= --enable-shared -CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes @@ -33,13 +32,13 @@ WRKSRC= ${WRKDIR}/MediaInfo_CLI_GNU_Fro CURL_CONFIGURE_ON= --with-libcurl=${LOCALBASE} CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl MMS_CONFIGURE_ON= --with-libmms=${LOCALBASE} -MMS_LDFLAGS= -L${LOCALBASE}/lib -lmms MMS_LIB_DEPENDS= libmms.so:${PORTSDIR}/net/libmms -TINYXML2_CONFIGURE_ENV= TINYXML2_CFLAGS=-I${LOCALBASE}/include TINYXML2_LIBS="-L${LOCALBASE}lib -ltinyxml2" TINYXML2_CONFIGURE_ON= --with-libtinyxml2=yes TINYXML2_LIB_DEPENDS= libtinyxml2.so:${PORTSDIR}/textproc/tinyxml2 +TINYXML2_USES= localbase post-patch: + @${TOUCH} ${WRKSRC}/aclocal.m4 @${REINPLACE_CMD} \ -e 's|../../../../ZenLib/Project/GNU/Library/libzen-config|${LOCALBASE}/bin/libzen-config|' \ -e 's|lib/pkgconfig/|libdata/pkgconfig/|g' \ Modified: head/multimedia/libmediainfo/distinfo ============================================================================== --- head/multimedia/libmediainfo/distinfo Sat Oct 17 18:07:08 2015 (r399550) +++ head/multimedia/libmediainfo/distinfo Sat Oct 17 18:07:13 2015 (r399551) @@ -1,2 +1,2 @@ -SHA256 (MediaInfo_CLI_0.7.77_GNU_FromSource.tar.bz2) = b96cbb358f6ae7d18f2a409a8945244fa053530736d00a8fb6d2cc0e7218a1f3 -SIZE (MediaInfo_CLI_0.7.77_GNU_FromSource.tar.bz2) = 4220022 +SHA256 (MediaInfo_CLI_0.7.78_GNU_FromSource.tar.bz2) = ee52cb774bbb6e14b182e71a1be84700ba540b5153e14857a3d7115fb4c6cd78 +SIZE (MediaInfo_CLI_0.7.78_GNU_FromSource.tar.bz2) = 4225145