pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/unit-php
Module Name: pkgsrc
Committed By: taca
Date: Mon Jan 13 17:28:40 UTC 2025
Modified Files:
pkgsrc/www/unit-php: Makefile
Log Message:
www/unit-php: remove PHP_VERSIONS_ACCEPTED
Since this package support all versions of PHP on pkgsrc, no need to set
PHP_VERSIONS_ACCEPTED here.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/unit-php/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/unit-php/Makefile
diff -u pkgsrc/www/unit-php/Makefile:1.14 pkgsrc/www/unit-php/Makefile:1.15
--- pkgsrc/www/unit-php/Makefile:1.14 Sun May 12 14:36:46 2024
+++ pkgsrc/www/unit-php/Makefile Mon Jan 13 17:28:40 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2024/05/12 14:36:46 taca Exp $
+# $NetBSD: Makefile,v 1.15 2025/01/13 17:28:40 taca Exp $
PKGNAME= unit-${LANG}${PKG_PHP_VERSION}-${UNIT_VERSION}
COMMENT= PHP module for NGINX Unit
@@ -8,8 +8,6 @@ MODNAME= ${LANG}${PHP_VERSION}
MAINTAINER= osa%NetBSD.org@localhost
-PHP_VERSIONS_ACCEPTED?= 56 74 81 82 83
-
.include "../../lang/php/phpversion.mk"
post-configure:
Home |
Main Index |
Thread Index |
Old Index