View | Details | Raw Unified | Return to bug 74444
Collapse All | Expand All

(-)/usr/ports/www/mod_perl2/Makefile (-2 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	mod_perl
8
PORTNAME=	mod_perl
9
PORTVERSION=	1.99r16
9
PORTVERSION=	1.99r17
10
CATEGORIES=	www perl5
10
CATEGORIES=	www perl5
11
MASTER_SITES=	http://perl.apache.org/dist/ \
11
MASTER_SITES=	http://perl.apache.org/dist/ \
12
		http://perl.apache.org/dist/old/
12
		http://perl.apache.org/dist/old/
Lines 38-44 Link Here
38
IGNORE=		requires perl 5.8.x or later. Install lang/perl5.8 then try again
38
IGNORE=		requires perl 5.8.x or later. Install lang/perl5.8 then try again
39
.endif
39
.endif
40
40
41
# no idea why r16 requires this - the perl build should do this copy
41
# no idea why r16 and r17 require this - the perl build should do this copy
42
pre-install:
42
pre-install:
43
	${CP} ${WRKSRC}/WrapXS/APR/ThreadMutex/ThreadMutex.pm \
43
	${CP} ${WRKSRC}/WrapXS/APR/ThreadMutex/ThreadMutex.pm \
44
		${WRKSRC}/blib/lib/Apache2/APR/
44
		${WRKSRC}/blib/lib/Apache2/APR/
(-)/usr/ports/www/mod_perl2/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (mod_perl-1.99_16.tar.gz) = 94da0f0301e127e8ef8cf77f7c11b1b4
1
MD5 (mod_perl-1.99_17.tar.gz) = ffb9d5c825b93d91e6c3a8885f7d5296
2
SIZE (mod_perl-1.99_16.tar.gz) = 1352516
2
SIZE (mod_perl-1.99_17.tar.gz) = 1368804
(-)/usr/ports/www/mod_perl2/files/patch-ac (+11 lines)
Line 0 Link Here
1
--- c	Sat Nov 27 13:42:59 2004
2
+++ ./ModPerl-Registry/lib/ModPerl/RegistryCooker.pm	Sat Nov 27 13:43:11 2004
3
@@ -558,7 +558,7 @@
4
 
5
 my %switches = (
6
    'T' => sub {
7
-       Apache::warn("-T switch is ignored, " .
8
+       Apache::ServerRec::warn("-T switch is ignored, " .
9
                     "enable with 'PerlSwitches -T' in httpd.conf\n")
10
              unless ${^TAINT};
11
        "";
(-)/usr/ports/www/mod_perl2/pkg-plist (+1 lines)
Lines 3-8 Link Here
3
include/apache2/modules/perl/mod_perl.h
3
include/apache2/modules/perl/mod_perl.h
4
include/apache2/modules/perl/modperl_apache_compat.h
4
include/apache2/modules/perl/modperl_apache_compat.h
5
include/apache2/modules/perl/modperl_apache_includes.h
5
include/apache2/modules/perl/modperl_apache_includes.h
6
include/apache2/modules/perl/modperl_apr_compat.h
6
include/apache2/modules/perl/modperl_apr_includes.h
7
include/apache2/modules/perl/modperl_apr_includes.h
7
include/apache2/modules/perl/modperl_bucket.h
8
include/apache2/modules/perl/modperl_bucket.h
8
include/apache2/modules/perl/modperl_callback.h
9
include/apache2/modules/perl/modperl_callback.h

Return to bug 74444