From 7c79b4e895ce60b0f1a4b0a9573838c99087f9c3 Mon Sep 17 00:00:00 2001 From: feinerer Date: Thu, 16 Apr 2020 07:01:17 +0000 Subject: [PATCH] Update to pgModeler 0.9.2 --- databases/pgmodeler/Makefile | 18 ++++---- databases/pgmodeler/distinfo | 4 +- .../pgmodeler/patches/patch-pgmodeler_pri | 4 +- databases/pgmodeler/pkg/PLIST | 41 ++++++++++++++++++- 4 files changed, 53 insertions(+), 14 deletions(-) diff --git a/databases/pgmodeler/Makefile b/databases/pgmodeler/Makefile index e30f68a2289..76321fb09a5 100644 --- a/databases/pgmodeler/Makefile +++ b/databases/pgmodeler/Makefile @@ -1,23 +1,23 @@ -# $OpenBSD: Makefile,v 1.10 2020/02/14 11:11:32 sthen Exp $ +# $OpenBSD: Makefile,v 1.11 2020/04/16 07:01:17 feinerer Exp $ COMMENT = PostgreSQL Database Modeler -VERSION = 0.9.1 +VERSION = 0.9.2 GH_ACCOUNT = pgmodeler GH_PROJECT = pgmodeler GH_TAGNAME = v${VERSION} -SHARED_LIBS += objrenderer 0.0 # 1.0 -SHARED_LIBS += parsers 0.0 # 1.0 -SHARED_LIBS += pgconnector 0.0 # 1.0 -SHARED_LIBS += pgmodeler 0.0 # 1.0 -SHARED_LIBS += pgmodeler_ui 0.0 # 1.0 -SHARED_LIBS += utils 0.0 # 1.0 +SHARED_LIBS += objrenderer 1.0 # 1.0 +SHARED_LIBS += parsers 1.0 # 1.0 +SHARED_LIBS += pgconnector 1.0 # 1.0 +SHARED_LIBS += pgmodeler 1.0 # 1.0 +SHARED_LIBS += pgmodeler_ui 1.0 # 1.0 +SHARED_LIBS += utils 1.0 # 1.0 CATEGORIES = databases -HOMEPAGE = http://www.pgmodeler.com.br/ +HOMEPAGE = https://www.pgmodeler.io MAINTAINER = Ingo Feinerer diff --git a/databases/pgmodeler/distinfo b/databases/pgmodeler/distinfo index 717de6a84ad..66c30878610 100644 --- a/databases/pgmodeler/distinfo +++ b/databases/pgmodeler/distinfo @@ -1,2 +1,2 @@ -SHA256 (pgmodeler-0.9.1.tar.gz) = lDp1fN7VRGKaKi6JavrH8inBJQUsGAfEJIMbXg5xyPw= -SIZE (pgmodeler-0.9.1.tar.gz) = 3569027 +SHA256 (pgmodeler-0.9.2.tar.gz) = JHENB/Z+trB1e1pQ0Xn+uBGof03aUF7UKidvsrvwO/w= +SIZE (pgmodeler-0.9.2.tar.gz) = 3930988 diff --git a/databases/pgmodeler/patches/patch-pgmodeler_pri b/databases/pgmodeler/patches/patch-pgmodeler_pri index 1ed99a89d36..7c85dd050ec 100644 --- a/databases/pgmodeler/patches/patch-pgmodeler_pri +++ b/databases/pgmodeler/patches/patch-pgmodeler_pri @@ -1,9 +1,9 @@ -$OpenBSD: patch-pgmodeler_pri,v 1.1 2018/10/29 21:04:14 naddy Exp $ +$OpenBSD: patch-pgmodeler_pri,v 1.2 2020/04/16 07:01:17 feinerer Exp $ Index: pgmodeler.pri --- pgmodeler.pri.orig +++ pgmodeler.pri -@@ -143,6 +143,7 @@ unix:!macx { +@@ -146,6 +146,7 @@ unix:!macx { PKGCONFIG = libpq libxml-2.0 PGSQL_LIB = -lpq XML_LIB = -lxml2 diff --git a/databases/pgmodeler/pkg/PLIST b/databases/pgmodeler/pkg/PLIST index eab695a1199..4606df467f4 100644 --- a/databases/pgmodeler/pkg/PLIST +++ b/databases/pgmodeler/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.3 2019/05/12 06:21:19 feinerer Exp $ +@comment $OpenBSD: PLIST,v 1.4 2020/04/16 07:01:17 feinerer Exp $ @bin bin/pgmodeler @bin bin/pgmodeler-cli lib/pgmodeler/ @@ -27,6 +27,7 @@ share/pgmodeler/conf/ share/pgmodeler/conf/connections.conf share/pgmodeler/conf/defaults/ share/pgmodeler/conf/defaults/connections.conf +share/pgmodeler/conf/defaults/diff-presets.conf share/pgmodeler/conf/defaults/example.dbm share/pgmodeler/conf/defaults/objects-style.conf share/pgmodeler/conf/defaults/pattern-highlight.conf @@ -36,8 +37,10 @@ share/pgmodeler/conf/defaults/snippets.conf share/pgmodeler/conf/defaults/sql-highlight.conf share/pgmodeler/conf/defaults/ui-style.conf share/pgmodeler/conf/defaults/xml-highlight.conf +share/pgmodeler/conf/diff-presets.conf share/pgmodeler/conf/dtd/ share/pgmodeler/conf/dtd/connections.dtd +share/pgmodeler/conf/dtd/diff-presets.dtd share/pgmodeler/conf/dtd/objects-style.dtd share/pgmodeler/conf/dtd/pgmodeler.dtd share/pgmodeler/conf/dtd/relationships.dtd @@ -56,10 +59,12 @@ share/pgmodeler/conf/schemas/application-dbm.sch share/pgmodeler/conf/schemas/commands.sch share/pgmodeler/conf/schemas/connections.sch share/pgmodeler/conf/schemas/desktop.sch +share/pgmodeler/conf/schemas/diff-presets.sch share/pgmodeler/conf/schemas/file.sch share/pgmodeler/conf/schemas/objects-style.sch share/pgmodeler/conf/schemas/patterns.sch share/pgmodeler/conf/schemas/pgmodeler.sch +share/pgmodeler/conf/schemas/preset.sch share/pgmodeler/conf/schemas/relationships.sch share/pgmodeler/conf/schemas/snippet.sch share/pgmodeler/conf/schemas/snippets.sch @@ -91,6 +96,9 @@ share/pgmodeler/schemas/alter/domain.sch share/pgmodeler/schemas/alter/domconstraint.sch share/pgmodeler/schemas/alter/eventtrigger.sch share/pgmodeler/schemas/alter/extension.sch +share/pgmodeler/schemas/alter/foreigndatawrapper.sch +share/pgmodeler/schemas/alter/foreignserver.sch +share/pgmodeler/schemas/alter/foreigntable.sch share/pgmodeler/schemas/alter/function.sch share/pgmodeler/schemas/alter/index.sch share/pgmodeler/schemas/alter/owner.sch @@ -104,6 +112,7 @@ share/pgmodeler/schemas/alter/sequence.sch share/pgmodeler/schemas/alter/table.sch share/pgmodeler/schemas/alter/tablespace.sch share/pgmodeler/schemas/alter/truncate.sch +share/pgmodeler/schemas/alter/usermapping.sch share/pgmodeler/schemas/alter/usertype.sch share/pgmodeler/schemas/catalog/ share/pgmodeler/schemas/catalog/aggregate.sch @@ -117,6 +126,9 @@ share/pgmodeler/schemas/catalog/database.sch share/pgmodeler/schemas/catalog/domain.sch share/pgmodeler/schemas/catalog/eventtrigger.sch share/pgmodeler/schemas/catalog/extension.sch +share/pgmodeler/schemas/catalog/foreigndatawrapper.sch +share/pgmodeler/schemas/catalog/foreignserver.sch +share/pgmodeler/schemas/catalog/foreigntable.sch share/pgmodeler/schemas/catalog/function.sch share/pgmodeler/schemas/catalog/index.sch share/pgmodeler/schemas/catalog/language.sch @@ -134,8 +146,19 @@ share/pgmodeler/schemas/catalog/table.sch share/pgmodeler/schemas/catalog/tablespace.sch share/pgmodeler/schemas/catalog/template.sch share/pgmodeler/schemas/catalog/trigger.sch +share/pgmodeler/schemas/catalog/usermapping.sch share/pgmodeler/schemas/catalog/usertype.sch share/pgmodeler/schemas/catalog/view.sch +share/pgmodeler/schemas/datadict/ +share/pgmodeler/schemas/datadict/column.sch +share/pgmodeler/schemas/datadict/constraint.sch +share/pgmodeler/schemas/datadict/datadict.sch +share/pgmodeler/schemas/datadict/index.sch +share/pgmodeler/schemas/datadict/item.sch +share/pgmodeler/schemas/datadict/link.sch +share/pgmodeler/schemas/datadict/styles.sch +share/pgmodeler/schemas/datadict/table.sch +share/pgmodeler/schemas/datadict/view.sch share/pgmodeler/schemas/sql/ share/pgmodeler/schemas/sql/aggregate.sch share/pgmodeler/schemas/sql/cast.sch @@ -153,6 +176,9 @@ share/pgmodeler/schemas/sql/element.sch share/pgmodeler/schemas/sql/eventtrigger.sch share/pgmodeler/schemas/sql/excelement.sch share/pgmodeler/schemas/sql/extension.sch +share/pgmodeler/schemas/sql/foreigndatawrapper.sch +share/pgmodeler/schemas/sql/foreignserver.sch +share/pgmodeler/schemas/sql/foreigntable.sch share/pgmodeler/schemas/sql/function.sch share/pgmodeler/schemas/sql/genericsql.sch share/pgmodeler/schemas/sql/idxelement.sch @@ -162,6 +188,7 @@ share/pgmodeler/schemas/sql/opclass.sch share/pgmodeler/schemas/sql/operator.sch share/pgmodeler/schemas/sql/opfamily.sch share/pgmodeler/schemas/sql/parameter.sch +share/pgmodeler/schemas/sql/partitionkey.sch share/pgmodeler/schemas/sql/permission.sch share/pgmodeler/schemas/sql/policy.sch share/pgmodeler/schemas/sql/relationship.sch @@ -173,6 +200,7 @@ share/pgmodeler/schemas/sql/table.sch share/pgmodeler/schemas/sql/tablespace.sch share/pgmodeler/schemas/sql/trigger.sch share/pgmodeler/schemas/sql/typeattribute.sch +share/pgmodeler/schemas/sql/usermapping.sch share/pgmodeler/schemas/sql/usertype.sch share/pgmodeler/schemas/sql/view.sch share/pgmodeler/schemas/xml/ @@ -206,12 +234,16 @@ share/pgmodeler/schemas/xml/dtd/domain.dtd share/pgmodeler/schemas/xml/dtd/element.dtd share/pgmodeler/schemas/xml/dtd/eventtrigger.dtd share/pgmodeler/schemas/xml/dtd/extension.dtd +share/pgmodeler/schemas/xml/dtd/foreigndatawrapper.dtd +share/pgmodeler/schemas/xml/dtd/foreignserver.dtd +share/pgmodeler/schemas/xml/dtd/foreigntable.dtd share/pgmodeler/schemas/xml/dtd/function.dtd share/pgmodeler/schemas/xml/dtd/genericsql.dtd share/pgmodeler/schemas/xml/dtd/index.dtd share/pgmodeler/schemas/xml/dtd/label.dtd share/pgmodeler/schemas/xml/dtd/language.dtd share/pgmodeler/schemas/xml/dtd/metadata.dtd +share/pgmodeler/schemas/xml/dtd/object.dtd share/pgmodeler/schemas/xml/dtd/opclass.dtd share/pgmodeler/schemas/xml/dtd/operator.dtd share/pgmodeler/schemas/xml/dtd/opfamily.dtd @@ -227,12 +259,16 @@ share/pgmodeler/schemas/xml/dtd/tablespace.dtd share/pgmodeler/schemas/xml/dtd/tag.dtd share/pgmodeler/schemas/xml/dtd/textbox.dtd share/pgmodeler/schemas/xml/dtd/trigger.dtd +share/pgmodeler/schemas/xml/dtd/usermapping.dtd share/pgmodeler/schemas/xml/dtd/usertype.dtd share/pgmodeler/schemas/xml/dtd/view.dtd share/pgmodeler/schemas/xml/element.sch share/pgmodeler/schemas/xml/eventtrigger.sch share/pgmodeler/schemas/xml/excelement.sch share/pgmodeler/schemas/xml/extension.sch +share/pgmodeler/schemas/xml/foreigndatawrapper.sch +share/pgmodeler/schemas/xml/foreignserver.sch +share/pgmodeler/schemas/xml/foreigntable.sch share/pgmodeler/schemas/xml/function.sch share/pgmodeler/schemas/xml/genericsql.sch share/pgmodeler/schemas/xml/idxelement.sch @@ -246,11 +282,13 @@ share/pgmodeler/schemas/xml/opclass.sch share/pgmodeler/schemas/xml/operator.sch share/pgmodeler/schemas/xml/opfamily.sch share/pgmodeler/schemas/xml/parameter.sch +share/pgmodeler/schemas/xml/partitionkey.sch share/pgmodeler/schemas/xml/permission.sch share/pgmodeler/schemas/xml/policy.sch share/pgmodeler/schemas/xml/position.sch share/pgmodeler/schemas/xml/prependedsql.sch share/pgmodeler/schemas/xml/reference.sch +share/pgmodeler/schemas/xml/reftable.sch share/pgmodeler/schemas/xml/relationship.sch share/pgmodeler/schemas/xml/role.sch share/pgmodeler/schemas/xml/rule.sch @@ -263,5 +301,6 @@ share/pgmodeler/schemas/xml/tag.sch share/pgmodeler/schemas/xml/textbox.sch share/pgmodeler/schemas/xml/trigger.sch share/pgmodeler/schemas/xml/typeattribute.sch +share/pgmodeler/schemas/xml/usermapping.sch share/pgmodeler/schemas/xml/usertype.sch share/pgmodeler/schemas/xml/view.sch