diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-08-23 23:11:03 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-08-23 23:11:03 +0000 |
commit | 20ee22f47491f6d25a9c78f36bc97a2aa7992119 (patch) | |
tree | cf785c91cd807709ce69a4db8827b524a004c8f8 /textproc/libebml | |
parent | 9cfc20a27688bd86e7823b1ec537e7638072826b (diff) | |
download | ports-20ee22f47491f6d25a9c78f36bc97a2aa7992119.tar.gz ports-20ee22f47491f6d25a9c78f36bc97a2aa7992119.zip |
Notes
Diffstat (limited to 'textproc/libebml')
-rw-r--r-- | textproc/libebml/Makefile | 16 | ||||
-rw-r--r-- | textproc/libebml/distinfo | 4 |
2 files changed, 4 insertions, 16 deletions
diff --git a/textproc/libebml/Makefile b/textproc/libebml/Makefile index f4f51edb2b32..bb9ac1bdccee 100644 --- a/textproc/libebml/Makefile +++ b/textproc/libebml/Makefile @@ -6,10 +6,10 @@ # PORTNAME= libebml -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.1 CATEGORIES= textproc MASTER_SITES= http://dl.matroska.org/downloads/libebml/ \ - http://www.bunkus.org/videotools/mkvtoolnix/sources/ + http://www.bunkus.org/videotools/mkvtoolnix/sources/old/ MAINTAINER= lioux@FreeBSD.org COMMENT= EBML (Extensible Binary Meta Language), sort of binary version of XML @@ -35,19 +35,7 @@ do-configure: .include <bsd.port.pre.mk> -# gcc 3.2 was available on 5.x before this OSVERSION -# do not build gcc 3.3 unless necessary -.if ${OSVERSION} < 501103 -# use gcc 3.2 -USE_GCC=3.2 -.else -# default for 5.x series -USE_GCC=3.3 -.endif - .if ${OSVERSION} < 500000 -USE_GCC=2.95 -# this is gcc 2.x CFLAGS+= -DNO_WSTRING .endif diff --git a/textproc/libebml/distinfo b/textproc/libebml/distinfo index a39195a2de48..1a5443aa127f 100644 --- a/textproc/libebml/distinfo +++ b/textproc/libebml/distinfo @@ -1,2 +1,2 @@ -MD5 (libebml-0.7.0.tar.bz2) = c6a440f1f3fa4a49243437cc03a70658 -SIZE (libebml-0.7.0.tar.bz2) = 49568 +MD5 (libebml-0.7.1.tar.bz2) = 9f777f392d4b50c28151f0bd4e23733e +SIZE (libebml-0.7.1.tar.bz2) = 50912 |