diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-02-23 21:02:12 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-02-23 21:02:12 +0000 |
commit | 2ebfefc0b01c48a01287312df6ebf1c7ae6b424e (patch) | |
tree | 1c296faae1843f843aae6ea39711b556093651c3 | |
parent | Update to 1.18 (diff) |
Update to 0.6.4
-rw-r--r-- | textproc/libebml/Makefile | 6 | ||||
-rw-r--r-- | textproc/libebml/distinfo | 4 | ||||
-rw-r--r-- | textproc/libebml/pkg-plist | 8 |
3 files changed, 8 insertions, 10 deletions
diff --git a/textproc/libebml/Makefile b/textproc/libebml/Makefile index 38490d83d1f6..7cfbfdab1dcb 100644 --- a/textproc/libebml/Makefile +++ b/textproc/libebml/Makefile @@ -6,15 +6,13 @@ # PORTNAME= libebml -PORTVERSION= 0.4.3 -PORTREVISION= 1 +PORTVERSION= 0.6.4 CATEGORIES= textproc -MASTER_SITES= http://matroska.sourceforge.net/downloads/ +MASTER_SITES= http://dl.matroska.org/downloads/libebml/ MAINTAINER= lioux@FreeBSD.org COMMENT= EBML (Extensible Binary Meta Language), sort of binary version of XML -USE_BZIP2= yes USE_GMAKE= yes USE_REINPLACE= yes USE_SIZE= yes diff --git a/textproc/libebml/distinfo b/textproc/libebml/distinfo index eeec332b651f..871921ceebc6 100644 --- a/textproc/libebml/distinfo +++ b/textproc/libebml/distinfo @@ -1,2 +1,2 @@ -MD5 (libebml-0.4.3.tar.bz2) = 835f215d5ef9cab9187f5e4114c7f775 -SIZE (libebml-0.4.3.tar.bz2) = 30357 +MD5 (libebml-0.6.4.tar.gz) = 7ac6fb3f4bcadcd845f0e9446ff446b7 +SIZE (libebml-0.6.4.tar.gz) = 56877 diff --git a/textproc/libebml/pkg-plist b/textproc/libebml/pkg-plist index a5a6a7fe73f0..a49fccf63bb1 100644 --- a/textproc/libebml/pkg-plist +++ b/textproc/libebml/pkg-plist @@ -4,6 +4,7 @@ include/ebml/EbmlConfig.h include/ebml/EbmlContexts.h include/ebml/EbmlCrc32.h include/ebml/EbmlDate.h +include/ebml/EbmlDummy.h include/ebml/EbmlElement.h include/ebml/EbmlEndian.h include/ebml/EbmlFloat.h @@ -20,10 +21,9 @@ include/ebml/EbmlUnicodeString.h include/ebml/EbmlVersion.h include/ebml/EbmlVoid.h include/ebml/IOCallback.h +include/ebml/MemIOCallback.h include/ebml/StdIOCallback.h -include/ebml/StdInclude.h -include/ebml/api/c/libebml_t.h +include/ebml/c/libebml_t.h lib/libebml.a -@dirrm include/ebml/api/c -@dirrm include/ebml/api +@dirrm include/ebml/c @dirrm include/ebml |