Date: Sat, 5 Dec 2015 10:08:05 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403053 - head/multimedia/libmatroska Message-ID: <201512051008.tB5A85ld014053@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Dec 5 10:08:05 2015 New Revision: 403053 URL: https://svnweb.freebsd.org/changeset/ports/403053 Log: Update to 1.4.4 Use pathfix instead of a dedicated target Modified: head/multimedia/libmatroska/Makefile head/multimedia/libmatroska/distinfo Modified: head/multimedia/libmatroska/Makefile ============================================================================== --- head/multimedia/libmatroska/Makefile Sat Dec 5 10:05:17 2015 (r403052) +++ head/multimedia/libmatroska/Makefile Sat Dec 5 10:08:05 2015 (r403053) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libmatroska -PORTVERSION= 1.4.2 +PORTVERSION= 1.4.4 CATEGORIES= multimedia audio MASTER_SITES= http://dl.matroska.org/downloads/libmatroska/ \ http://www.bunkus.org/videotools/mkvtoolnix/sources/ @@ -14,14 +14,10 @@ LICENSE= LGPL21 LIB_DEPENDS= libebml.so:${PORTSDIR}/textproc/libebml -USES= gmake libtool pkgconfig tar:bzip2 +USES= gmake libtool pathfix pkgconfig 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> Modified: head/multimedia/libmatroska/distinfo ============================================================================== --- head/multimedia/libmatroska/distinfo Sat Dec 5 10:05:17 2015 (r403052) +++ head/multimedia/libmatroska/distinfo Sat Dec 5 10:08:05 2015 (r403053) @@ -1,2 +1,2 @@ -SHA256 (libmatroska-1.4.2.tar.bz2) = bea10320f1f1fd121bbd7db9ffc77b2518e8269f00903549c5425478bbf8393f -SIZE (libmatroska-1.4.2.tar.bz2) = 611057 +SHA256 (libmatroska-1.4.4.tar.bz2) = d3efaa9f6d3964351a05bea0f848a8d5dc570e4791f179816ce9a93730296bd7 +SIZE (libmatroska-1.4.4.tar.bz2) = 604396
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512051008.tB5A85ld014053>