Tue Jan 9 16:12:54 2024 UTC (150d)
revbump after openssl upgrade


(sborrill)
diff -r1.55 -r1.56 pkgsrc/www/ap-php/Makefile

cvs diff -r1.55 -r1.56 pkgsrc/www/ap-php/Makefile (expand / switch to unified diff)

--- pkgsrc/www/ap-php/Makefile 2023/04/19 08:11:44 1.55
+++ pkgsrc/www/ap-php/Makefile 2024/01/09 16:12:54 1.56
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.55 2023/04/19 08:11:44 adam Exp $ 1# $NetBSD: Makefile,v 1.56 2024/01/09 16:12:54 sborrill Exp $
2 2
3PKGNAME= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}-${PHP_VERSION} 3PKGNAME= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}-${PHP_VERSION}
4PKGREVISION= 10 4PKGREVISION= 11
5COMMENT= Apache (${PKG_APACHE}) module for ${PKG_PHP} 5COMMENT= Apache (${PKG_APACHE}) module for ${PKG_PHP}
6 6
7CONFLICTS= ap-php-[0-9]* 7CONFLICTS= ap-php-[0-9]*
8 8
9USE_TOOLS+= lex pkg-config 9USE_TOOLS+= lex pkg-config
10 10
11APACHE_MODULE= YES 11APACHE_MODULE= YES
12 12
13FORTIFY_SUPPORTED= no 13FORTIFY_SUPPORTED= no
14SSP_SUPPORTED= no 14SSP_SUPPORTED= no
15 15
16.include "../../lang/php/phpversion.mk" 16.include "../../lang/php/phpversion.mk"
17.include "${PHPPKGSRCDIR}/Makefile.php" 17.include "${PHPPKGSRCDIR}/Makefile.php"