summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-01-27 11:27:15 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-01-27 11:27:15 +0000
commit4e668f7b058bde60112ec3a81a010e87cc3671e8 (patch)
tree7438c2801089daae536d58404b2f5a3ef810b7bc /multimedia
parent8db5803e710d3f645fc2cb0d6c798b5b614ca086 (diff)
downloadfreebsd-ports-4e668f7b058bde60112ec3a81a010e87cc3671e8.zip
- Update to 0.7.72 (0.4.30)
- Add my LOCAL to MASTER_SITES - Cleanup Makefile Changes: - New MemoryUtils.h functions for SSE2 memcpy - Ztring::From_Unicode(const wchar_t S) - Removed Win9X support - CMake: scripts improvements, thanks to Ivan Romanov - Mac: EOL definitely moved from \r to \n - int128: was not compiling on Cygwin - Windows: file open in append mode has shared read/write
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libzen/Makefile6
-rw-r--r--multimedia/libzen/distinfo4
2 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/libzen/Makefile b/multimedia/libzen/Makefile
index c81a642f8983..09f0433521a1 100644
--- a/multimedia/libzen/Makefile
+++ b/multimedia/libzen/Makefile
@@ -2,9 +2,10 @@
# $FreeBSD$
PORTNAME= libzen
-PORTVERSION= 0.7.69
+PORTVERSION= 0.7.72
CATEGORIES= multimedia
-MASTER_SITES= http://mediaarea.net/download/binary/mediainfo/${PORTVERSION}/
+MASTER_SITES= http://mediaarea.net/download/binary/mediainfo/${PORTVERSION}/ \
+ LOCAL/sunpoet
DISTNAME= MediaInfo_CLI_${PORTVERSION}_GNU_FromSource
MAINTAINER= sunpoet@FreeBSD.org
@@ -29,6 +30,5 @@ post-patch:
post-install:
${INSTALL_DATA} ${WRKSRC}/../../../Source/ZenLib/BitStream_Fast.h ${STAGEDIR}${PREFIX}/include/ZenLib/BitStream_Fast.h
-# ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libzen.so.0.0.0
.include <bsd.port.mk>
diff --git a/multimedia/libzen/distinfo b/multimedia/libzen/distinfo
index 038972cb27d0..488907a78b75 100644
--- a/multimedia/libzen/distinfo
+++ b/multimedia/libzen/distinfo
@@ -1,2 +1,2 @@
-SHA256 (MediaInfo_CLI_0.7.69_GNU_FromSource.tar.bz2) = 145ca8e82334123558e98f973922781c947fcba3aacb1aa6137daaa3cde227d1
-SIZE (MediaInfo_CLI_0.7.69_GNU_FromSource.tar.bz2) = 1744328
+SHA256 (MediaInfo_CLI_0.7.72_GNU_FromSource.tar.bz2) = 9964ca21e6a57fc12aff7ed5fc7f867e2582a76d8e6da7d8db4a9f1f518854e8
+SIZE (MediaInfo_CLI_0.7.72_GNU_FromSource.tar.bz2) = 1829888