diff options
author | philip <philip@FreeBSD.org> | 2005-06-13 05:32:17 +0800 |
---|---|---|
committer | philip <philip@FreeBSD.org> | 2005-06-13 05:32:17 +0800 |
commit | 6bf6c9de19e5331be1e3c661aa9bdc631c422342 (patch) | |
tree | af1911972bdfcec1a88bb1ad9e3a586edc83f209 /www | |
parent | 45f25148fc8112c842e615296dbc0015e9dbd4d9 (diff) | |
download | freebsd-ports-graphics-6bf6c9de19e5331be1e3c661aa9bdc631c422342.tar.gz freebsd-ports-graphics-6bf6c9de19e5331be1e3c661aa9bdc631c422342.tar.zst freebsd-ports-graphics-6bf6c9de19e5331be1e3c661aa9bdc631c422342.zip |
Finalize repocopy of www/p5-Apache-Scoreboard -> www/p5-Apache2-Scoreboard.
o Remove the mod_perl2 bits from www/p5-Apache-Scoreboard, the 0.1x
versions are only for mod_perl1 versions.
o Update the new www/p5-Apache2-Scoreboard to 2.06, the 2.x versions
are for mod_perl2 versions.
o Keep www/p5-Apache2-Scoreboard broken until a new version with
fixes for the mod_perl2 API dance hits CPAN.
Approved by: krion (mentor)
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Apache-Scoreboard/Makefile | 6 | ||||
-rw-r--r-- | www/p5-Apache2-Scoreboard/Makefile | 19 | ||||
-rw-r--r-- | www/p5-Apache2-Scoreboard/distinfo | 4 |
4 files changed, 12 insertions, 18 deletions
diff --git a/www/Makefile b/www/Makefile index 483ddfbeef7..206166213d3 100644 --- a/www/Makefile +++ b/www/Makefile @@ -421,6 +421,7 @@ SUBDIR += p5-Apache-Singleton SUBDIR += p5-Apache-SubProcess SUBDIR += p5-Apache-Test + SUBDIR += p5-Apache2-Scoreboard SUBDIR += p5-ApacheBench SUBDIR += p5-AxKit SUBDIR += p5-AxKit-XSP-Cookie diff --git a/www/p5-Apache-Scoreboard/Makefile b/www/p5-Apache-Scoreboard/Makefile index 8f23492063b..1e815f44477 100644 --- a/www/p5-Apache-Scoreboard/Makefile +++ b/www/p5-Apache-Scoreboard/Makefile @@ -7,6 +7,7 @@ PORTNAME= Apache-Scoreboard PORTVERSION= 0.10 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR=Apache @@ -15,12 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tcornpropst@cox.net COMMENT= Perl interface to the Apache scoreboard structure -.if defined(WITH_MODPERL2) -BROKEN= Broken due the new mod_perl2 API -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache2/mod_perl.pm:${PORTSDIR}/www/mod_perl2 -.else BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl -.endif RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= YES diff --git a/www/p5-Apache2-Scoreboard/Makefile b/www/p5-Apache2-Scoreboard/Makefile index 8f23492063b..1b952082c79 100644 --- a/www/p5-Apache2-Scoreboard/Makefile +++ b/www/p5-Apache2-Scoreboard/Makefile @@ -1,26 +1,23 @@ -# New ports collection makefile for: Apache-Scoreboard -# Date Created: 08 Oct 2003 -# Whom: Trevor S. Cornpropst <tcornpropst@cox.net> +# New ports collection makefile for: Apache2-Scoreboard +# Date Created: 11 June 2005 +# Whom: Philip Paeps <philip@FreeBSD.org> # # $FreeBSD$ # -PORTNAME= Apache-Scoreboard -PORTVERSION= 0.10 +PORTNAME= Apache2-Scoreboard +PORTVERSION= 2.06 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR=Apache +DISTNAME= Apache-Scoreboard-${PORTVERSION} PKGNAMEPREFIX= p5- -MAINTAINER= tcornpropst@cox.net +MAINTAINER= philip@FreeBSD.org COMMENT= Perl interface to the Apache scoreboard structure -.if defined(WITH_MODPERL2) BROKEN= Broken due the new mod_perl2 API -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache2/mod_perl.pm:${PORTSDIR}/www/mod_perl2 -.else -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl -.endif +BUILD_DEPENDS= ${LOCALBASE}/libexec/apache2/mod_perl.so:${PORTSDIR}/www/mod_perl2 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= YES diff --git a/www/p5-Apache2-Scoreboard/distinfo b/www/p5-Apache2-Scoreboard/distinfo index 8162f2fd763..305c1747642 100644 --- a/www/p5-Apache2-Scoreboard/distinfo +++ b/www/p5-Apache2-Scoreboard/distinfo @@ -1,2 +1,2 @@ -MD5 (Apache-Scoreboard-0.10.tar.gz) = 2b267c55caded61c0ef765a45d9cdf2f -SIZE (Apache-Scoreboard-0.10.tar.gz) = 9115 +MD5 (Apache-Scoreboard-2.06.tar.gz) = 06b4f22250d954b8a6bd607884ad09b3 +SIZE (Apache-Scoreboard-2.06.tar.gz) = 18383 |