pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/php70-extensions



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Dec  9 16:19:01 UTC 2018

Modified Files:
        pkgsrc/meta-pkgs/php70-extensions: Makefile

Log Message:
meta-pkgs/php70-extensions: add php-sqlite3

Add php-sqlite3 to php70-extensions.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/meta-pkgs/php70-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/php70-extensions/Makefile
diff -u pkgsrc/meta-pkgs/php70-extensions/Makefile:1.3 pkgsrc/meta-pkgs/php70-extensions/Makefile:1.4
--- pkgsrc/meta-pkgs/php70-extensions/Makefile:1.3      Fri Oct 27 08:49:01 2017
+++ pkgsrc/meta-pkgs/php70-extensions/Makefile  Sun Dec  9 16:19:00 2018
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2017/10/27 08:49:01 taca Exp $
+# $NetBSD: Makefile,v 1.4 2018/12/09 16:19:00 taca Exp $
 
 DISTNAME=      ${PHP_PKG_PREFIX}-extensions-${PHP_VERSION}
+PKGREVISION=   1
 CATEGORIES=    meta-pkgs www
 MASTER_SITES=  # empty
 DISTFILES=     # empty
@@ -43,6 +44,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