update to new version, still no luck with sqlite

This commit is contained in:
espie 2018-03-31 15:55:29 +00:00
parent e4d0eb0f46
commit 76a57c7802
4 changed files with 14 additions and 9 deletions

View File

@ -1,11 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2016/06/30 11:51:07 espie Exp $
# $OpenBSD: Makefile,v 1.5 2018/03/31 15:55:29 espie Exp $
COMMENT = database introspection
MAINTAINER = Marc Espie <espie@openbsd.org>
CATEGORIES += devel
DISTNAME = schema-7.x-1.0-rc1
PKGNAME = drupal7-schema-1.0rc1
REVISION = 0
MODDRUPAL_PROJECT = schema
MODDRUPAL_VERSION = 1.3
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (drupal7/schema-7.x-1.0-rc1.tar.gz) = PElAunhPb9OCIRS3DVSsRgvfBgBQ44ByKu4ucZvZaPM=
SIZE (drupal7/schema-7.x-1.0-rc1.tar.gz) = 21377
SHA256 (drupal7/schema-7.x-1.3.tar.gz) = wubA13z3fhHIm6i2L34YIvaj36da+4wKBJ8L/Llc6Qg=
SIZE (drupal7/schema-7.x-1.3.tar.gz) = 23765

View File

@ -4,4 +4,4 @@ This module presents the database schema information for the developer,
and also allows various sanity checks to be performed comparing the live
database to the module information.
Note that this module does not yet work with sqlite databases.
Note that this module does not work with sqlite databases.

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2014/02/08 19:37:29 espie Exp $
@comment $OpenBSD: PLIST,v 1.4 2018/03/31 15:55:29 espie Exp $
@owner ${DRUPAL_OWNER}
@group ${DRUPAL_GROUP}
${DRUPAL_MODS}schema/
@ -8,10 +8,17 @@ ${DRUPAL_MODS}schema/engines/
${DRUPAL_MODS}schema/engines/mysql.inc
${DRUPAL_MODS}schema/engines/pgsql.inc
${DRUPAL_MODS}schema/schema.admin.inc
${DRUPAL_MODS}schema/schema.api.php
${DRUPAL_MODS}schema/schema.drush.inc
${DRUPAL_MODS}schema/schema.info
${DRUPAL_MODS}schema/schema.install
${DRUPAL_MODS}schema/schema.module
${DRUPAL_MODS}schema/schema.pages.inc
${DRUPAL_MODS}schema/tests/
${DRUPAL_MODS}schema/tests/schema.test
${DRUPAL_MODS}schema/tests/schema_regression.test
${DRUPAL_MODS}schema/tests/schema_test/
${DRUPAL_MODS}schema/tests/schema_test/SchemaTestDatabaseConnection.php
${DRUPAL_MODS}schema/tests/schema_test/schema_test.info
${DRUPAL_MODS}schema/tests/schema_test/schema_test.install
${DRUPAL_MODS}schema/tests/schema_test/schema_test.module