summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2011-10-15 17:37:06 +0200
committerBor Kraljič2011-10-15 17:40:50 +0200
commite88bb2173bde320ca61298fa028ae36f1ae6dd1b (patch)
treee2a9b177e183a8c012a4d90fef9c6cca3e55bdcd
parent8ea59c3592f33c54cebcc4473ed89ba8527e7dcf (diff)
mod_perl: apache was renamed to apache1 (fixes #291)
-rwxr-xr-xperl-cpan/mod_perl/DEPENDS2
-rw-r--r--perl-cpan/mod_perl/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/perl-cpan/mod_perl/DEPENDS b/perl-cpan/mod_perl/DEPENDS
index db6ec2033e..4eaa298358 100755
--- a/perl-cpan/mod_perl/DEPENDS
+++ b/perl-cpan/mod_perl/DEPENDS
@@ -1,6 +1,6 @@
if [ "$MOD_PERL_2" == "y" ]; then
depends APACHE2
else
- depends apache
+ depends apache1
fi &&
depends perl
diff --git a/perl-cpan/mod_perl/HISTORY b/perl-cpan/mod_perl/HISTORY
index 762dea2536..51290b67c9 100644
--- a/perl-cpan/mod_perl/HISTORY
+++ b/perl-cpan/mod_perl/HISTORY
@@ -1,3 +1,6 @@
+2011-10-15 Bor Kraljič <pyrobor@ver.si>
+ * DEPENDS: apache was renamed to apache1 (fixes #291)
+
2011-03-19 George Sherwood <gsherwood@sourcemage.org>
* DETAILS: Updated apache2 version to 2.0.5
Removed SOURCE_URL[0] and made [1] now [0]