Index: branches/2018Q2/textproc/libebml/Makefile =================================================================== --- branches/2018Q2/textproc/libebml/Makefile (revision 468046) +++ branches/2018Q2/textproc/libebml/Makefile (revision 468047) @@ -1,23 +1,23 @@ # Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ PORTNAME= libebml -PORTVERSION= 1.3.5 +PORTVERSION= 1.3.6 DISTVERSIONPREFIX= release- CATEGORIES= textproc MAINTAINER= multimedia@FreeBSD.org COMMENT= EBML (Extensible Binary Meta Language), sort of binary version of XML LICENSE= LGPL21 -USES= autoreconf gmake libtool pathfix tar:bzip2 +USES= cmake pathfix tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= Matroska-Org -INSTALL_TARGET= install-strip +CMAKE_ARGS= -DBUILD_SHARED_LIBS=YES .include Index: branches/2018Q2/textproc/libebml/distinfo =================================================================== --- branches/2018Q2/textproc/libebml/distinfo (revision 468046) +++ branches/2018Q2/textproc/libebml/distinfo (revision 468047) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503134678 -SHA256 (Matroska-Org-libebml-release-1.3.5_GH0.tar.gz) = efe9851797db47bc78486b6c518d822cfca435afe3d9c9d0812d8e3825cd71e6 -SIZE (Matroska-Org-libebml-release-1.3.5_GH0.tar.gz) = 66370 +TIMESTAMP = 1524391317 +SHA256 (Matroska-Org-libebml-release-1.3.6_GH0.tar.gz) = 57ee73eacca8dc13d3c2c064fb757950450da9185e02e863cac34674681de1a8 +SIZE (Matroska-Org-libebml-release-1.3.6_GH0.tar.gz) = 69105 Index: branches/2018Q2/textproc/libebml/pkg-plist =================================================================== --- branches/2018Q2/textproc/libebml/pkg-plist (revision 468046) +++ branches/2018Q2/textproc/libebml/pkg-plist (revision 468047) @@ -1,33 +1,36 @@ include/ebml/Debug.h include/ebml/EbmlBinary.h include/ebml/EbmlConfig.h include/ebml/EbmlContexts.h include/ebml/EbmlCrc32.h include/ebml/EbmlDate.h include/ebml/EbmlDummy.h include/ebml/EbmlElement.h include/ebml/EbmlEndian.h include/ebml/EbmlFloat.h include/ebml/EbmlHead.h include/ebml/EbmlId.h include/ebml/EbmlMaster.h include/ebml/EbmlSInteger.h include/ebml/EbmlStream.h include/ebml/EbmlString.h include/ebml/EbmlSubHead.h include/ebml/EbmlTypes.h include/ebml/EbmlUInteger.h include/ebml/EbmlUnicodeString.h include/ebml/EbmlVersion.h include/ebml/EbmlVoid.h include/ebml/IOCallback.h include/ebml/MemIOCallback.h include/ebml/MemReadIOCallback.h include/ebml/SafeReadIOCallback.h include/ebml/StdIOCallback.h include/ebml/c/libebml_t.h -lib/libebml.a +lib/cmake/ebml/EbmlConfig.cmake +lib/cmake/ebml/EbmlConfigVersion.cmake +lib/cmake/ebml/EbmlTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/ebml/EbmlTargets.cmake lib/libebml.so lib/libebml.so.4 lib/libebml.so.4.0.0 libdata/pkgconfig/libebml.pc Index: branches/2018Q2 =================================================================== --- branches/2018Q2 (revision 468046) +++ branches/2018Q2 (revision 468047) Property changes on: branches/2018Q2 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r468042