From dirkx@foem.leiden.webweaving.org  Mon Apr 14 14:30:41 2008
Return-Path: <dirkx@foem.leiden.webweaving.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7FF9D106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Apr 2008 14:30:36 +0000 (UTC)
	(envelope-from dirkx@foem.leiden.webweaving.org)
Received: from skutsje.san.webweaving.org (skutsje.san.webweaving.org [209.132.96.45])
	by mx1.freebsd.org (Postfix) with ESMTP id 5A01E8FC19
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Apr 2008 14:30:36 +0000 (UTC)
	(envelope-from dirkx@foem.leiden.webweaving.org)
Received: from foem.leiden.webweaving.org (a80-100-115-193.adsl.xs4all.nl [80.100.115.193])
	by skutsje.san.webweaving.org (8.12.9/8.12.9) with ESMTP id m3EE4T2Q081964
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK);
	Mon, 14 Apr 2008 07:04:31 -0700 (PDT)
	(envelope-from dirkx@foem.leiden.webweaving.org)
Received: from foem.leiden.webweaving.org (localhost [127.0.0.1])
	by foem.leiden.webweaving.org (8.13.4/8.13.4) with ESMTP id m3EE4SpH080994
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Mon, 14 Apr 2008 16:04:28 +0200 (CEST)
	(envelope-from dirkx@foem.leiden.webweaving.org)
Received: (from dirkx@localhost)
	by foem.leiden.webweaving.org (8.13.4/8.13.4/Submit) id m3EE4SAK080993;
	Mon, 14 Apr 2008 16:04:28 +0200 (CEST)
	(envelope-from dirkx)
Message-Id: <200804141404.m3EE4SAK080993@foem.leiden.webweaving.org>
Date: Mon, 14 Apr 2008 16:04:28 +0200 (CEST)
From: Dirk-Willem van Gulik <dirkx@webweaving.org>
Reply-To: Dirk-Willem van Gulik <dirkx@webweaving.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Dirk-Willem van Gulik <dirkx@webweaving.org>
Subject: Update port: comms/bluez-firmware email maintainer, typo's
X-Send-Pr-Version: 3.113
X-GNATS-Notify: dirkx@joost.com

>Number:         122748
>Category:       ports
>Synopsis:       Update port: comms/bluez-firmware email maintainer, typo's
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 14 14:40:02 UTC 2008
>Closed-Date:    Thu May 22 09:13:32 UTC 2008
>Last-Modified:  Thu May 22 09:20:02 UTC 2008
>Originator:     Dirk-Willem van Gulik
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
na
>Environment:
System: FreeBSD foem.leiden.webweaving.org 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Sat Jul 30 20:19:48 CEST 2005 root@foem.leiden.webweaving.org:/usr/src/sys/i386/compile/FOEM2 i386

>Description:
	
	Maintainer update of email address and a few typos.

>How-To-Repeat:

	na
>Fix:

Diff followed by a 'shar' of the entire directory as-is.

diff -c3 -r bluez-firmware.org/Makefile bluez-firmware/Makefile
*** bluez-firmware.org/Makefile	Mon Apr 14 15:46:21 2008
--- bluez-firmware/Makefile	Mon Apr 14 15:46:33 2008
***************
*** 10,16 ****
  CATEGORIES=	comms kld
  MASTER_SITES=	http://bluez.sourceforge.net/download/
  
! MAINTAINER=	dirkx@joost.com
  COMMENT=	Firmware for the D-Link BCM2033 bluetooth adaptor for use by bcmfw(1)
  
  GNU_CONFIGURE=	yes
--- 10,16 ----
  CATEGORIES=	comms kld
  MASTER_SITES=	http://bluez.sourceforge.net/download/
  
! MAINTAINER=	dirkx@webweaving.org
  COMMENT=	Firmware for the D-Link BCM2033 bluetooth adaptor for use by bcmfw(1)
  
  GNU_CONFIGURE=	yes
diff -c3 -r bluez-firmware.org/pkg-message bluez-firmware/pkg-message
*** bluez-firmware.org/pkg-message	Mon Apr 14 15:46:21 2008
--- bluez-firmware/pkg-message	Mon Apr 14 15:56:00 2008
***************
*** 11,29 ****
  
  Furthermore you need to ensure that the bcmfw(1) utility downloads
  the firmware into the dongle on insertion. This can be done by
