aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libcec/Makefile
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2012-12-04 17:14:34 +0000
committerPawel Pekala <pawel@FreeBSD.org>2012-12-04 17:14:34 +0000
commit55978ca2a40cd22c8cb162a8bc30d931477f9359 (patch)
tree1481753c6a811117e5d26a21b71e406a7b9ac9c1 /multimedia/libcec/Makefile
parent53bac83ab4cf9187bdfe5f0cbbfe8662d8118b23 (diff)
downloadports-55978ca2a40cd22c8cb162a8bc30d931477f9359.tar.gz
ports-55978ca2a40cd22c8cb162a8bc30d931477f9359.zip
Notes
Diffstat (limited to 'multimedia/libcec/Makefile')
-rw-r--r--multimedia/libcec/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/multimedia/libcec/Makefile b/multimedia/libcec/Makefile
index c153ec67b345..381f47de0914 100644
--- a/multimedia/libcec/Makefile
+++ b/multimedia/libcec/Makefile
@@ -2,17 +2,19 @@
# $FreeBSD$
PORTNAME= libcec
-PORTVERSION= 2.0.2
+PORTVERSION= 2.0.4
CATEGORIES= multimedia
-MASTER_SITES= https://github.com/Pulse-Eight/libcec/zipball/libcec-2.0.2/
MAINTAINER= manuel.creach@icloud.com
-COMMENT= Library that allows you to use the Pulse-Eight's HDMI-CEC Adapter
+COMMENT= Library to control Pulse-Eight's HDMI-CEC adapter
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-FETCH_ARGS= -Fpr
+USE_GITHUB= yes
+GH_ACCOUNT= Pulse-Eight
+GH_COMMIT= 178d498
+GH_TAGNAME= ${PORTNAME}-${PORTVERSION}
USE_GMAKE= yes
USE_AUTORECONF= yes
@@ -25,8 +27,6 @@ MAKE_JOBS_SAFE= yes
CFLAGS+= -D_FILE_OFFSET_BITS=64
-WRKSRC= ${WRKDIR}/Pulse-Eight-libcec-a9ac151
-
post-patch:
${REINPLACE_CMD} 's|-Werror||' \
${WRKSRC}/configure.ac