Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Sep 2010 11:55:35 -0700 (PDT)
From:      Renato Botelho <garga@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        uzgrishin@mail.ru
Subject:   ports/150572: [PATCH] www/sams: Change default version of samba to 3.4
Message-ID:  <20100914185531.77015.qmail@botelhor.bplab.local>
Resent-Message-ID: <201009141900.o8EJ0WqA038357@freefall.freebsd.org>

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

>Number:         150572
>Category:       ports
>Synopsis:       [PATCH] www/sams: Change default version of samba 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:00:31 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 (uzgrishin@mail.ru) is cc'd.

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

--- sams-1.0.5_4,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/sams/Makefile,v
retrieving revision 1.14
diff -u -u -r1.14 Makefile
--- Makefile	6 Jun 2010 04:50:50 -0000	1.14
+++ Makefile	14 Sep 2010 18:55:03 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	sams
 DISTVERSION=	1.0.5
-PORTREVISION=	3
+PORTREVISION=	4
 PORTEPOCH=	1
 CATEGORIES=	www
 MASTER_SITES=	http://sams.perm.ru/download/ \
@@ -19,6 +19,8 @@
 
 LIB_DEPENDS=	pcre:${PORTSDIR}/devel/pcre
 
+SAMBA_PORT?=	net/samba34
+
 USE_RC_SUBR=	sams.sh
 
 OPTIONS=	NTLM	"NTLM autorization/ActiveDirectory support"	off \
@@ -42,7 +44,7 @@
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_NTLM)
-RUN_DEPENDS=	${LOCALBASE}/bin/ntlm_auth:${PORTSDIR}/net/samba3
+RUN_DEPENDS=	${LOCALBASE}/bin/ntlm_auth:${PORTSDIR}/${SAMBA_PORT}
 USE_PHP+=	ldap
 .endif
 
--- sams-1.0.5_4,1.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?20100914185531.77015.qmail>