diff options
author | lioux <lioux@FreeBSD.org> | 2004-02-23 21:02:12 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-02-23 21:02:12 +0000 |
commit | b8cb77a88349b81a138bf5f3f38c3f40746947f4 (patch) | |
tree | a293481126062f975379fbc969307c65a5f5ca48 /textproc | |
parent | 45d14125649f672781f7c1cb4a3eb5fd1c397b44 (diff) | |
download | FreeBSD-ports-b8cb77a88349b81a138bf5f3f38c3f40746947f4.zip FreeBSD-ports-b8cb77a88349b81a138bf5f3f38c3f40746947f4.tar.gz |
Update to 0.6.4
Diffstat (limited to 'textproc')
-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 38490d8..7cfbfda 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 eeec332..871921c 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 a5a6a7f..a49fccf 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 |