diff options
author | salo <salo> | 2005-05-30 16:31:08 +0000 |
---|---|---|
committer | salo <salo> | 2005-05-30 16:31:08 +0000 |
commit | 16203ca2a0c01821c7cd6c277643aea7f10ee968 (patch) | |
tree | db667833512a906b1ef4942820a4d94936e49a4b /devel | |
parent | c104a85d6ae960e8d2dd30f8d7a6619b2ebf1995 (diff) | |
download | pkgsrc-16203ca2a0c01821c7cd6c277643aea7f10ee968.tar.gz |
Update to version 0.7.5
Changes include fixes to the build system for MacOS X, slightly improved
handling of the maximum size to read and other small fixes.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libebml/Makefile | 4 | ||||
-rw-r--r-- | devel/libebml/buildlink3.mk | 4 | ||||
-rw-r--r-- | devel/libebml/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/devel/libebml/Makefile b/devel/libebml/Makefile index af90ebee411..4cb270fa629 100644 --- a/devel/libebml/Makefile +++ b/devel/libebml/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2005/05/22 20:07:52 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2005/05/30 16:31:08 salo Exp $ # -DISTNAME= libebml-0.7.4 +DISTNAME= libebml-0.7.5 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 0c3d833de76..62afdb35167 100644 --- a/devel/libebml/buildlink3.mk +++ b/devel/libebml/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2005/04/18 00:13:05 salo Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2005/05/30 16:31:08 salo Exp $ # # This Makefile fragment is included by packages that use libebml. # @@ -16,7 +16,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibebml} BUILDLINK_PACKAGES+= libebml .if !empty(LIBEBML_BUILDLINK3_MK:M+) -BUILDLINK_DEPENDS.libebml+= libebml>=0.7.4 +BUILDLINK_DEPENDS.libebml+= libebml>=0.7.5 BUILDLINK_PKGSRCDIR.libebml?= ../../devel/libebml .endif # LIBEBML_BUILDLINK3_MK diff --git a/devel/libebml/distinfo b/devel/libebml/distinfo index 6ad03e66140..62569bdce73 100644 --- a/devel/libebml/distinfo +++ b/devel/libebml/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2005/04/18 00:13:05 salo Exp $ +$NetBSD: distinfo,v 1.10 2005/05/30 16:31:08 salo Exp $ -SHA1 (libebml-0.7.4.tar.bz2) = 325a25673e4d15a793622b273deab241b946de5f -RMD160 (libebml-0.7.4.tar.bz2) = 11f6a088cfa65f6213733ab62718567f8c365ddc -Size (libebml-0.7.4.tar.bz2) = 53950 bytes +SHA1 (libebml-0.7.5.tar.bz2) = a12a63fa6970df166cbb8087f30f9918775e1614 +RMD160 (libebml-0.7.5.tar.bz2) = f72efa761b80c591dbb227837b0feaee4ba24c7a +Size (libebml-0.7.5.tar.bz2) = 54398 bytes SHA1 (patch-aa) = 97ae2bfb8554556d5389ec02aee84e7162282d73 |