pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/ap2-perl ap24-perl: update to 2.0.12.
details: https://anonhg.NetBSD.org/pkgsrc/rev/5952061c4607
branches: trunk
changeset: 372886:5952061c4607
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Feb 01 11:46:28 2022 +0000
description:
ap24-perl: update to 2.0.12.
2.0.12 January 30, 2022
Add bug tracker information to README, and add CONTRIBUTING.md. [Steve Hay]
Fix detection of APR's threading support on RHEL 8. [Petr Písař]
Fix build for perl >= 5.33.7. [Leon Timmermans]
Fix SIGSEGV crash due to wrong use of perl_parse(). [Charles Pigott]
Improve installation instructions for AIX. [Rainer Tammer]
diffstat:
www/ap2-perl/Makefile | 19 +++----------------
www/ap2-perl/distinfo | 9 ++++-----
2 files changed, 7 insertions(+), 21 deletions(-)
diffs (55 lines):
diff -r 734b516e2d21 -r 5952061c4607 www/ap2-perl/Makefile
--- a/www/ap2-perl/Makefile Tue Feb 01 11:41:47 2022 +0000
+++ b/www/ap2-perl/Makefile Tue Feb 01 11:46:28 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.62 2021/06/02 22:26:03 markd Exp $
+# $NetBSD: Makefile,v 1.63 2022/02/01 11:46:28 wiz Exp $
-DISTNAME= mod_perl-2.0.11
+DISTNAME= mod_perl-2.0.12
PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/mod_//}
-PKGREVISION= 3
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_APACHE:=perl/}
@@ -19,23 +18,11 @@
MAKE_PARAMS+= MP_APXS=${APXS}
MAKE_PARAMS+= MP_APR_CONFIG=${BUILDLINK_DIR}/bin/apr-config
-.include "../../mk/apache.mk"
-
-.if !empty(PKG_APACHE:Mapache24)
-SUBST_CLASSES+= ap24
-SUBST_STAGE.ap24= pre-configure
-SUBST_MESSAGE.ap24= Adding Apache 2.4.x compatibility.
-SUBST_FILES.ap24= xs/maps/apache2_structures.map
-SUBST_FILES.ap24+= xs/tables/current/Apache2/StructureTable.pm
-SUBST_SED.ap24= -e "s,remote_addr,client_addr,g"
-SUBST_SED.ap24+= -e "s,remote_ip,client_ip,g"
-SUBST_SED.ap24+= -e "s,'loglevel','log.level',g"
-.endif
-
INSTALLATION_DIRS= ${PREFIX}/share/doc/mod_perl
post-install:
${CP} -R ${WRKSRC}/docs/* ${DESTDIR}${PREFIX}/share/doc/mod_perl
.include "../../lang/perl5/module.mk"
+.include "../../mk/apache.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 734b516e2d21 -r 5952061c4607 www/ap2-perl/distinfo
--- a/www/ap2-perl/distinfo Tue Feb 01 11:41:47 2022 +0000
+++ b/www/ap2-perl/distinfo Tue Feb 01 11:46:28 2022 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.27 2021/10/26 11:29:18 nia Exp $
+$NetBSD: distinfo,v 1.28 2022/02/01 11:46:28 wiz Exp $
-BLAKE2s (mod_perl-2.0.11.tar.gz) = 1246d05d209129e74ec9e9d2edb14120670112aa8d4a5ea957fc3375e790b748
-SHA512 (mod_perl-2.0.11.tar.gz) = f232b215ccb9217f69ccced8a037470e5975900b9a6fcc5a2e4674e6559d21f026547c1b97c48109352043946dc22539dd38004759be16ad5cfcb3a96973dfdf
-Size (mod_perl-2.0.11.tar.gz) = 3848147 bytes
-SHA1 (patch-src_modules_perl_modperl__perl.c) = 53a262f858df6a1d0e8b08d7e4e1cdbaba4db467
+BLAKE2s (mod_perl-2.0.12.tar.gz) = c01c8843070beea87339783b08f3444520b0f12fc7648dc831427cb0102f580c
+SHA512 (mod_perl-2.0.12.tar.gz) = 890dca0950847e32180485cabbeffbf236af2c92c7df957a233c210022b5172957eddb1db3e9281b87cd438d2fa404a05ae99c7eda098267c68d5e9262b400b0
+Size (mod_perl-2.0.12.tar.gz) = 3848030 bytes
SHA1 (patch-src_modules_perl_modperl_common_util.h) = a5fd094351fef2994b67c6c70abc18c772aec532
SHA1 (patch-xs_APR_aprext_Makefile.PL) = 9ada16e6be30236c6dbd4de4955e0077a83d3d85
Home |
Main Index |
Thread Index |
Old Index