ports/150567: [PATCH] net/smb4k: Change default samba version to 3.4

Renato Botelho garga at FreeBSD.org
Tue Sep 14 18:50:07 UTC 2010


>Number:         150567
>Category:       ports
>Synopsis:       [PATCH] net/smb4k: 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 18:50:06 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 (citycat4 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list