aboutsummaryrefslogtreecommitdiff
path: root/textproc/libebml
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-05-29 01:39:24 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-05-29 01:39:24 +0000
commit022be5b7fb4544d639afd8748015959597b852dd (patch)
treebf93454cde389485082dc1280c5c8bbf7748e967 /textproc/libebml
parent6ae9c183367993267096ae89196fad54b95b7855 (diff)
downloadports-022be5b7fb4544d639afd8748015959597b852dd.tar.gz
ports-022be5b7fb4544d639afd8748015959597b852dd.zip
o Update to 0.7.4
o There is a shared library now PR: 80239 Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org>
Notes
Notes: svn path=/head/; revision=136360
Diffstat (limited to 'textproc/libebml')
-rw-r--r--textproc/libebml/Makefile7
-rw-r--r--textproc/libebml/distinfo4
2 files changed, 8 insertions, 3 deletions
diff --git a/textproc/libebml/Makefile b/textproc/libebml/Makefile
index 88dcbad4d8b0..b1fad57868a8 100644
--- a/textproc/libebml/Makefile
+++ b/textproc/libebml/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libebml
-PORTVERSION= 0.7.3
+PORTVERSION= 0.7.4
CATEGORIES= textproc
MASTER_SITES= http://dl.matroska.org/downloads/libebml/ \
http://www.bunkus.org/videotools/mkvtoolnix/sources/old/
@@ -19,10 +19,15 @@ USE_GMAKE= yes
USE_REINPLACE= yes
BUILD_WRKSRC= ${WRKSRC}/make/linux
INSTALL_WRKSRC= ${WRKSRC}/make/linux
+INSTALLS_SHLIB= yes
# Installs dir with proper permissions
INSTALL_DATA_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755
+PLIST_FILES+= \
+ lib/libebml.so \
+ lib/libebml.so.0
+
do-configure:
@${REINPLACE_CMD} -E \
-e 's|^(prefix)[[:space:]]*=.*$$|\1=${PREFIX}|; \
diff --git a/textproc/libebml/distinfo b/textproc/libebml/distinfo
index 7dfa99d0cb52..ad873abb0087 100644
--- a/textproc/libebml/distinfo
+++ b/textproc/libebml/distinfo
@@ -1,2 +1,2 @@
-MD5 (libebml-0.7.3.tar.bz2) = 5d9fee0755cef7d7e88ee7065f3e728f
-SIZE (libebml-0.7.3.tar.bz2) = 52827
+MD5 (libebml-0.7.4.tar.bz2) = c11ee7f4d747b8b55d676ce7ab102759
+SIZE (libebml-0.7.4.tar.bz2) = 53950