ports/150564: [PATCH] net/lanbrowsing: Change samba version to 3.4

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


>Number:         150564
>Category:       ports
>Synopsis:       [PATCH] net/lanbrowsing: Change 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:01 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.

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

--- .patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/lanbrowsing/Makefile,v
retrieving revision 1.33
diff -u -u -r1.33 Makefile
--- Makefile	3 May 2010 22:49:54 -0000	1.33
+++ Makefile	14 Sep 2010 18:40:30 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	lanbrowsing
 PORTVERSION=	${KDE_VERSION}
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	net kde
 MASTER_SITES=	${MASTER_SITE_KDE}
 MASTER_SITE_SUBDIR=	stable/${PORTVERSION:S/.0//}/src
@@ -18,7 +18,9 @@
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	Lanbrowsing facility and backend for KDE
 
-RUN_DEPENDS=	nmblookup:${PORTSDIR}/net/samba3
+RUN_DEPENDS=	nmblookup:${PORTSDIR}/${SAMBA_PORT}
+
+SAMBA_PORT?=	net/samba34
 
 USE_KDELIBS_VER=3
 
--- .patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list