From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 14 19:00:32 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E4B01065673 for ; Tue, 14 Sep 2010 19:00:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DE8238FC21 for ; Tue, 14 Sep 2010 19:00:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8EJ0UAP038237 for ; Tue, 14 Sep 2010 19:00:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8EJ0UhF038231; Tue, 14 Sep 2010 19:00:30 GMT (envelope-from gnats) Resent-Date: Tue, 14 Sep 2010 19:00:30 GMT Resent-Message-Id: <201009141900.o8EJ0UhF038231@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Renato Botelho Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77B7E10656A4 for ; Tue, 14 Sep 2010 18:54:47 +0000 (UTC) (envelope-from garga.bsd@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 262F38FC13 for ; Tue, 14 Sep 2010 18:54:46 +0000 (UTC) Received: by vws7 with SMTP id 7so6876745vws.13 for ; Tue, 14 Sep 2010 11:54:46 -0700 (PDT) Received: by 10.220.124.221 with SMTP id v29mr211175vcr.74.1284490486485; Tue, 14 Sep 2010 11:54:46 -0700 (PDT) Received: from botelhor.bplab.local (189-19-84-134.dsl.telesp.net.br [189.19.84.134]) by mx.google.com with ESMTPS id e18sm263514vcs.21.2010.09.14.11.54.44 (version=SSLv3 cipher=RC4-MD5); Tue, 14 Sep 2010 11:54:45 -0700 (PDT) Received: (qmail 76342 invoked by uid 1001); 14 Sep 2010 15:54:42 -0300 Message-Id: <20100914185442.76339.qmail@botelhor.bplab.local> Date: Tue, 14 Sep 2010 11:54:45 -0700 (PDT) From: Renato Botelho Sender: Renato Botelho To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: admin@lissyara.su Subject: ports/150571: [PATCH] www/ap20-mod_ntlm2: Change default samba version to 3.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2010 19:00:32 -0000 >Number: 150571 >Category: ports >Synopsis: [PATCH] www/ap20-mod_ntlm2: 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:00:30 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 (admin@lissyara.su) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- ap20-mod_ntlm2-0.1_3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/mod_ntlm2/Makefile,v retrieving revision 1.9 diff -u -u -r1.9 Makefile --- Makefile 25 May 2010 20:17:34 -0000 1.9 +++ Makefile 14 Sep 2010 18:54:03 -0000 @@ -7,7 +7,7 @@ PORTNAME= mod_ntlm2 PORTVERSION= 0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= SF/modntlm/modntlm2/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} @@ -16,7 +16,9 @@ MAINTAINER= admin@lissyara.su COMMENT= NTLM authentication module for the Apache2 webserver -BUILD_DEPENDS= smbclient:${PORTSDIR}/net/samba3 +BUILD_DEPENDS= smbclient:${PORTSDIR}/${SAMBA_PORT} + +SAMBA_PORT?= net/samba34 USE_APACHE= 20+ MAKE_ENV= APXS=${APXS} --- ap20-mod_ntlm2-0.1_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: