From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 17 07:40:01 2009 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 65EC8106566B for ; Sun, 17 May 2009 07:40:01 +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 288FB8FC15 for ; Sun, 17 May 2009 07:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4H7e1sx090280 for ; Sun, 17 May 2009 07:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4H7e1IK090279; Sun, 17 May 2009 07:40:01 GMT (envelope-from gnats) Resent-Date: Sun, 17 May 2009 07:40:01 GMT Resent-Message-Id: <200905170740.n4H7e1IK090279@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, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F291E1065672 for ; Sun, 17 May 2009 07:34:16 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E36188FC14; Sun, 17 May 2009 07:34:16 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (pgollucci@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4H7YGSa084191; Sun, 17 May 2009 07:34:16 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4H7YGEZ084188; Sun, 17 May 2009 07:34:16 GMT (envelope-from pgollucci) Message-Id: <200905170734.n4H7YGEZ084188@freefall.freebsd.org> Date: Sun, 17 May 2009 07:34:16 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: admin@lissyara.su Subject: ports/134599: [PATCH] www/mod_ntlm2: apache@ cleanups 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: Sun, 17 May 2009 07:40:01 -0000 >Number: 134599 >Category: ports >Synopsis: [PATCH] www/mod_ntlm2: apache@ cleanups >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: Sun May 17 07:40:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 7.1-PRERELEASE i386 >Organization: Riderway Inc. >Environment: System: FreeBSD freefall.freebsd.org 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #36: Mon Dec 29 15:15:30 UTC 2008 >Description: - Use SF Macro - Remove APACHEMODDIR from SUB_LIST, USE_APACHE adds this Port maintainer (admin@lissyara.su) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- mod_ntlm2-0.1_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/mod_ntlm2/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 27 Oct 2008 16:20:43 -0000 1.5 +++ Makefile 17 May 2009 07:33:37 -0000 @@ -9,17 +9,16 @@ PORTVERSION= 0.1 PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF MASTER_SITE_SUBDIR= modntlm EXTRACT_SUFX= .tgz MAINTAINER= admin@lissyara.su COMMENT= NTLM authentication module for the Apache2 webserver +BUILD_DEPENDS= ${LOCALBASE}/smbclient:${PORTSDIR}/net/samba3 + USE_APACHE= 20+ MAKE_ENV= APXS=${APXS} -SUB_LIST= APACHEMODDIR=${APACHEMODDIR} - -BUILD_DEPENDS= ${LOCALBASE}/bin/smbclient:${PORTSDIR}/net/samba3 .include --- mod_ntlm2-0.1_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: