pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/php-dotclear



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Feb 28 15:57:44 UTC 2024

Modified Files:
        pkgsrc/www/php-dotclear: Makefile

Log Message:
www/php-dotclear: move PHP_VERSIONS_ACCEPTED definition

* PHP_VERSIONS_ACCEPTED should be defined before including
  lang/php/phpversion.mk.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/php-dotclear/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/php-dotclear/Makefile
diff -u pkgsrc/www/php-dotclear/Makefile:1.8 pkgsrc/www/php-dotclear/Makefile:1.9
--- pkgsrc/www/php-dotclear/Makefile:1.8        Sun Mar  5 19:21:23 2023
+++ pkgsrc/www/php-dotclear/Makefile    Wed Feb 28 15:57:44 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2023/03/05 19:21:23 triaxx Exp $
+# $NetBSD: Makefile,v 1.9 2024/02/28 15:57:44 taca Exp $
 
 DISTNAME=      dotclear-2.25.3
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
@@ -11,6 +11,8 @@ HOMEPAGE=     https://dotclear.org/
 COMMENT=       Open-source web publising software
 LICENSE=       gnu-gpl-v2
 
+PHP_VERSIONS_ACCEPTED= 82 81 80 74
+
 .include "../../lang/php/phpversion.mk"
 DEPENDS+=      ${PHP_PKG_PREFIX}-mbstring>=${PHP_BASE_VERS}:../../converters/php-mbstring
 DEPENDS+=      ${PHP_PKG_PREFIX}-iconv>=${PHP_BASE_VERS}:../../converters/php-iconv
@@ -26,8 +28,6 @@ BUILD_DEFS+=  PKG_SYSCONFBASE VARBASE
 
 .include "options.mk"
 
-PHP_VERSIONS_ACCEPTED= 82 81 80 74
-
 PKG_SYSCONFSUBDIR=     dotclear
 
 DOTCLEAR_USER?=                dotclear



Home | Main Index | Thread Index | Old Index