From garga.bsd@gmail.com  Tue Sep 14 19:04:38 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 95982106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Sep 2010 19:04:38 +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 494838FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Sep 2010 19:04:38 +0000 (UTC)
Received: by vws7 with SMTP id 7so6884562vws.13
        for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Sep 2010 12:04:37 -0700 (PDT)
Received: by 10.220.162.148 with SMTP id v20mr178568vcx.176.1284491076572;
        Tue, 14 Sep 2010 12:04:36 -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 e18sm268540vcf.36.2010.09.14.12.04.34
        (version=SSLv3 cipher=RC4-MD5);
        Tue, 14 Sep 2010 12:04:35 -0700 (PDT)
Received: (qmail 67144 invoked by uid 1001); 14 Sep 2010 15:37:51 -0300
Message-Id: <20100914183751.67143.qmail@botelhor.bplab.local>
Date: Tue, 14 Sep 2010 12:04:35 -0700 (PDT)
From: Renato Botelho <garga@FreeBSD.org>
Sender: Renato Botelho <garga.bsd@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gahr@FreeBSD.org
Subject: [PATCH] net/jags: Change default samba version to 3.4
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         150573
>Category:       ports
>Synopsis:       [PATCH] net/jags: Change default samba version to 3.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gahr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 14 19:10:07 UTC 2010
>Closed-Date:    Thu Sep 30 16:39:49 UTC 2010
>Last-Modified:  Thu Sep 30 16:40:02 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 (gahr@FreeBSD.org) is cc'd.

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

--- jags-0.22.1_4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/jags/Makefile,v
retrieving revision 1.24
diff -u -u -r1.24 Makefile
--- Makefile	10 May 2010 12:08:50 -0000	1.24
+++ Makefile	14 Sep 2010 18:37:02 -0000
@@ -7,14 +7,16 @@
 
 PORTNAME=	jags
 PORTVERSION=	0.22.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net
 MASTER_SITES=	SF/${PORTNAME}/Jags/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	gahr@FreeBSD.org
 COMMENT=	JAGS - Just Another GTK+ Samba Client
 
-RUN_DEPENDS=	smbclient:${PORTSDIR}/net/samba3
+RUN_DEPENDS=	smbclient:${PORTSDIR}/${SAMBA_PORT}
+
+SAMBA_PORT?=	net/samba34
 
 CONFLICTS=	jags-1.*
 
--- jags-0.22.1_4.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gahr 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Sep 14 19:10:15 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150573 
State-Changed-From-To: open->closed 
State-Changed-By: garga 
State-Changed-When: Thu Sep 30 16:39:48 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

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

 garga       2010-09-30 16:39:36 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/jags             Makefile 
   Log:
   Change default samba dependency version to 3.4
   
   PR:             ports/150573
   Submitted by:   garga@
   Approved by:    maintainer timeout (16 days)
   
   Revision  Changes    Path
   1.25      +4 -2      ports/net/jags/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:
