pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/meta-pkgs/php56-extensions
Module Name: pkgsrc
Committed By: taca
Date: Sun Dec 9 16:18:25 UTC 2018
Modified Files:
pkgsrc/meta-pkgs/php56-extensions: Makefile
Log Message:
meta-pkgs/php56-extensions: add php-sqlite3
Add php-sqlite3 to php56-extensions.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/meta-pkgs/php56-extensions/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/meta-pkgs/php56-extensions/Makefile
diff -u pkgsrc/meta-pkgs/php56-extensions/Makefile:1.8 pkgsrc/meta-pkgs/php56-extensions/Makefile:1.9
--- pkgsrc/meta-pkgs/php56-extensions/Makefile:1.8 Fri Oct 27 08:49:01 2017
+++ pkgsrc/meta-pkgs/php56-extensions/Makefile Sun Dec 9 16:18:25 2018
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2017/10/27 08:49:01 taca Exp $
+# $NetBSD: Makefile,v 1.9 2018/12/09 16:18:25 taca Exp $
DISTNAME= ${PHP_PKG_PREFIX}-extensions-${PHP_VERSION}
+PKGREVISION= 1
CATEGORIES= meta-pkgs www
MASTER_SITES= # empty
DISTFILES= # empty
@@ -45,6 +46,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-pdo_mysql>=$
DEPENDS+= ${PHP_PKG_PREFIX}-pdo_pgsql>=${PHP_VERSION}<${NEXT_VERS}:../../databases/php-pdo_pgsql
DEPENDS+= ${PHP_PKG_PREFIX}-pdo_sqlite>=${PHP_VERSION}<${NEXT_VERS}:../../databases/php-pdo_sqlite
DEPENDS+= ${PHP_PKG_PREFIX}-pgsql>=${PHP_VERSION}<${NEXT_VERS}:../../databases/php-pgsql
+DEPENDS+= ${PHP_PKG_PREFIX}-sqlite3>=${PHP_VERSION}<${NEXT_VERS}:../../databases/php-sqlite3
DEPENDS+= ${PHP_PKG_PREFIX}-posix>=${PHP_VERSION}<${NEXT_VERS}:../../devel/php-posix
DEPENDS+= ${PHP_PKG_PREFIX}-pspell>=${PHP_VERSION}<${NEXT_VERS}:../../textproc/php-pspell
DEPENDS+= ${PHP_PKG_PREFIX}-shmop>=${PHP_VERSION}<${NEXT_VERS}:../../devel/php-shmop
Home |
Main Index |
Thread Index |
Old Index