freebsd-ports/www/apache22-peruser-mpm/Makefile
Olli Hauer 42c28c2891 - update to httpd-2.2.19
Changes with Apache 2.2.19

  *) Revert ABI breakage in 2.2.18 caused by the function signature change
     of ap_unescape_url_keep2f().  This release restores the signature from
     2.2.17 and prior, and introduces ap_unescape_url_keep2f_ex().
     [Eric Covener]

commit with hat apache@
2011-05-22 21:33:31 +00:00

25 lines
809 B
Makefile

# New ports collection makefile for: apache22-peruser-mpm
# Apache 2.2.X with peruser mpm 0.3.0-dc3
# Date created: 13 Sep 2008
# Whom: Jille Timmermans <jille@quis.cx>
# Peruser main url: http://telana.com/peruser.php
# Peruser patches: http://source.kood.ee/
# This port contains the main patch, including the dc3 patch
#
# $FreeBSD$
#
MAINTAINER= jille@quis.cx
MASTERDIR= ${.CURDIR}/../apache22
SLAVE_PORT_MPM= peruser
EXTRA_PATCHES+= ${.CURDIR}/files/httpd-2.2.3-peruser-0.3.0.patch
EXTRA_PATCHES+= ${.CURDIR}/files/httpd-2.2.3-peruser-0.3.0-dc3.patch
EXTRA_PATCHES+= ${.CURDIR}/files/httpd-2.2.3-peruser-0.3.0-dc3-r57.patch
WITH_MPM= ${SLAVE_PORT_MPM}
LATEST_LINK= apache22-peruser-mpm
DESCR= ${.CURDIR}/pkg-descr
.include "${MASTERDIR}/Makefile"