pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ap2-upload



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jan  5 14:32:42 UTC 2025

Modified Files:
        pkgsrc/www/ap2-upload: Makefile

Log Message:
www/ap2-upload: exclude php56

This pacakge seems not to support PHP 5.6.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/ap2-upload/Makefile

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-upload/Makefile
diff -u pkgsrc/www/ap2-upload/Makefile:1.10 pkgsrc/www/ap2-upload/Makefile:1.11
--- pkgsrc/www/ap2-upload/Makefile:1.10 Sun Jan  5 13:11:31 2025
+++ pkgsrc/www/ap2-upload/Makefile      Sun Jan  5 14:32:42 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2025/01/05 13:11:31 taca Exp $
+# $NetBSD: Makefile,v 1.11 2025/01/05 14:32:42 taca Exp $
 
 DISTNAME=      mod_upload-1.0
 PKGNAME=       ${APACHE_PKG_PREFIX}-${DISTNAME:S/mod_//}
@@ -12,6 +12,8 @@ LICENSE=      gnu-gpl-v2
 
 APACHE_MODULE_NAME=    ${DISTNAME:C/-.*//}.la
 
+PHP_VERSIONS_INCOMPATIBLE=     56
+
 GNU_CONFIGURE=         yes
 GNU_CONFIGURE_APXS2=   no
 CONFIGURE_ARGS+=       --with-apxs=${APXS}



Home | Main Index | Thread Index | Old Index