pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/phppgadmin



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Apr  1 02:42:17 UTC 2021

Modified Files:
        pkgsrc/databases/phppgadmin: Makefile

Log Message:
databases/phppgadmin: make it php56 incompatible

Apparently, minimum version of dependency to php-* packages
insists that it is now incompatible to php56.

Should be solve a problem of pbulk.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/databases/phppgadmin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/phppgadmin/Makefile
diff -u pkgsrc/databases/phppgadmin/Makefile:1.38 pkgsrc/databases/phppgadmin/Makefile:1.39
--- pkgsrc/databases/phppgadmin/Makefile:1.38   Wed Mar 31 12:30:52 2021
+++ pkgsrc/databases/phppgadmin/Makefile        Thu Apr  1 02:42:17 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2021/03/31 12:30:52 khorben Exp $
+# $NetBSD: Makefile,v 1.39 2021/04/01 02:42:17 taca Exp $
 
 DISTNAME=      phpPgAdmin-7.13.0
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME:S/PgAdmin/pgadmin/}
@@ -14,6 +14,8 @@ COMMENT=      Set of PHP scripts to administe
 DEPENDS+=      ${PHP_PKG_PREFIX}-mbstring>=7.2.0:../../converters/php-mbstring
 DEPENDS+=      ${PHP_PKG_PREFIX}-pgsql>=7.2.0:../../databases/php-pgsql
 
+PHP_VERSIONS_INCOMPATIBLE=     56
+
 MESSAGE_SUBST+=        EGDIR=${EGDIR}
 
 NO_BUILD=      YES



Home | Main Index | Thread Index | Old Index