From owner-cvs-ports@FreeBSD.ORG Wed Feb 18 13:44:10 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 997EC1065674; Wed, 18 Feb 2009 13:44:10 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6D1AD8FC12; Wed, 18 Feb 2009 13:44:10 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n1IDiAkN062123; Wed, 18 Feb 2009 13:44:10 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1IDiAtx062122; Wed, 18 Feb 2009 13:44:10 GMT (envelope-from itetcu) Message-Id: <200902181344.n1IDiAtx062122@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Wed, 18 Feb 2009 13:44:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mod_lisp2/files patch-mod_lisp2.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2009 13:44:11 -0000 itetcu 2009-02-18 13:44:10 UTC FreeBSD ports repository Modified files: www/mod_lisp2/files patch-mod_lisp2.c Log: Apache 2.2 now sets the APR version as 1.3.0. mod_lisp2 looks for an APR version of 1.2.2-1.2.inf. This patch allows it to correctly see the bump in the minor, allowing mod_lisp2 to compile against apache22. PR: ports/131649 Submitted by: Erik Greenwald Approved by: maintainer Revision Changes Path 1.2 +8 -3 ports/www/mod_lisp2/files/patch-mod_lisp2.c