ports/150571: [PATCH] www/ap20-mod_ntlm2: Change default samba version to 3.4
Renato Botelho
garga at FreeBSD.org
Tue Sep 14 19:00:32 UTC 2010
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list