Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Apr 2009 06:20:58 GMT
From:      "Philip M. Gollucci" <pgollucci@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        skv@FreeBSD.org
Subject:   ports/133644: [PATCH] www/mod_ntlm: apache@ cleanups
Message-ID:  <200904120620.n3C6KwZ0025656@mail.bluecottontech.com>
Resent-Message-ID: <200904120630.n3C6U2ju075088@freefall.freebsd.org>

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

>Number:         133644
>Category:       ports
>Synopsis:       [PATCH] www/mod_ntlm: 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 Apr 12 06:30:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 7.1-RELEASE-p3 amd64
>Organization:
RideCharge Inc.
>Environment:
System: FreeBSD mail.bluecottontech.com 7.1-RELEASE-p3 FreeBSD 7.1-RELEASE-p3 #1: Tue Mar 10 22:10:18 UTC 2009
>Description:
- USE_APACHE=yes is deprecated
- Use SF Macro

Port maintainer (skv@FreeBSD.org) is cc'd.

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

--- mod_ntlm-0.4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/mod_ntlm/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	12 Dec 2007 23:29:17 -0000	1.4
+++ Makefile	12 Apr 2009 06:20:25 -0000
@@ -8,13 +8,13 @@
 PORTNAME=	mod_ntlm
 PORTVERSION=	0.4
 CATEGORIES=	www
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	modntlm
 
 MAINTAINER=	skv@FreeBSD.org
 COMMENT=	NTLM authentication module for the Apache webserver
 
-USE_APACHE=	YES
+USE_APACHE=	1.3
 MAKE_ENV=	APXS=${APXS}
 
 .include <bsd.port.pre.mk>
@@ -32,8 +32,8 @@
 post-install:
 .ifndef(NOPORTDOCS)
 	@${ECHO_MSG} "===>   Installing documentation for ${PKGNAME}"
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/Documentation/mod_ntlm.html ${DOCSDIR}
+	@${MKDIR} ${DOCSDIR}/
+	${INSTALL_DATA} ${WRKSRC}/Documentation/mod_ntlm.html ${DOCSDIR}/
 .endif
 
 .include <bsd.port.post.mk>
--- mod_ntlm-0.4.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?200904120620.n3C6KwZ0025656>