svn commit: r423213 - head/www/mod_perl2
Olli Hauer
ohauer at FreeBSD.org
Mon Oct 3 17:36:30 UTC 2016
Author: ohauer
Date: Mon Oct 3 17:36:29 2016
New Revision: 423213
URL: https://svnweb.freebsd.org/changeset/ports/423213
Log:
- update to 2.0.10-rc1
- change to MASTER_SITES local
Running tests against perl5.20/5.24 on 10.3(amd64) showed only know
issues present also on other platforms, but it seems to be a good
state for wider community roll out / test
Test failures:
t/filter/in_bbs_inject_header.t ......... 1/?
# Failed test 22 in t/filter/in_bbs_inject_header.t at line 58 fail #6
# Failed test 26 in t/filter/in_bbs_inject_header.t at line 58 fail #7
# Failed test 30 in t/filter/in_bbs_inject_header.t at line 58 fail #8
t/modperl/local_env.t ....... skipped: local %ENV is still broken
t/modperl/perl_options2.t ... skipped: PerlOptions None is broken
t/perl/signals.t ............ Failed 2/2 subtests
Changelog:
2.0.10-rc1
- Automatically select the appropriate c89 option when modperl is being
built with either gcc 5 or clang.
- Fix non-threaded Perl 5.22.x build and tests.
- Add support for Perl 5.22.x.
Modified:
head/www/mod_perl2/Makefile
head/www/mod_perl2/distinfo
Modified: head/www/mod_perl2/Makefile
==============================================================================
--- head/www/mod_perl2/Makefile Mon Oct 3 16:54:34 2016 (r423212)
+++ head/www/mod_perl2/Makefile Mon Oct 3 17:36:29 2016 (r423213)
@@ -2,10 +2,11 @@
# $FreeBSD$
PORTNAME= mod_perl
-PORTVERSION= 2.0.9
+DISTVERSION= 2.0.10-rc1
PORTEPOCH= 3
CATEGORIES= www perl5
-MASTER_SITES= APACHE/perl
+#MASTER_SITES= APACHE/perl
+MASTER_SITES= LOCAL/ohauer
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
PKGNAMESUFFIX= 2
@@ -32,11 +33,6 @@ PLIST_SUB+= APMOD_FILE=${APMOD_FILE}
.include <bsd.port.pre.mk>
-.if ${PERL_VER} >= 5.22
-BROKEN= PERL ${PERL_VER} is not supported by upstream,\
- see http://svn.apache.org/viewvc/perl/modperl/trunk/README?view=markup
-.endif
-
# Provider is build iff apache24 is in use
.if ${APACHE_VERSION:M22}
PLIST_SUB+= AP22="@comment "
Modified: head/www/mod_perl2/distinfo
==============================================================================
--- head/www/mod_perl2/distinfo Mon Oct 3 16:54:34 2016 (r423212)
+++ head/www/mod_perl2/distinfo Mon Oct 3 17:36:29 2016 (r423213)
@@ -1,2 +1,3 @@
-SHA256 (mod_perl-2.0.9.tar.gz) = 0260f26ab771c1c95fadc67544b3400e420bb30b8a77565d2d02ad05498ef52b
-SIZE (mod_perl-2.0.9.tar.gz) = 3846584
+TIMESTAMP = 1475303673
+SHA256 (mod_perl-2.0.10-rc1.tar.gz) = d01da2b8b8acd9e2f4853f130f142259296310fb961bb3c55ad029b5a8d5d7af
+SIZE (mod_perl-2.0.10-rc1.tar.gz) = 3845157
More information about the svn-ports-all
mailing list