Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Dec 2016 16:51:02 +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: r427572 - head/multimedia/libzen
Message-ID:  <201612021651.uB2Gp2Jg013293@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Dec  2 16:51:02 2016
New Revision: 427572
URL: https://svnweb.freebsd.org/changeset/ports/427572

Log:
  - Update to 0.7.91 (0.4.34)
  
  - Minor performance optimizations and cleanup (Thanks to Pavel Pimenov)
  - Add PKGBUILD file for Arch Linux
  - CMake improvements (Thanks to evpobr)
  - Build scripts improvements
  - Fix for Ubuntu 16.10
  - Change lib name for Fedora and RHEL/CentOS to follow their guidelines
  - Update Visual Studio project files (support of 32-bit CPU without SSE)

Modified:
  head/multimedia/libzen/Makefile
  head/multimedia/libzen/distinfo

Modified: head/multimedia/libzen/Makefile
==============================================================================
--- head/multimedia/libzen/Makefile	Fri Dec  2 16:18:47 2016	(r427571)
+++ head/multimedia/libzen/Makefile	Fri Dec  2 16:51:02 2016	(r427572)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libzen
-PORTVERSION=	0.7.90
+PORTVERSION=	0.7.91
 CATEGORIES=	multimedia
 MASTER_SITES=	http://mediaarea.net/download/binary/mediainfo/${PORTVERSION}/ \
 		LOCAL/sunpoet

Modified: head/multimedia/libzen/distinfo
==============================================================================
--- head/multimedia/libzen/distinfo	Fri Dec  2 16:18:47 2016	(r427571)
+++ head/multimedia/libzen/distinfo	Fri Dec  2 16:51:02 2016	(r427572)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1479482654
-SHA256 (MediaInfo_CLI_0.7.90_GNU_FromSource.tar.xz) = 799d1c5b600725c585c7dc3cd441b42a1b616e19eb78e7d4bdea83b1c104f1c1
-SIZE (MediaInfo_CLI_0.7.90_GNU_FromSource.tar.xz) = 2747552
+TIMESTAMP = 1480687105
+SHA256 (MediaInfo_CLI_0.7.91_GNU_FromSource.tar.xz) = a23ac52b1befdf924caab80932518ebf0d1836ceb281a35e4cb7a5a779784609
+SIZE (MediaInfo_CLI_0.7.91_GNU_FromSource.tar.xz) = 2751536



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