ports/133644: [PATCH] www/mod_ntlm: apache@ cleanups

Philip M. Gollucci pgollucci at FreeBSD.org
Sun Apr 12 06:30:02 UTC 2009


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list