From danny@ricin.com  Mon Jan 22 23:09:59 2007
Return-Path: <danny@ricin.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 9C1EF16A403
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 22 Jan 2007 23:09:59 +0000 (UTC)
	(envelope-from danny@ricin.com)
Received: from smtpq3.tilbu1.nb.home.nl (smtpq3.tilbu1.nb.home.nl [213.51.146.202])
	by mx1.freebsd.org (Postfix) with ESMTP id 3B8E113C45A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 22 Jan 2007 23:09:59 +0000 (UTC)
	(envelope-from danny@ricin.com)
Received: from [213.51.146.190] (port=40329 helo=smtp1.tilbu1.nb.home.nl)
	by smtpq3.tilbu1.nb.home.nl with esmtp (Exim 4.30)
	id 1H98IY-00008M-Dk; Tue, 23 Jan 2007 00:09:58 +0100
Received: from cp464173-a.dbsch1.nb.home.nl ([84.27.221.74]:57176 helo=_HOSTNAME_)
	by smtp1.tilbu1.nb.home.nl with smtp (Exim 4.30)
	id 1H98IV-0007wl-Vb; Tue, 23 Jan 2007 00:09:55 +0100
Received: by _HOSTNAME_ (sSMTP sendmail emulation); Tue, 23 Jan 2007 00:09:45 +0100
Message-Id: <20070122230959.3B8E113C45A@mx1.freebsd.org>
Date: Tue, 23 Jan 2007 00:09:45 +0100
From: "Danny Pansters" <danny@ricin.com>
Reply-To: Danny Pansters <danny@ricin.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: danny@ricin.com
Subject: [update] multimedia/kbtv: update to 1.2.1 (bugfix release)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         108227
>Category:       ports
>Synopsis:       [update] multimedia/kbtv: update to 1.2.1 (bugfix release)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 22 23:10:25 GMT 2007
>Closed-Date:    Tue Jan 23 16:15:48 GMT 2007
>Last-Modified:  Tue Jan 23 16:20:45 GMT 2007
>Originator:     Danny Pansters
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD desktop.homenet 6.2-STABLE FreeBSD 6.2-STABLE #2: Sun Jan 21 22:34:28 CET 2007 danny@desktop.homenet:/usr/obj/usr/src/sys/DESKTOP i386


	
>Description:
	Update to 1.2.1 which has a few bugfixes, supersedes ports/108164 (update to 1.2)
>How-To-Repeat:
	
>Fix:

	Diff against 1.1.3:

--- multimedia::kbtv.diff begins here ---
diff -ruN ports/multimedia/kbtv/Makefile ports/multimedia/kbtv.newer/Makefile
--- ports/multimedia/kbtv/Makefile	Wed Sep 20 13:21:50 2006
+++ ports/multimedia/kbtv.newer/Makefile	Mon Jan 22 23:29:49 2007
@@ -6,13 +6,14 @@
 #
 
 PORTNAME=	kbtv
-DISTVERSION=	1.1.3
+DISTVERSION=	1.2.1
 CATEGORIES=	multimedia python kde
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
+		http://freebsd.ricin.com/ports/distfiles/
 MASTER_SITE_SUBDIR=	${PORTNAME}
 EXTRACT_SUFX=	.tbz
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	danny@ricin.com
 COMMENT=	KDE TV viewer for FreeBSD
 
 RUN_DEPENDS=	kdepyuic:${PORTSDIR}/x11-toolkits/py-kde
@@ -25,20 +26,20 @@
 USE_SDL=	sdl
 INSTALLS_ICONS=	yes
 
-OPTIONS=	PWC "Philips and compatible cameras" off \
-		SAA "Philips SAA713x TV cards" off \
-		SAA_TUNER_PHILIPS "SAA with Philips tuner API" on \
+OPTIONS=	PWC                   "Philips and compatible cameras" off \
+		SAA                   "Philips SAA713x TV cards" off \
+		SAA_TUNER_PHILIPS     "SAA with Philips tuner API" on \
 		SAA_TUNER_PHILIPS_MK3 "SAA with Philips MK3 tuner API" off \
-		SAA_TUNER_ALPS "SAA with Alps tuner API" off \
-		SAA_TUNER_LG "SAA with LG tuner API" off \
-		SAA_TUNER_TEMIC "SAA with Temic tuner API" off \
-		SAA_STD_PAL_B_G "SAA with PAL B/G standard" on \
-		SAA_STD_PAL_I "SAA with PAL I standard" off \
-		SAA_STD_PAL_D_K "SAA with PAL/SECAM D/K standard" off \
-		SAA_STD_PAL_L "SAA with PAL/SECAM L standard" off \
-		SAA_STD_PAL_LACCENT "SAA with PAL/SECAM L' standard" off \
-		SAA_STD_NTSC "SAA with NTSC N/M standard" off \
-		SAA_STD_NTSC_JAPAN "SAA with NTSC Japan standard" off
+		SAA_TUNER_ALPS        "SAA with Alps tuner API" off \
+		SAA_TUNER_LG          "SAA with LG tuner API" off \
+		SAA_TUNER_TEMIC       "SAA with Temic tuner API" off \
+		SAA_STD_PAL_B_G       "SAA with PAL B/G standard" on \
+		SAA_STD_PAL_I         "SAA with PAL I standard" off \
+		SAA_STD_PAL_D_K       "SAA with PAL D/K standard" off \
+		SAA_STD_PAL_L         "SAA with PAL L standard" off \
+		SAA_STD_PAL_LACCENT   "SAA with PAL L' standard" off \
+		SAA_STD_NTSC          "SAA with NTSC N/M standard" off \
+		SAA_STD_NTSC_JAPAN    "SAA with NTSC Japan standard" off
 
 .include <bsd.port.pre.mk>
 
