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)
This commit is contained in:
parent
a8b96a14e9
commit
6bc9969ae1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q2/; revision=468047
@ -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 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 <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user