Bug 184769 - ports/www/mod_auth_imap2 Makefile should reflect apache version compatibility.
Summary: ports/www/mod_auth_imap2 Makefile should reflect apache version compatibility.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-apache (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-14 23:50 UTC by Kenneth Lind
Modified: 2013-12-15 09:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Lind 2013-12-14 23:50:00 UTC
www/mod_auth_imap2 is not compatible with apache24.

Fix: 

In ports/www/mod_auth_imap2, substitute

USE_APACHE=   22

for

USE_APACHE=   22+
How-To-Repeat: Configure www/apache24 to load mod_auth_imap2
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-14 23:50:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->apache

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-15 09:22:18 UTC
Author: ohauer
Date: Sun Dec 15 09:22:11 2013
New Revision: 336509
URL: http://svnweb.freebsd.org/changeset/ports/336509

Log:
  - works only with apache22 not with apache24
  
  PR:		184769
  Submitted by:	Kenneth Lind <exil@sasurai.se>

Modified:
  head/www/mod_auth_imap2/Makefile

Modified: head/www/mod_auth_imap2/Makefile
==============================================================================
--- head/www/mod_auth_imap2/Makefile	Sun Dec 15 09:09:30 2013	(r336508)
+++ head/www/mod_auth_imap2/Makefile	Sun Dec 15 09:22:11 2013	(r336509)
@@ -10,13 +10,13 @@ DISTNAME=	mod_auth_imap2-${PORTVERSION}
 DIST_SUBDIR=	apache2
 
 MAINTAINER=	apache@FreeBSD.org
-COMMENT=	An Apache 2 module to provide authentication via an IMAP mail server
+COMMENT=	Apache 2 module to provide authentication via an IMAP mail server
 
 LICENSE=	GPLv2
 
 
 WRKSRC=		${WRKDIR}/${PORTNAME}2-${PORTVERSION}
-USE_APACHE=	22+
+USE_APACHE=	22
 NO_STAGE=	yes
 LATEST_LINK=	mod_auth_imap2
 AP_FAST_BUILD=	yes
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Olli Hauer freebsd_committer freebsd_triage 2013-12-15 09:22:26 UTC
State Changed
From-To: open->closed

Committed, 
Thanks for your report!