@@ -47,9 +48,7 @@
 IGNORE=		kernel sources required for pwc
 .endif
 PLIST_SUB+=	PWC=""
-BUILD_DEPENDS+=	${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game
-RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game \
-		/boot/modules/pwc.ko:${PORTSDIR}/multimedia/pwcbsd
+RUN_DEPENDS+=	/boot/modules/pwc.ko:${PORTSDIR}/multimedia/pwcbsd
 .else
 PLIST_SUB+=	PWC="@comment "
 .endif
@@ -133,7 +132,9 @@
 post-install:
 .if !defined(NOPORTDOCS)
 	@cd ${WRKSRC} && ${MKDIR} ${DOCSDIR} && \
-	    ${INSTALL_DATA} README NEWS ${DOCSDIR}
+	    ${INSTALL_DATA} README NEWS ${DOCSDIR} && \
+	    ${ECHO} "README -> ${DOCSDIR}/README" && \
+	    ${ECHO} "NEWS -> ${DOCSDIR}/NEWS"
 .endif
 	@${CAT} ${PKGMESSAGE}
 
diff -ruN ports/multimedia/kbtv/distinfo ports/multimedia/kbtv.newer/distinfo
--- ports/multimedia/kbtv/distinfo	Fri Jan 19 16:57:32 2007
+++ ports/multimedia/kbtv.newer/distinfo	Mon Jan 22 23:37:37 2007
@@ -1,3 +1,3 @@
-MD5 (kbtv-1.1.3.tbz) = 5dc7a08cb1c71a4f9e9ebb38df4856c6
-SHA256 (kbtv-1.1.3.tbz) = 9f3ec2dee35058873cb96f40466d9f238c702614e6903cea70d68646eac890aa
-SIZE (kbtv-1.1.3.tbz) = 764412
+MD5 (kbtv-1.2.1.tbz) = bc31bba192ee05ab169213750bf03394
+SHA256 (kbtv-1.2.1.tbz) = 1968d96927452a0cd37220860695cf84525508b2f673fa9f54fb8153f1fd6d65
+SIZE (kbtv-1.2.1.tbz) = 756317
diff -ruN ports/multimedia/kbtv/pkg-message ports/multimedia/kbtv.newer/pkg-message
--- ports/multimedia/kbtv/pkg-message	Mon Jul 24 01:46:48 2006
+++ ports/multimedia/kbtv.newer/pkg-message	Mon Jan 22 23:29:49 2007
@@ -8,12 +8,12 @@
 Consult the README on how to use btsetup. For the impatient: on the 
 btsetup prompt you first issue kldload commands if needed, then 
 sysctl commands if needed, then the commit command, and finally the 
-adduser command. Use show to see current status, help when lost.
+adduser command. Use 'show' to see current status, 'help' when lost.
 
 For BrookTree/Conexant BT8x8 the bktr module should be loaded, for 
 Philips SAA713x the saa module should be loaded, for Philips and 
 compatible USB cameras the pwc module should be loaded.
 
 If you're having trouble, please look at the (KDE) documentation and
-the README first, before asking me. Thanks.
+README first. Your feedback is welcome. I hope you enjoy using kbtv!
 ====================================================================
diff -ruN ports/multimedia/kbtv/pkg-plist ports/multimedia/kbtv.newer/pkg-plist
--- ports/multimedia/kbtv/pkg-plist	Wed Jun  7 16:55:34 2006
+++ ports/multimedia/kbtv.newer/pkg-plist	Mon Jan 22 23:29:49 2007
@@ -1,6 +1,4 @@
-bin/btviewer
 bin/kbtv
-%%SAA%%bin/saaviewer
 sbin/btsetup
 share/applications/kde/kbtv.desktop
 %%PORTDOCS%%%%DOCSDIR%%/NEWS
@@ -10,8 +8,6 @@
 %%SAA%%share/apps/kbtv/_saa.so
 share/apps/kbtv/bt848.py
 share/apps/kbtv/bt848.pyc
-share/apps/kbtv/btbackend.py
-share/apps/kbtv/btbackend.pyc
 share/apps/kbtv/btchannels.py
 share/apps/kbtv/btchannels.pyc
 share/apps/kbtv/btcopyright.py
--- multimedia::kbtv.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: rafan 
Responsible-Changed-When: Mon Jan 22 23:23:54 UTC 2007 
Responsible-Changed-Why:  
miwi has ports/108164. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108227 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Jan 23 16:15:46 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108227 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/108227: commit references a PR
Date: Tue, 23 Jan 2007 16:16:24 +0000 (UTC)

 miwi        2007-01-23 16:16:04 UTC
 
   FreeBSD ports repository
 
   Modified files:
     multimedia/kbtv      Makefile distinfo pkg-message pkg-plist 
   Log:
   - Update to 1.2.1
   - Pass maintainership to submitter
   
   PR:             108227
   Submitted by:   Danny Pansters <danny@ricin.com>
   
   Revision  Changes    Path
   1.11      +21 -20    ports/multimedia/kbtv/Makefile
   1.6       +3 -3      ports/multimedia/kbtv/distinfo
   1.3       +2 -2      ports/multimedia/kbtv/pkg-message
   1.4       +0 -4      ports/multimedia/kbtv/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