! adding the followign lines to /etc/devd.conf:
  
   # Requires the port BCM2033 to be installed
   # and the ubtbcmfw(8) and ng_ubt(8) kernel modules
   # to be loaded prior to insertion.
   #
   attach 100 {
!  match "vendor" "0x0a5c";
!  match "product" "0x2033";
!  action "if test -d /usr/local/lib/firmware; then bcmfw -n $device-name -m /usr/local/lib/firmware/BCM2033-MD.hex -f /usr/local/lib/firmware/BCM2033-FW.bin; fi";
   }
  
! or alternatively load these files manually with:
  
   cd /usr/local/lib/firmware
   bcmfw -n ubtbcmfw0 -m BCM2033-MD.hex -f BCM2033-FW.bin
--- 11,30 ----
  
  Furthermore you need to ensure that the bcmfw(1) utility downloads
  the firmware into the dongle on insertion. This can be done by
! adding the followign lines to /etc/devd.conf (devd(8) should run
! by default):
  
   # Requires the port BCM2033 to be installed
   # and the ubtbcmfw(8) and ng_ubt(8) kernel modules
   # to be loaded prior to insertion.
   #
   attach 100 {
!    match "vendor" "0x0a5c";
!    match "product" "0x2033";
!    action "if test -d /usr/local/lib/firmware; then bcmfw -n $device-name -m /usr/local/lib/firmware/BCM2033-MD.hex -f /usr/local/lib/firmware/BCM2033-FW.bin; fi";
   }
  
! Or alternatively load these files manually with:
  
   cd /usr/local/lib/firmware
   bcmfw -n ubtbcmfw0 -m BCM2033-MD.hex -f BCM2033-FW.bin


Or alternatively - the SHAR with the entire thing.

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	bluez-firmware
#	bluez-firmware/Makefile
#	bluez-firmware/distinfo
#	bluez-firmware/pkg-descr
#	bluez-firmware/pkg-message
#	bluez-firmware/pkg-plist
#
echo c - bluez-firmware
mkdir -p bluez-firmware > /dev/null 2>&1
echo x - bluez-firmware/Makefile
sed 's/^X//' >bluez-firmware/Makefile << 'END-of-bluez-firmware/Makefile'
X# New ports collection makefile for:	bluez-firmware
X# Date created:				30 July 2007
X# Whom:					dirkx@webweaving.org
X#
X# $FreeBSD: ports/comms/bluez-firmware/Makefile,v 1.1 2007/09/06 04:50:54 edwin Exp $
X#
X
XPORTNAME=	bluez-firmware
XPORTVERSION=	1.2
XCATEGORIES=	comms kld
XMASTER_SITES=	http://bluez.sourceforge.net/download/
X
XMAINTAINER=	dirkx@webweaving.org
XCOMMENT=	Firmware for the D-Link BCM2033 bluetooth adaptor for use by bcmfw(1)
X
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS+=--prefix=${PREFIX}
X
Xpost-install:
X	@${CAT} pkg-message
X
X.include <bsd.port.mk>
END-of-bluez-firmware/Makefile
echo x - bluez-firmware/distinfo
sed 's/^X//' >bluez-firmware/distinfo << 'END-of-bluez-firmware/distinfo'
XMD5 (bluez-firmware-1.2.tar.gz) = 1cc3cefad872e937e05de5a0a2b390dd
XSHA256 (bluez-firmware-1.2.tar.gz) = b6119e118fabc6bd34584afcbe6fff00a44caeb64152b02ed57c6fba9fd99eec
XSIZE (bluez-firmware-1.2.tar.gz) = 370623
END-of-bluez-firmware/distinfo
echo x - bluez-firmware/pkg-descr
sed 's/^X//' >bluez-firmware/pkg-descr << 'END-of-bluez-firmware/pkg-descr'
XFirmware for the Broadcom BCM2033 chip based Bluetooth USB devices. To
Xbe downloaded with bcmfw(1). The ubtbcmfw(4) and ng_ubt(4) kernel
Xmodules need to be installed.
END-of-bluez-firmware/pkg-descr
echo x - bluez-firmware/pkg-message
sed 's/^X//' >bluez-firmware/pkg-message << 'END-of-bluez-firmware/pkg-message'
X
XNOTICE
X======
X
XYou need to have the ubtbcmfw(8) and ng_ubt(8) kernel modules
Xin our kernel. This can be accomplished by adding the following
Xlines to /boot/loader.conf:
X
X ubtbcmfw_load=yes
X ng_ubt_load=yes
X
XFurthermore you need to ensure that the bcmfw(1) utility downloads
Xthe firmware into the dongle on insertion. This can be done by
Xadding the followign lines to /etc/devd.conf (devd(8) should run
Xby default):
X
X # Requires the port BCM2033 to be installed
X # and the ubtbcmfw(8) and ng_ubt(8) kernel modules
X # to be loaded prior to insertion.
X #
X attach 100 {
X   match "vendor" "0x0a5c";
X   match "product" "0x2033";
X   action "if test -d /usr/local/lib/firmware; then bcmfw -n $device-name -m /usr/local/lib/firmware/BCM2033-MD.hex -f /usr/local/lib/firmware/BCM2033-FW.bin; fi";
X }
X
XOr alternatively load these files manually with:
X
X cd /usr/local/lib/firmware
X bcmfw -n ubtbcmfw0 -m BCM2033-MD.hex -f BCM2033-FW.bin
X
Xyou should then see the following lines in your dmesg(8):
X
X ubtbcmfw0: <vendor 0x0a5c product 0x2033, class 224/1, rev 1.01/0.a0, addr 7> on uhub0
X ubtbcmfw0: at uhub0 port 2 (addr 7) disconnected
X ubtbcmfw0: detached
X ubt0: <Broadcom Corp. BCM2033, class 224/1, rev 1.01/0.a0, addr 7> on uhub0
X ubt0: Interface 0 endpoints: interrupt=0x81, bulk-in=0x82, bulk-out=0x2
X ubt0: Interface 1 (alt.config 4) endpoints: isoc-in=0x83, isoc-out=0x3; wMaxPacketSize=64; nframes=5, buffer size=320
X
END-of-bluez-firmware/pkg-message
echo x - bluez-firmware/pkg-plist
sed 's/^X//' >bluez-firmware/pkg-plist << 'END-of-bluez-firmware/pkg-plist'
Xlib/firmware/BCM2033-MD.hex
Xlib/firmware/BCM2033-FW.bin
Xlib/firmware/BCM-LEGAL.txt
Xlib/firmware/STLC2500_R4_00_03.ptc
Xlib/firmware/STLC2500_R4_00_06.ssf
Xlib/firmware/STLC2500_R4_02_02_WLAN.ssf
Xlib/firmware/STLC2500_R4_02_04.ptc
X@dirrmtry lib/firmware
END-of-bluez-firmware/pkg-plist
exit


>Release-Note:
>Audit-Trail:
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Mon Apr 14 14:40:21 UTC 2008 
Class-Changed-Why:  
Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122748 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Apr 14 14:40:23 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122748 
State-Changed-From-To: feedback->closed 
State-Changed-By: edwin 
State-Changed-When: Thu May 22 09:13:24 UTC 2008 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/122748: commit references a PR
Date: Thu, 22 May 2008 09:13:29 +0000 (UTC)

 edwin       2008-05-22 09:13:23 UTC
 
   FreeBSD ports repository
 
   Modified files:
     comms/bluez-firmware Makefile pkg-descr pkg-message 
   Log:
   Update port: comms/bluez-firmware email maintainer, typo's
   
           Maintainer update of email address and a few typos.
   
   Also added WWW line
   
   PR:             ports/122748
   Submitted by:   Dirk-Willem van Gulik <dirkx@webweaving.org>
   
   Revision  Changes    Path
   1.2       +1 -1      ports/comms/bluez-firmware/Makefile
   1.3       +2 -0      ports/comms/bluez-firmware/pkg-descr
   1.2       +6 -5      ports/comms/bluez-firmware/pkg-message
 _______________________________________________
 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:
