diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-14 20:13:00 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-14 20:13:00 +0000 |
commit | 382de5937f12517fa3474bfa4426f1748217af6b (patch) | |
tree | c70e250926a543579ae238c400cfbd159d2efb84 /www/mod_perl2 | |
parent | 3fad432ce0799fa03cb7b0694c868cff398e53f9 (diff) | |
download | ports-382de5937f12517fa3474bfa4426f1748217af6b.tar.gz ports-382de5937f12517fa3474bfa4426f1748217af6b.zip |
Notes
Diffstat (limited to 'www/mod_perl2')
-rw-r--r-- | www/mod_perl2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_perl2/Makefile b/www/mod_perl2/Makefile index 617e00e087da..2eb3dba3084a 100644 --- a/www/mod_perl2/Makefile +++ b/www/mod_perl2/Makefile @@ -7,6 +7,7 @@ PORTNAME= mod_perl PORTVERSION= 2.0.4 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= www perl5 MASTER_SITES= http://perl.apache.org/dist/ \ @@ -50,7 +51,7 @@ MAN3= APR.3 APR::Base64.3 APR::Brigade.3 APR::Bucket.3 \ Apache::Test.3 Apache::TestConfig.3 Apache::TestMB.3 \ Apache::TestMM.3 Apache::TestReport.3 Apache::TestRequest.3 \ Apache::TestRun.3 Apache::TestRunPHP.3 Apache::TestRunPerl.3 \ - Apache::TestSmoke.3 Apache::TestTrace.3 Apache::TestUtil.3 \ + Apache::TestServer.3 Apache::TestSmoke.3 Apache::TestTrace.3 Apache::TestUtil.3 \ Bundle::Apache2.3 Bundle::ApacheTest.3 ModPerl::BuildMM.3 \ ModPerl::CScan.3 ModPerl::Code.3 ModPerl::Config.3 \ ModPerl::Const.3 ModPerl::Global.3 ModPerl::MM.3 \ |