Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 2020 21:16:04 +0000 (UTC)
From:      Oliver Lehmann <oliver@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557865 - head/multimedia/xawtv
Message-ID:  <202012122116.0BCLG4N5078106@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: oliver
Date: Sat Dec 12 21:16:04 2020
New Revision: 557865
URL: https://svnweb.freebsd.org/changeset/ports/557865

Log:
  update to 3.107
  fixes compile on CURRENT

Modified:
  head/multimedia/xawtv/Makefile
  head/multimedia/xawtv/distinfo

Modified: head/multimedia/xawtv/Makefile
==============================================================================
--- head/multimedia/xawtv/Makefile	Sat Dec 12 20:32:36 2020	(r557864)
+++ head/multimedia/xawtv/Makefile	Sat Dec 12 21:16:04 2020	(r557865)
@@ -2,17 +2,24 @@
 # $FreeBSD$
 
 PORTNAME=	xawtv
-PORTVERSION=	3.106
+PORTVERSION=	3.107
 CATEGORIES=	multimedia
 MASTER_SITES=	http://linuxtv.org/downloads/xawtv/
 
 MAINTAINER=	oliver@FreeBSD.org
 COMMENT=	TV viewing application and a few TV utilities
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+ONLY_FOR_ARCHS=	amd64 i386
+
 BUILD_DEPENDS=	${LOCALBASE}/share/fonts/misc/led-iso8859-1.pcf.gz:x11-fonts/tv-fonts
 RUN_DEPENDS=	${LOCALBASE}/share/fonts/misc/led-iso8859-1.pcf.gz:x11-fonts/tv-fonts
 LIB_DEPENDS=	libpng.so:graphics/png
 
+USES=		gmake iconv jpeg motif ncurses perl5 tar:bzip2 pkgconfig xorg
+
 OPTIONS_DEFINE=		AALIB BKTR DV QUICKTIME ZVBI
 OPTIONS_DEFINE_i386=	MMX
 OPTIONS_DEFAULT=	AALIB BKTR
@@ -26,14 +33,12 @@ ZVBI_DESC=	Enable libzvbi support
 
 BKTR_MAKE_ARGS=	HAVE_BKTR=yes
 
-USES=		gmake iconv jpeg motif ncurses perl5 tar:bzip2 pkgconfig xorg
 GNU_CONFIGURE=	yes
 USE_XORG=	x11 xaw
 CPPFLAGS+=	-I${WRKSRC}/common
 LIBS+=		-L${LOCALBASE}/lib
 MAKE_ENV=	verbose=yes
 USE_LDCONFIG=	yes
-ONLY_FOR_ARCHS=	amd64 i386
 
 FILES_LIBJPEG=	console/Subdir.mk x11/Subdir.mk libng/plugins/Subdir.mk
 

Modified: head/multimedia/xawtv/distinfo
==============================================================================
--- head/multimedia/xawtv/distinfo	Sat Dec 12 20:32:36 2020	(r557864)
+++ head/multimedia/xawtv/distinfo	Sat Dec 12 21:16:04 2020	(r557865)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1555684312
-SHA256 (xawtv-3.106.tar.bz2) = 57cf4c36f8dabcae8649c0801d3970a1799406bb96dad45f1d628299cd689c9c
-SIZE (xawtv-3.106.tar.bz2) = 513314
+TIMESTAMP = 1607807528
+SHA256 (xawtv-3.107.tar.bz2) = c53bea63c155e5bc52821e1772cdae2da06a948be45544c7015277a02207b714
+SIZE (xawtv-3.107.tar.bz2) = 513384



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012122116.0BCLG4N5078106>