diff options
author | lioux <lioux@FreeBSD.org> | 2005-05-29 09:39:24 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-05-29 09:39:24 +0800 |
commit | d0eef47231079d2eb1c95b1712fd32ee47b81e9a (patch) | |
tree | 18bf8bbe35e66470ec2e6653603609b4ee2037bb | |
parent | f70764caa005b023ded378825522953d0631f79f (diff) | |
download | freebsd-ports-gnome-d0eef47231079d2eb1c95b1712fd32ee47b81e9a.tar.gz freebsd-ports-gnome-d0eef47231079d2eb1c95b1712fd32ee47b81e9a.tar.zst freebsd-ports-gnome-d0eef47231079d2eb1c95b1712fd32ee47b81e9a.zip |
o Update to 0.7.4
o There is a shared library now
PR: 80239
Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org>
-rw-r--r-- | textproc/libebml/Makefile | 7 | ||||
-rw-r--r-- | textproc/libebml/distinfo | 4 |
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 |