Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Oct 2015 18:07:19 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399552 - head/multimedia/mediainfo
Message-ID:  <201510171807.t9HI7J5B027953@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct 17 18:07:18 2015
New Revision: 399552
URL: https://svnweb.freebsd.org/changeset/ports/399552

Log:
  - Update to 0.7.78
  - Add LICENSE_FILE
  - Cleanup Makefile
  
  Changes:	http://mediaarea.net/MediaInfo/ChangeLog

Modified:
  head/multimedia/mediainfo/Makefile
  head/multimedia/mediainfo/distinfo

Modified: head/multimedia/mediainfo/Makefile
==============================================================================
--- head/multimedia/mediainfo/Makefile	Sat Oct 17 18:07:13 2015	(r399551)
+++ head/multimedia/mediainfo/Makefile	Sat Oct 17 18:07:18 2015	(r399552)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mediainfo
-PORTVERSION=	0.7.77
+PORTVERSION=	0.7.78
 CATEGORIES=	multimedia
 MASTER_SITES=	http://mediaarea.net/download/binary/${PORTNAME}/${PORTVERSION}/ \
 		LOCAL/sunpoet
@@ -12,12 +12,12 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Provides technical and tag information for video and audio files
 
 LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/../../../License.html
 
 LIB_DEPENDS=	libmediainfo.so:${PORTSDIR}/multimedia/libmediainfo \
 		libzen.so:${PORTSDIR}/multimedia/libzen
 
 CONFIGURE_ARGS=	--enable-shared
-CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USES=		libtool pathfix pkgconfig tar:bzip2

Modified: head/multimedia/mediainfo/distinfo
==============================================================================
--- head/multimedia/mediainfo/distinfo	Sat Oct 17 18:07:13 2015	(r399551)
+++ head/multimedia/mediainfo/distinfo	Sat Oct 17 18:07:18 2015	(r399552)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510171807.t9HI7J5B027953>