ports/150573: [PATCH] net/jags: Change default samba version to 3.4

Renato Botelho garga at FreeBSD.org
Tue Sep 14 19:10:08 UTC 2010


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list