Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2013 09:30:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        apache@FreeBSD.org
Subject:   Re: ports/184769: commit references a PR
Message-ID:  <201312150930.rBF9U1sA058050@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/184769; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/184769: commit references a PR
Date: Sun, 15 Dec 2013 09:22:18 +0000 (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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312150930.rBF9U1sA058050>