summaryrefslogtreecommitdiff
path: root/dev-perl/Apache-Test/files
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-08-07 04:02:04 +1200
committerKent Fredric <kentnl@gentoo.org>2020-08-07 04:02:53 +1200
commite26ad3f4bd77498705d905b51e05b9ca163d23f5 (patch)
tree49fd89571cbb3f730d8ca82dd6839f013a8656dc /dev-perl/Apache-Test/files
parentf0ad73b568be359c41631965468d784242b8f07d (diff)
downloadgentoo-e26ad3f4bd77498705d905b51e05b9ca163d23f5.tar.gz
gentoo-e26ad3f4bd77498705d905b51e05b9ca163d23f5.tar.bz2
gentoo-e26ad3f4bd77498705d905b51e05b9ca163d23f5.zip
dev-perl/Apache-Test: Cleanup old 1.400.0-r2
Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Apache-Test/files')
-rw-r--r--dev-perl/Apache-Test/files/Apache-Test-1.400.0-fix-missing-semicolon.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-perl/Apache-Test/files/Apache-Test-1.400.0-fix-missing-semicolon.patch b/dev-perl/Apache-Test/files/Apache-Test-1.400.0-fix-missing-semicolon.patch
deleted file mode 100644
index f09cd53348fc..000000000000
--- a/dev-perl/Apache-Test/files/Apache-Test-1.400.0-fix-missing-semicolon.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From b2a2cdc1e9a3121ea8848ab4a2410c5dcc68d620 Mon Sep 17 00:00:00 2001
-From: Kent Fredric <kentnl@gentoo.org>
-Date: Sun, 15 Oct 2017 06:15:47 +1300
-Subject: Fix missing ";"
-
-Bug: https://rt.cpan.org/Ticket/Display.html?id=123282
----
- lib/Apache/TestConfigPHP.pm | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/Apache/TestConfigPHP.pm b/lib/Apache/TestConfigPHP.pm
-index 0ddea0b..1c79865 100644
---- a/lib/Apache/TestConfigPHP.pm
-+++ b/lib/Apache/TestConfigPHP.pm
-@@ -170,7 +170,7 @@ sub configure_php_ini {
- my $dir = catfile $self->{vars}->{serverroot}, 'conf';
- my $file = catfile $dir, 'php.ini';
-
-- return if -e $file
-+ return if -e $file;
-
- my $log = catfile $self->{vars}->{t_logs}, 'error_log';
-
---
-2.14.2
-