From owner-freebsd-apache@FreeBSD.ORG Sun Dec 15 09:30:01 2013 Return-Path: Delivered-To: apache@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8AC882F3 for ; Sun, 15 Dec 2013 09:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 781F61693 for ; Sun, 15 Dec 2013 09:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBF9U1NP058051 for ; Sun, 15 Dec 2013 09:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBF9U1sA058050; Sun, 15 Dec 2013 09:30:01 GMT (envelope-from gnats) Date: Sun, 15 Dec 2013 09:30:01 GMT Message-Id: <201312150930.rBF9U1sA058050@freefall.freebsd.org> To: apache@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/184769: commit references a PR X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 09:30:01 -0000 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 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"