diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-12-05 10:05:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-12-05 10:05:17 +0000 |
commit | 9a1fb91f9dc4610602a25fd4c5adc96ee663d3d9 (patch) | |
tree | 23a0366d9c47c80e32d7a619342e6e5e7060f8a0 /textproc | |
parent | d29da10059f1943ab736785a60e670f56853eecd (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libebml/Makefile | 8 | ||||
-rw-r--r-- | textproc/libebml/distinfo | 4 |
2 files changed, 4 insertions, 8 deletions
diff --git a/textproc/libebml/Makefile b/textproc/libebml/Makefile index e6dd1b3302d5..4181d975800b 100644 --- a/textproc/libebml/Makefile +++ b/textproc/libebml/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libebml -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.3 CATEGORIES= textproc MASTER_SITES= http://dl.matroska.org/downloads/libebml/ \ http://www.bunkus.org/videotools/mkvtoolnix/sources/ @@ -12,14 +12,10 @@ COMMENT= EBML (Extensible Binary Meta Language), sort of binary version of XML LICENSE= LGPL21 -USES= gmake libtool tar:bzip2 +USES= gmake libtool pathfix tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -post-patch: - ${REINPLACE_CMD} -e 's|$${libdir}/pkgconfig|@prefix@/libdata/pkgconfig|' \ - ${WRKSRC}/Makefile.in - .include <bsd.port.mk> diff --git a/textproc/libebml/distinfo b/textproc/libebml/distinfo index 7022d2f2413f..d5cac1fe2d02 100644 --- a/textproc/libebml/distinfo +++ b/textproc/libebml/distinfo @@ -1,2 +1,2 @@ -SHA256 (libebml-1.3.1.tar.bz2) = 195894b31aaca55657c9bc157d744f23b0c25597606b97cfa5a9039c4b684295 -SIZE (libebml-1.3.1.tar.bz2) = 599116 +SHA256 (libebml-1.3.3.tar.bz2) = 35fb44daa41961f94a0ac1b8f06801e88cc9bf2ad6f562ced8ab7c1f1a875499 +SIZE (libebml-1.3.3.tar.bz2) = 588607 |