From owner-svn-ports-head@freebsd.org Thu Jul 30 06:51:27 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 68D0237AC2B; Thu, 30 Jul 2020 06:51:27 +0000 (UTC) (envelope-from lbartoletti@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BHLfl271dz3b3f; Thu, 30 Jul 2020 06:51:27 +0000 (UTC) (envelope-from lbartoletti@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2C34ED00E; Thu, 30 Jul 2020 06:51:27 +0000 (UTC) (envelope-from lbartoletti@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06U6pR6e062615; Thu, 30 Jul 2020 06:51:27 GMT (envelope-from lbartoletti@FreeBSD.org) Received: (from lbartoletti@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06U6pQ9W062613; Thu, 30 Jul 2020 06:51:26 GMT (envelope-from lbartoletti@FreeBSD.org) Message-Id: <202007300651.06U6pQ9W062613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lbartoletti set sender to lbartoletti@FreeBSD.org using -f From: =?UTF-8?Q?Lo=c3=afc_Bartoletti?= Date: Thu, 30 Jul 2020 06:51:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r543712 - head/databases/pgmodeler X-SVN-Group: ports-head X-SVN-Commit-Author: lbartoletti X-SVN-Commit-Paths: head/databases/pgmodeler X-SVN-Commit-Revision: 543712 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jul 2020 06:51:27 -0000 Author: lbartoletti Date: Thu Jul 30 06:51:26 2020 New Revision: 543712 URL: https://svnweb.freebsd.org/changeset/ports/543712 Log: databases/pgmodeler: Update to 0.9.3-beta Since Qt5.15 update, pgmodeler 0.9.2 crashes. A new release is coming, we can as well fix this crash and prepare for this release. - Update to 0.9.3-beta - Reorder and alphabetize USES Changelog: https://github.com/pgmodeler/pgmodeler/blob/develop/CHANGELOG.md Reported by: tcberner Approved by: tcberner (mentor) Differential Revision: D25877 Modified: head/databases/pgmodeler/Makefile head/databases/pgmodeler/distinfo head/databases/pgmodeler/pkg-plist Modified: head/databases/pgmodeler/Makefile ============================================================================== --- head/databases/pgmodeler/Makefile Thu Jul 30 06:50:24 2020 (r543711) +++ head/databases/pgmodeler/Makefile Thu Jul 30 06:51:26 2020 (r543712) @@ -2,8 +2,9 @@ # $FreeBSD$ PORTNAME= pgmodeler -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.3 DISTVERSIONPREFIX= v +DISTVERSIONSUFFIX= -beta CATEGORIES= databases MAINTAINER= lbartoletti@FreeBSD.org @@ -16,8 +17,9 @@ USES= compiler:c++11-lib gl gmake gnome pgsql pkgconf xorg USE_GITHUB= yes USE_GNOME= libxml2 -USE_QT= gui network sql svg printsupport widgets core buildtools_build uitools testlib USE_GL= gl +USE_QT= core gui network printsupport sql svg widgets testlib uitools \ + buildtools_build USE_XORG= x11 xext USE_LDCONFIG= yes Modified: head/databases/pgmodeler/distinfo ============================================================================== --- head/databases/pgmodeler/distinfo Thu Jul 30 06:50:24 2020 (r543711) +++ head/databases/pgmodeler/distinfo Thu Jul 30 06:51:26 2020 (r543712) @@ -1,3 +1,3 @@ -TIMESTAMP = 1577982760 -SHA256 (pgmodeler-pgmodeler-v0.9.2_GH0.tar.gz) = e7a2e6ee51b0fed55bf33baa02d6880d206a0f699668de598b1f0744a0e22259 -SIZE (pgmodeler-pgmodeler-v0.9.2_GH0.tar.gz) = 3930633 +TIMESTAMP = 1596015979 +SHA256 (pgmodeler-pgmodeler-v0.9.3-beta_GH0.tar.gz) = 4fd0ae4bf71ce1de5d2d881a247a5347788361b2f9be8e0556e2556db6c03baf +SIZE (pgmodeler-pgmodeler-v0.9.3-beta_GH0.tar.gz) = 3698476 Modified: head/databases/pgmodeler/pkg-plist ============================================================================== --- head/databases/pgmodeler/pkg-plist Thu Jul 30 06:50:24 2020 (r543711) +++ head/databases/pgmodeler/pkg-plist Thu Jul 30 06:51:26 2020 (r543712) @@ -1,6 +1,6 @@ bin/pgmodeler +bin/pgmodeler-ch bin/pgmodeler-cli -lib/pgmodeler/bin/pgmodeler-ch lib/pgmodeler/libobjrenderer.so lib/pgmodeler/libobjrenderer.so.1 lib/pgmodeler/libobjrenderer.so.1.0 @@ -136,6 +136,7 @@ lib/pgmodeler/libutils.so.1.0.0 %%DATADIR%%/schemas/catalog/index.sch %%DATADIR%%/schemas/catalog/language.sch %%DATADIR%%/schemas/catalog/notextobject.sch +%%DATADIR%%/schemas/catalog/objcount.sch %%DATADIR%%/schemas/catalog/opclass.sch %%DATADIR%%/schemas/catalog/operator.sch %%DATADIR%%/schemas/catalog/opfamily.sch @@ -208,6 +209,7 @@ lib/pgmodeler/libutils.so.1.0.0 %%DATADIR%%/schemas/xml/appendedsql.sch %%DATADIR%%/schemas/xml/basetype.sch %%DATADIR%%/schemas/xml/cast.sch +%%DATADIR%%/schemas/xml/changelog.sch %%DATADIR%%/schemas/xml/collation.sch %%DATADIR%%/schemas/xml/column.sch %%DATADIR%%/schemas/xml/comment.sch @@ -222,6 +224,7 @@ lib/pgmodeler/libutils.so.1.0.0 %%DATADIR%%/schemas/xml/dtd/baseelements.dtd %%DATADIR%%/schemas/xml/dtd/basetype.dtd %%DATADIR%%/schemas/xml/dtd/cast.dtd +%%DATADIR%%/schemas/xml/dtd/changelog.dtd %%DATADIR%%/schemas/xml/dtd/collation.dtd %%DATADIR%%/schemas/xml/dtd/column.dtd %%DATADIR%%/schemas/xml/dtd/constraint.dtd @@ -262,6 +265,7 @@ lib/pgmodeler/libutils.so.1.0.0 %%DATADIR%%/schemas/xml/dtd/usertype.dtd %%DATADIR%%/schemas/xml/dtd/view.dtd %%DATADIR%%/schemas/xml/element.sch +%%DATADIR%%/schemas/xml/entry.sch %%DATADIR%%/schemas/xml/eventtrigger.sch %%DATADIR%%/schemas/xml/excelement.sch %%DATADIR%%/schemas/xml/extension.sch