aboutsummaryrefslogtreecommitdiffstats
path: root/comms/py-lirc
diff options
context:
space:
mode:
authornox <nox@FreeBSD.org>2011-02-27 06:11:54 +0800
committernox <nox@FreeBSD.org>2011-02-27 06:11:54 +0800
commit3586c5685a1b607aaac200e9425cdfc4d56ebee7 (patch)
tree83d1a9a6529931cfa328c06daef5b74966efdd19 /comms/py-lirc
parent0d85eeef51e75fe831f3e88397a3180d212ea13e (diff)
downloadfreebsd-ports-gnome-3586c5685a1b607aaac200e9425cdfc4d56ebee7.tar.gz
freebsd-ports-gnome-3586c5685a1b607aaac200e9425cdfc4d56ebee7.tar.zst
freebsd-ports-gnome-3586c5685a1b607aaac200e9425cdfc4d56ebee7.zip
- Update comms/lirc to 0.9.0p1_4 in order to be able to use the lirc
support in webcamd svn (for mceusb-based receivers/transmitters and USB DVB tuner remotes supported by the Linux code), and enable support for a few more USB devices while we're at it tho of those only an FTDI-based one was tested: http://www.huitsing.nl/irftdi/ [1] - Fix plist for audio/rhythmbox and multimedia/totem and add missing LIRC_{CFLAGS,LIBS} variables to CONFIGURE_ENV for multimedia/xine when building them with (optional) lirc support. [2] - Chase liblirc_client shlib version bump for ports depdending on it and bump PORTREVISIONs for ports depending on it by default. Approved by: portmgr (miwi) [2] Thanks to: Warren Block <wblock@wonkity.com> for testing [1]
Diffstat (limited to 'comms/py-lirc')
-rw-r--r--comms/py-lirc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/py-lirc/Makefile b/comms/py-lirc/Makefile
index 04282757edbd..a2ad7f696abd 100644
--- a/comms/py-lirc/Makefile
+++ b/comms/py-lirc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= lirc
PORTVERSION= 0.0.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= comms python
MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ DISTNAME= pylirc-${PORTVERSION}
MAINTAINER= lewiz@compsoc.man.ac.uk
COMMENT= Lirc support library for Python
-LIB_DEPENDS= lirc_client.1:${PORTSDIR}/comms/lirc
+LIB_DEPENDS= lirc_client.2:${PORTSDIR}/comms/lirc
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib