svn commit: r468047 - branches/2018Q2/textproc/libebml
Thomas Zander
riggs at FreeBSD.org
Sun Apr 22 18:27:24 UTC 2018
Author: riggs
Date: Sun Apr 22 18:27:23 2018
New Revision: 468047
URL: https://svnweb.freebsd.org/changeset/ports/468047
Log:
MFH: r468042
Update to upstream version 1.3.6
Details:
- Update to upstream version 1.3.6
- Switch build system to cmake (mandatory upstream)
- Build shared libs, not static libs (upstream build
system requires either-or; the number of consumers
in the ports tree is small, this is unlikely to
cause problems)
Approved by: ports-secteam (riggs)
Modified:
branches/2018Q2/textproc/libebml/Makefile
branches/2018Q2/textproc/libebml/distinfo
branches/2018Q2/textproc/libebml/pkg-plist
Directory Properties:
branches/2018Q2/ (props changed)
Modified: branches/2018Q2/textproc/libebml/Makefile
==============================================================================
--- branches/2018Q2/textproc/libebml/Makefile Sun Apr 22 18:16:02 2018 (r468046)
+++ branches/2018Q2/textproc/libebml/Makefile Sun Apr 22 18:27:23 2018 (r468047)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libebml
-PORTVERSION= 1.3.5
+PORTVERSION= 1.3.6
DISTVERSIONPREFIX= release-
CATEGORIES= textproc
@@ -11,13 +11,13 @@ COMMENT= EBML (Extensible Binary Meta Language), sort
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 <bsd.port.mk>
Modified: branches/2018Q2/textproc/libebml/distinfo
==============================================================================
--- branches/2018Q2/textproc/libebml/distinfo Sun Apr 22 18:16:02 2018 (r468046)
+++ branches/2018Q2/textproc/libebml/distinfo Sun Apr 22 18:27:23 2018 (r468047)
@@ -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
Modified: branches/2018Q2/textproc/libebml/pkg-plist
==============================================================================
--- branches/2018Q2/textproc/libebml/pkg-plist Sun Apr 22 18:16:02 2018 (r468046)
+++ branches/2018Q2/textproc/libebml/pkg-plist Sun Apr 22 18:27:23 2018 (r468047)
@@ -26,7 +26,10 @@ 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
More information about the svn-ports-branches
mailing list