diff options
author | ohauer <ohauer@FreeBSD.org> | 2012-09-02 22:31:58 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2012-09-02 22:31:58 +0800 |
commit | 495bc9c19b8a5264f9eab4d90f85ac2747e0fe94 (patch) | |
tree | 93b00e5cf197cb3974804f1482cea1b67d775f9f /www/apache22-peruser-mpm | |
parent | 4ef0cddfb5be8e01f4904fd28a2052c09f6da601 (diff) | |
download | freebsd-ports-gnome-495bc9c19b8a5264f9eab4d90f85ac2747e0fe94.tar.gz freebsd-ports-gnome-495bc9c19b8a5264f9eab4d90f85ac2747e0fe94.tar.zst freebsd-ports-gnome-495bc9c19b8a5264f9eab4d90f85ac2747e0fe94.zip |
devel/apr1 [1]
- update APR to 1.4.6
- update APR-util to 1.4.1
- remove PKGNAMESUFFIX'es
www/apache-(event|itk|peruser|worker)-mpm
- adopt new Makefile header, adjust
PKGNAMESUFFIX in apache22 masterport
PKGNAME match now LATEST_LINK
www/apache22 [2]-[6]
- rewrite for options NG
- PORTNAME s|apache|apache22|
- remove APR APR-util specific otions,
will be checked now with help of apr/u-1-config
Mk/bsd.apache.mk
- rewrite for options NG
- remove no longer needet make targets
(show-categories, make-options-list)
[1]
PR: 165143
[2]-[6]
PR: 130479
PR: 153406
PR: 158565
PR: 168769
PR: 167965
with hat apache@
Diffstat (limited to 'www/apache22-peruser-mpm')
-rw-r--r-- | www/apache22-peruser-mpm/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/www/apache22-peruser-mpm/Makefile b/www/apache22-peruser-mpm/Makefile index 22438dc5e2be..625c85827be2 100644 --- a/www/apache22-peruser-mpm/Makefile +++ b/www/apache22-peruser-mpm/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: apache22-peruser-mpm +# $FreeBSD$ +# # 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$ -# MASTERDIR= ${.CURDIR}/../apache22 @@ -15,7 +11,7 @@ MAINTAINER= jille@quis.cx WITH_MPM= peruser -LATEST_LINK= apache22-${WITH_MPM:L}-mpm +LATEST_LINK= apache22-${WITH_MPM}-mpm DESCR= ${.CURDIR}/pkg-descr EXTRA_PATCHES+= ${.CURDIR}/files/httpd-2.2.3-peruser-0.3.0.patch |