Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Sep 2010 12:04:35 -0700 (PDT)
From:      Renato Botelho <garga@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gahr@FreeBSD.org
Subject:   ports/150573: [PATCH] net/jags: Change default samba version to 3.4
Message-ID:  <20100914183751.67143.qmail@botelhor.bplab.local>
Resent-Message-ID: <201009141910.o8EJA7Ku047155@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         150573
>Category:       ports
>Synopsis:       [PATCH] net/jags: Change default samba version to 3.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 14 19:10:07 UTC 2010
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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