diff options
author | rm <rm@FreeBSD.org> | 2012-03-22 14:52:34 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-03-22 14:52:34 +0800 |
commit | 90f56807e82c168e042854ff521be56b48bc6967 (patch) | |
tree | 9852cc17e6e0f5a9c283acb3d9eb36468b5d77c7 /multimedia/xbmc-pvr | |
parent | c6538f120eb1fdb7e6dfc1746b1773c3a3f5a984 (diff) | |
download | freebsd-ports-gnome-90f56807e82c168e042854ff521be56b48bc6967.tar.gz freebsd-ports-gnome-90f56807e82c168e042854ff521be56b48bc6967.tar.zst freebsd-ports-gnome-90f56807e82c168e042854ff521be56b48bc6967.zip |
- 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 <freebsd.users at gmail dot com>
Submitted by: Dominic Fandrey <kamikaze at bsdforen dot de> (maintainer)
Feature safe: yes
Diffstat (limited to 'multimedia/xbmc-pvr')
-rw-r--r-- | multimedia/xbmc-pvr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |