From garga.bsd@gmail.com  Tue Sep 14 18:49:53 2010
Return-Path: <garga.bsd@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9AC1C106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Sep 2010 18:49:53 +0000 (UTC)
	(envelope-from garga.bsd@gmail.com)
Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54])
	by mx1.freebsd.org (Postfix) with ESMTP id 48DDD8FC2B
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Sep 2010 18:49:53 +0000 (UTC)
Received: by vws7 with SMTP id 7so6873450vws.13
        for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Sep 2010 11:49:52 -0700 (PDT)
Received: by 10.220.127.81 with SMTP id f17mr197059vcs.47.1284490192428;
        Tue, 14 Sep 2010 11:49:52 -0700 (PDT)
Received: from botelhor.bplab.local (189-19-84-134.dsl.telesp.net.br [189.19.84.134])
        by mx.google.com with ESMTPS id m4sm313864vbp.6.2010.09.14.11.49.50
        (version=SSLv3 cipher=RC4-MD5);
        Tue, 14 Sep 2010 11:49:51 -0700 (PDT)
Received: (qmail 73608 invoked by uid 1001); 14 Sep 2010 15:49:48 -0300
Message-Id: <20100914184948.73607.qmail@botelhor.bplab.local>
Date: Tue, 14 Sep 2010 11:49:51 -0700 (PDT)
From: Renato Botelho <garga@FreeBSD.org>
Sender: Renato Botelho <garga.bsd@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: citycat4@ngs.ru
Subject: [PATCH] net/smb4k: Change default samba version to 3.4
X-Send-Pr-Version: 3.113
X-GNATS-Notify: citycat4@ngs.ru

>Number:         150567
>Category:       ports
>Synopsis:       [PATCH] net/smb4k: Change default samba version to 3.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    garga
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 14 18:50:06 UTC 2010
>Closed-Date:    Thu Sep 16 10:42:22 UTC 2010
>Last-Modified:  Thu Sep 16 10:50:00 UTC 2010
>Originator:     Renato Botelho
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
FreeBSD.org
>Environment:
System: FreeBSD botelhor.bplab.local 9.0-CURRENT FreeBSD 9.0-CURRENT #1 r212583M: Mon Sep 13 19:11:50 BRT
>Description:
net/samba3 is deprecated and set to be removed, so change default samba version
to 3.4 and add optional SAMBA_PORT var.

Port maintainer (citycat4@ngs.ru) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- smb4k-0.9.9_6.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/smb4k/Makefile,v
retrieving revision 1.29
diff -u -u -r1.29 Makefile
--- Makefile	31 May 2010 02:00:21 -0000	1.29
+++ Makefile	14 Sep 2010 18:48:18 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=		smb4k
 PORTVERSION=		0.9.9
-PORTREVISION=	5
+PORTREVISION=		6
 CATEGORIES=		net kde
 MASTER_SITES=		${MASTER_SITE_BERLIOS}
 MASTER_SITE_SUBDIR=	smb4k
@@ -16,7 +16,9 @@
 COMMENT=		KDE 3.x SMB Network browser and SMB shares mounting center
 
 RUN_DEPENDS=		sudo:${PORTSDIR}/security/sudo \
-			smbstatus:${PORTSDIR}/net/samba3
+			smbstatus:${PORTSDIR}/${SAMBA_PORT}
+
+SAMBA_PORT?=	net/samba34
 
 USE_KDEBASE_VER=	3
 USE_GMAKE=	yes
--- smb4k-0.9.9_6.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->garga 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Sep 14 18:50:43 UTC 2010 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150567 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Sep 14 18:50:48 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: citycat4@ngs.ru
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/150567: [PATCH] net/smb4k: Change default samba version to 3.4
Date: Tue, 14 Sep 2010 18:50:46 UT

 Maintainer of net/smb4k,
 
 Please note that PR ports/150567 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/150567
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: "Rashid N. Achilov" <citycat4@ngs.ru>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/150567: [PATCH] net/smb4k: Change default samba version to 3.4
Date: Wed, 15 Sep 2010 23:47:19 +0700

 On Wednesday 15 September 2010, Edwin Groothuis wrote:
 > Maintainer of net/smb4k,
 > 
 > Please note that PR ports/150567 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 
 Approve.
 -- 
    With Best Regards.
    Rashid N. Achilov (RNA1-RIPE), Web: http://openoffice.mirahost.ru
    E-Mail: shelton [!] vmfree [] askd [] ru
    PGP: 83 CD E2 A7 37 4A D5 81 D6 D6 52 BF C9 2F 85 AF 97 BE CB 0A
State-Changed-From-To: feedback->closed 
State-Changed-By: garga 
State-Changed-When: Thu Sep 16 10:42:20 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/150567: commit references a PR
Date: Thu, 16 Sep 2010 10:42:11 +0000 (UTC)

 garga       2010-09-16 10:42:03 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/smb4k            Makefile 
   Log:
   - Change default samba version to 3.4
   
   PR:             ports/150567
   Submitted by:   garga@
   Approved by:    maintainer
   
   Revision  Changes    Path
   1.30      +4 -2      ports/net/smb4k/Makefile
 _______________________________________________
 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:
