From owner-svn-ports-head@freebsd.org Mon Sep 28 03:31:00 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 0CEB83F3E2D; Mon, 28 Sep 2020 03:31:00 +0000 (UTC) (envelope-from yuri@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 4C07Ml6SsZz3Wqp; Mon, 28 Sep 2020 03:30:59 +0000 (UTC) (envelope-from yuri@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 C242D174E3; Mon, 28 Sep 2020 03:30:59 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08S3UxBE043423; Mon, 28 Sep 2020 03:30:59 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08S3UxIt043421; Mon, 28 Sep 2020 03:30:59 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202009280330.08S3UxIt043421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 28 Sep 2020 03:30:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550392 - head/graphics/xournalpp X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/graphics/xournalpp X-SVN-Commit-Revision: 550392 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: Mon, 28 Sep 2020 03:31:00 -0000 Author: yuri Date: Mon Sep 28 03:30:58 2020 New Revision: 550392 URL: https://svnweb.freebsd.org/changeset/ports/550392 Log: graphics/xournalpp: Update 1.0.18.20200922 -> 1.0.18.20200927 Modified: head/graphics/xournalpp/Makefile head/graphics/xournalpp/distinfo head/graphics/xournalpp/pkg-plist Modified: head/graphics/xournalpp/Makefile ============================================================================== --- head/graphics/xournalpp/Makefile Mon Sep 28 02:38:13 2020 (r550391) +++ head/graphics/xournalpp/Makefile Mon Sep 28 03:30:58 2020 (r550392) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xournalpp -DISTVERSION= 1.0.18.20200922 +DISTVERSION= 1.0.18.20200927 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org @@ -17,7 +17,7 @@ LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib USES= cmake compiler:c++11-lang gettext-tools gnome pkgconfig xorg USE_GITHUB= yes -GH_TAGNAME= d537f173f5b7fa4ad0a13301127803e676c52f5b +GH_TAGNAME= 307d67f02d00c7c9305cc609736d49e2f54961d3 USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 libxml2 pango USE_XORG= x11 xi USE_TEX= latex Modified: head/graphics/xournalpp/distinfo ============================================================================== --- head/graphics/xournalpp/distinfo Mon Sep 28 02:38:13 2020 (r550391) +++ head/graphics/xournalpp/distinfo Mon Sep 28 03:30:58 2020 (r550392) @@ -1,3 +1,3 @@ -TIMESTAMP = 1600824182 -SHA256 (xournalpp-xournalpp-1.0.18.20200922-d537f173f5b7fa4ad0a13301127803e676c52f5b_GH0.tar.gz) = 42e878a905045b043dd866b8d000635792ad054414c95e45c8b33c9ddf60db29 -SIZE (xournalpp-xournalpp-1.0.18.20200922-d537f173f5b7fa4ad0a13301127803e676c52f5b_GH0.tar.gz) = 15356889 +TIMESTAMP = 1601262103 +SHA256 (xournalpp-xournalpp-1.0.18.20200927-307d67f02d00c7c9305cc609736d49e2f54961d3_GH0.tar.gz) = 173f4f042d426906bda33e72c75fa1acc8ba3ec1eb7216c92f2355dea63e938f +SIZE (xournalpp-xournalpp-1.0.18.20200927-307d67f02d00c7c9305cc609736d49e2f54961d3_GH0.tar.gz) = 15358607 Modified: head/graphics/xournalpp/pkg-plist ============================================================================== --- head/graphics/xournalpp/pkg-plist Mon Sep 28 02:38:13 2020 (r550391) +++ head/graphics/xournalpp/pkg-plist Mon Sep 28 03:30:58 2020 (r550392) @@ -161,6 +161,7 @@ share/locale/zh_TW/LC_MESSAGES/xournalpp.mo %%DATADIR%%/ui/settings.glade %%DATADIR%%/ui/settingsButtonConfig.glade %%DATADIR%%/ui/settingsDeviceClassConfig.glade +%%DATADIR%%/ui/settingsLanguageConfig.glade %%DATADIR%%/ui/texdialog.glade %%DATADIR%%/ui/toolbar.ini %%DATADIR%%/ui/toolbarCustomizeDialog.glade