pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ap2-perl
Module Name: pkgsrc
Committed By: wiz
Date: Tue Feb 1 11:46:28 UTC 2022
Modified Files:
pkgsrc/www/ap2-perl: Makefile distinfo
Log Message:
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]
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/www/ap2-perl/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/ap2-perl/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/ap2-perl/Makefile
diff -u pkgsrc/www/ap2-perl/Makefile:1.62 pkgsrc/www/ap2-perl/Makefile:1.63
--- pkgsrc/www/ap2-perl/Makefile:1.62 Wed Jun 2 22:26:03 2021
+++ pkgsrc/www/ap2-perl/Makefile Tue Feb 1 11:46:28 2022
@@ -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 @@ PERL5_PACKLIST= auto/mod_perl2/.packlis
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"
Index: pkgsrc/www/ap2-perl/distinfo
diff -u pkgsrc/www/ap2-perl/distinfo:1.27 pkgsrc/www/ap2-perl/distinfo:1.28
--- pkgsrc/www/ap2-perl/distinfo:1.27 Tue Oct 26 11:29:18 2021
+++ pkgsrc/www/ap2-perl/distinfo Tue Feb 1 11:46:28 2022
@@ -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