diff options
author | Philip Paeps <philip@FreeBSD.org> | 2005-06-12 21:32:17 +0000 |
---|---|---|
committer | Philip Paeps <philip@FreeBSD.org> | 2005-06-12 21:32:17 +0000 |
commit | 934d568fea879da4ba2f8a8f7abfb2fc072f7609 (patch) | |
tree | 569056748304c2271be1ffdfd9ce1d74397ec056 /www | |
parent | Add kde-style-comix 1.2.4, flat KDE style and window decoration. (diff) |
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)
Notes
Notes:
svn path=/head/; revision=137366
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 483ddfbeef75..206166213d36 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 8f23492063bb..1e815f444779 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 8f23492063bb..1b952082c792 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 8162f2fd7636..305c1747642b 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 |