diff options
author | drochner <drochner> | 2011-02-14 18:57:14 +0000 |
---|---|---|
committer | drochner <drochner> | 2011-02-14 18:57:14 +0000 |
commit | 7da2d0310c3542febdb1f99ba9241aab7c63087d (patch) | |
tree | cf4ca30d9be4d4a1b0bb656aed0181fdd7d2a9eb | |
parent | b4b8066fc2fa37964e7f3645df2feb6d1f9025fe (diff) | |
download | pkgsrc-7da2d0310c3542febdb1f99ba9241aab7c63087d.tar.gz |
update to 1.2.0
changes:
-header cleanup
-bugfixes
-rw-r--r-- | devel/libebml/Makefile | 4 | ||||
-rw-r--r-- | devel/libebml/buildlink3.mk | 4 | ||||
-rw-r--r-- | devel/libebml/distinfo | 10 | ||||
-rw-r--r-- | devel/libebml/patches/patch-aa | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/devel/libebml/Makefile b/devel/libebml/Makefile index 75aa447fa44..37f28174172 100644 --- a/devel/libebml/Makefile +++ b/devel/libebml/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2010/07/08 18:42:12 drochner Exp $ +# $NetBSD: Makefile,v 1.30 2011/02/14 18:57:14 drochner Exp $ # -DISTNAME= libebml-1.0.0 +DISTNAME= libebml-1.2.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 82a438a10f5..9fd78436965 100644 --- a/devel/libebml/buildlink3.mk +++ b/devel/libebml/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.16 2009/03/20 19:24:17 joerg Exp $ +# $NetBSD: buildlink3.mk,v 1.17 2011/02/14 18:57:14 drochner Exp $ # # This Makefile fragment is included by packages that use libebml. # @@ -9,7 +9,7 @@ BUILDLINK_TREE+= libebml LIBEBML_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libebml+= libebml>=0.7.7 -BUILDLINK_ABI_DEPENDS.libebml?= libebml>=0.7.7 +BUILDLINK_ABI_DEPENDS.libebml?= libebml>=1.2.0 BUILDLINK_PKGSRCDIR.libebml?= ../../devel/libebml .endif # LIBEBML_BUILDLINK3_MK diff --git a/devel/libebml/distinfo b/devel/libebml/distinfo index 3160e124b4d..ca4d94cf4eb 100644 --- a/devel/libebml/distinfo +++ b/devel/libebml/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2010/07/08 18:42:13 drochner Exp $ +$NetBSD: distinfo,v 1.18 2011/02/14 18:57:14 drochner Exp $ -SHA1 (libebml-1.0.0.tar.bz2) = 8b79752ddb6cadab0346b43785432c554dbf220d -RMD160 (libebml-1.0.0.tar.bz2) = 932552ae239007253f0526d8bb0d506776ca14df -Size (libebml-1.0.0.tar.bz2) = 60058 bytes -SHA1 (patch-aa) = 8d33249a2c845b2e1f10d184092b47d739c4621d +SHA1 (libebml-1.2.0.tar.bz2) = 4107fd6496b5aae3f0e7a96cb3008341a5b224bc +RMD160 (libebml-1.2.0.tar.bz2) = 213b7f9e18cf71f250d83d278ebd7e27220cdebc +Size (libebml-1.2.0.tar.bz2) = 60532 bytes +SHA1 (patch-aa) = f7ff6a5a059eb2f8f2550f2de4c0b6fbf94c8ce7 diff --git a/devel/libebml/patches/patch-aa b/devel/libebml/patches/patch-aa index fab0c0cff72..cf8704497ef 100644 --- a/devel/libebml/patches/patch-aa +++ b/devel/libebml/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.11 2010/07/08 18:42:14 drochner Exp $ +$NetBSD: patch-aa,v 1.12 2011/02/14 18:57:14 drochner Exp $ ---- make/linux/Makefile.orig 2010-06-04 08:44:54.000000000 +0000 +--- make/linux/Makefile.orig 2011-01-29 11:45:50.000000000 +0000 +++ make/linux/Makefile @@ -16,16 +16,16 @@ prefix=/boot/home/config
else
@@ -31,7 +31,7 @@ $NetBSD: patch-aa,v 1.11 2010/07/08 18:42:14 drochner Exp $ LIBRARY=libebml.a
-LIBRARY_SO=libebml.so
+LIBRARY_SO=libebml.la
- LIBRARY_SO_VER=libebml.so.2
+ LIBRARY_SO_VER=libebml.so.3
# source-files
@@ -84,16 +84,14 @@ lib:
|