View | Details | Raw Unified | Return to bug 249980 | Differences between
and this patch

Collapse All | Expand All

(-)libtuner/Makefile (-3 / +3 lines)
Lines 1-12 Link Here
1
# Created by: Jason Harmening <jason.harmening@gmail.com>
1
# Created by: Jason Harmening <jason.harmening@gmail.com>
2
# $FreeBSD: head/multimedia/libtuner/Makefile 459103 2018-01-15 17:40:13Z swills $
2
# $FreeBSD$
3
3
4
PORTNAME=	libtuner
4
PORTNAME=	libtuner
5
PORTVERSION=	1.1.4
5
PORTVERSION=	1.1.5
6
CATEGORIES=	multimedia
6
CATEGORIES=	multimedia
7
MASTER_SITES=	ftp://corona.homeunix.net/ports/libtuner/
7
MASTER_SITES=	ftp://corona.homeunix.net/ports/libtuner/
8
8
9
MAINTAINER=	jason.harmening@gmail.com
9
MAINTAINER=	jah@FreeBSD.org
10
COMMENT=	Userspace drivers for various TV/radio tuner ICs
10
COMMENT=	Userspace drivers for various TV/radio tuner ICs
11
11
12
LICENSE=	BSD2CLAUSE MIT
12
LICENSE=	BSD2CLAUSE MIT
(-)libtuner/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1516034832
1
TIMESTAMP = 1601370452
2
SHA256 (libtuner-1.1.4.tar.gz) = 66033d7cd69c02b03dd2beb0a3ad8b82e28f745172da43f9d35bf8df95500092
2
SHA256 (libtuner-1.1.5.tar.gz) = e112025fb31e326aae8a3042214afcd1e5d359ba1eafc1e814f883e689519aed
3
SIZE (libtuner-1.1.4.tar.gz) = 96082
3
SIZE (libtuner-1.1.5.tar.gz) = 96085
(-)libtuner/files/patch-Makefile (-11 lines)
Lines 1-11 Link Here
1
--- Makefile.orig
2
+++ Makefile
3
@@ -42,7 +42,7 @@
4
 SRCS += tuner_iic_device.h tuner_iic_device.cpp
5
 .endif
6
 
7
-NO_PROFILE=
8
+MK_PROFILE = no
9
 LIB = tuner_static
10
 SHLIB = tuner
11
 SHLIB_MAJOR = $(LIBTUNER_MAJOR)

Return to bug 249980