From 90f56807e82c168e042854ff521be56b48bc6967 Mon Sep 17 00:00:00 2001 From: rm Date: Thu, 22 Mar 2012 06:52:34 +0000 Subject: - update to 0.2.2 - chase shlib bump in dependent ports - bump PORTREVISION for xbmc and xbmc-pvr Please note that this commit isn't actually feature safe, because it bumps portrevision for two (not that small) ports. But it fixes the breakage, reported in PR, and, as side effect, raises library version. PR: 165449 Reported by: Justin Submitted by: Dominic Fandrey (maintainer) Feature safe: yes --- multimedia/xbmc-pvr/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'multimedia/xbmc-pvr') diff --git a/multimedia/xbmc-pvr/Makefile b/multimedia/xbmc-pvr/Makefile index 8caa61798f6c..3078b85c75e2 100644 --- a/multimedia/xbmc-pvr/Makefile +++ b/multimedia/xbmc-pvr/Makefile @@ -7,6 +7,7 @@ PORTNAME= xbmc PORTVERSION= 70 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= LOCAL/nox PKGNAMESUFFIX= -pvr-ppa-odk @@ -135,7 +136,7 @@ CONFIGURE_ARGS+= --disable-avahi .if !defined(WITHOUT_LIBBLURAY) CONFIGURE_ARGS+= --enable-libbluray -LIB_DEPENDS+= bluray.1:${PORTSDIR}/multimedia/libbluray +LIB_DEPENDS+= bluray.2:${PORTSDIR}/multimedia/libbluray .else CONFIGURE_ARGS+= --disable-libbluray .endif -- cgit