From 559e7236e0e54005200bb81a900b6877764eb998 Mon Sep 17 00:00:00 2001 From: drochner Date: Fri, 12 Apr 2013 13:35:20 +0000 Subject: update to 1.3.0 changes: several new API functions like GetValue()/SetValue(), new constructors, and a couple of bug fixes like calculating dates with 64bit integers preventing overflows in certain situations --- devel/libebml/Makefile | 4 ++-- devel/libebml/buildlink3.mk | 4 ++-- devel/libebml/distinfo | 10 +++++----- devel/libebml/patches/patch-aa | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) (limited to 'devel') diff --git a/devel/libebml/Makefile b/devel/libebml/Makefile index 073f3516370..acdae7085d3 100644 --- a/devel/libebml/Makefile +++ b/devel/libebml/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2012/10/31 11:17:12 asau Exp $ +# $NetBSD: Makefile,v 1.34 2013/04/12 13:35:20 drochner Exp $ -DISTNAME= libebml-1.2.2 +DISTNAME= libebml-1.3.0 CATEGORIES= devel MASTER_SITES= http://dl.matroska.org/downloads/libebml/ EXTRACT_SUFX= .tar.bz2 diff --git a/devel/libebml/buildlink3.mk b/devel/libebml/buildlink3.mk index 469f1abe417..8475b8ff13d 100644 --- a/devel/libebml/buildlink3.mk +++ b/devel/libebml/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.18 2011/03/18 12:42:24 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.19 2013/04/12 13:35:20 drochner Exp $ BUILDLINK_TREE+= libebml @@ -6,7 +6,7 @@ BUILDLINK_TREE+= libebml LIBEBML_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libebml+= libebml>=0.8 -BUILDLINK_ABI_DEPENDS.libebml+= libebml>=1.2.0 +BUILDLINK_ABI_DEPENDS.libebml+= libebml>=1.3.0 BUILDLINK_PKGSRCDIR.libebml?= ../../devel/libebml .endif # LIBEBML_BUILDLINK3_MK diff --git a/devel/libebml/distinfo b/devel/libebml/distinfo index 9999e8366e7..85d691e07cd 100644 --- a/devel/libebml/distinfo +++ b/devel/libebml/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2011/10/07 18:59:39 drochner Exp $ +$NetBSD: distinfo,v 1.21 2013/04/12 13:35:20 drochner Exp $ -SHA1 (libebml-1.2.2.tar.bz2) = f8ef2e044b79b6e4f777b20c0e0e2382c16fbafc -RMD160 (libebml-1.2.2.tar.bz2) = a5399b991d613c4ae3e37bfd7e0a8db33db91131 -Size (libebml-1.2.2.tar.bz2) = 60802 bytes -SHA1 (patch-aa) = 9467aaadd8fe6366ae9260b3ad0cdf242ac36d05 +SHA1 (libebml-1.3.0.tar.bz2) = 5a49ae3fddfe4b514f76d5743b29b23e0ecbc935 +RMD160 (libebml-1.3.0.tar.bz2) = 76f945a96e9950c25ccdb6c9e5cc4225dd6bd163 +Size (libebml-1.3.0.tar.bz2) = 59359 bytes +SHA1 (patch-aa) = 11d3321c11196354ab4a761876e7d4364c242084 diff --git a/devel/libebml/patches/patch-aa b/devel/libebml/patches/patch-aa index d6e751a807b..8a0c1cf40e9 100644 --- a/devel/libebml/patches/patch-aa +++ b/devel/libebml/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.13 2011/03/18 12:42:24 adam Exp $ +$NetBSD: patch-aa,v 1.14 2013/04/12 13:35:21 drochner Exp $ ---- make/linux/Makefile.orig 2011-03-18 12:15:07.000000000 +0000 +--- make/linux/Makefile.orig 2013-03-21 12:07:39.000000000 +0000 +++ make/linux/Makefile @@ -16,16 +16,16 @@ prefix=/boot/home/config else @@ -31,7 +31,7 @@ $NetBSD: patch-aa,v 1.13 2011/03/18 12:42:24 adam Exp $ LIBRARY=libebml.a -LIBRARY_SO=libebml.so +LIBRARY_SO=libebml.la - LIBRARY_SO_VER=libebml.so.3 + LIBRARY_SO_VER=libebml.so.4 # source-files @@ -84,16 +84,14 @@ lib: -- cgit v1.2.3