From owner-svn-ports-head@freebsd.org Mon Feb 26 18:50:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A361F3A4CA; Mon, 26 Feb 2018 18:50:28 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 06D2982E58; Mon, 26 Feb 2018 18:50:28 +0000 (UTC) (envelope-from madpilot@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 D79151F405; Mon, 26 Feb 2018 18:50:27 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QIoRfW009814; Mon, 26 Feb 2018 18:50:27 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QIoRF6009808; Mon, 26 Feb 2018 18:50:27 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201802261850.w1QIoRF6009808@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 26 Feb 2018 18:50:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463036 - in head/devel: geany geany-plugin-latex geany-plugins geany-plugins/files X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in head/devel: geany geany-plugin-latex geany-plugins geany-plugins/files X-SVN-Commit-Revision: 463036 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.25 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, 26 Feb 2018 18:50:28 -0000 Author: madpilot Date: Mon Feb 26 18:50:27 2018 New Revision: 463036 URL: https://svnweb.freebsd.org/changeset/ports/463036 Log: - Update geany and its plugins to 1.33 Modified: head/devel/geany-plugin-latex/pkg-plist head/devel/geany-plugins/distinfo head/devel/geany-plugins/files/bsd.geany-plugins.mk head/devel/geany/Makefile head/devel/geany/distinfo Modified: head/devel/geany-plugin-latex/pkg-plist ============================================================================== --- head/devel/geany-plugin-latex/pkg-plist Mon Feb 26 18:48:15 2018 (r463035) +++ head/devel/geany-plugin-latex/pkg-plist Mon Feb 26 18:50:27 2018 (r463036) @@ -1,21 +1,21 @@ -lib/geany/geanylatex.so -%%DOCSDIR%%/geanylatex/AUTHORS -%%DOCSDIR%%/geanylatex/COPYING -%%DOCSDIR%%/geanylatex/ChangeLog -%%DOCSDIR%%/geanylatex/NEWS -%%DOCSDIR%%/geanylatex/README -%%DOCSDIR%%/geanylatex/bibtex_reference.png -%%DOCSDIR%%/geanylatex/geanylatex.css -%%DOCSDIR%%/geanylatex/geanylatex.html -%%DOCSDIR%%/geanylatex/geanylatex.pdf -%%DOCSDIR%%/geanylatex/geanylatex.tex -%%DOCSDIR%%/geanylatex/geanylatex2.html -%%DOCSDIR%%/geanylatex/geanylatex3.html -%%DOCSDIR%%/geanylatex/geanylatex4.html -%%DOCSDIR%%/geanylatex/insert_environment.png -%%DOCSDIR%%/geanylatex/insert_label.png -%%DOCSDIR%%/geanylatex/insert_reference.png -%%DOCSDIR%%/geanylatex/insert_usepackage.png -%%DOCSDIR%%/geanylatex/latexwizard.png -%%DOCSDIR%%/geanylatex/plugin_manager.png -%%DOCSDIR%%/geanylatex/toolbar.png +lib/geany/latex.so +%%DOCSDIR%%/latex/AUTHORS +%%DOCSDIR%%/latex/COPYING +%%DOCSDIR%%/latex/ChangeLog +%%DOCSDIR%%/latex/NEWS +%%DOCSDIR%%/latex/README +%%DOCSDIR%%/latex/bibtex_reference.png +%%DOCSDIR%%/latex/latex.css +%%DOCSDIR%%/latex/latex.html +%%DOCSDIR%%/latex/latex.pdf +%%DOCSDIR%%/latex/latex.tex +%%DOCSDIR%%/latex/latex2.html +%%DOCSDIR%%/latex/latex3.html +%%DOCSDIR%%/latex/latex4.html +%%DOCSDIR%%/latex/insert_environment.png +%%DOCSDIR%%/latex/insert_label.png +%%DOCSDIR%%/latex/insert_reference.png +%%DOCSDIR%%/latex/insert_usepackage.png +%%DOCSDIR%%/latex/latexwizard.png +%%DOCSDIR%%/latex/plugin_manager.png +%%DOCSDIR%%/latex/toolbar.png Modified: head/devel/geany-plugins/distinfo ============================================================================== --- head/devel/geany-plugins/distinfo Mon Feb 26 18:48:15 2018 (r463035) +++ head/devel/geany-plugins/distinfo Mon Feb 26 18:50:27 2018 (r463036) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511181457 -SHA256 (geany-plugins-1.32.tar.bz2) = 78d4b394fe22fda298e80a22616421efdd4a419eb227b99eadca73f65abac117 -SIZE (geany-plugins-1.32.tar.bz2) = 3282526 +TIMESTAMP = 1519649178 +SHA256 (geany-plugins-1.33.tar.bz2) = 12825739e2c3caefbc1ad57e62f1e4f691af8db8368f173aa84c43dffb4503a2 +SIZE (geany-plugins-1.33.tar.bz2) = 3299641 Modified: head/devel/geany-plugins/files/bsd.geany-plugins.mk ============================================================================== --- head/devel/geany-plugins/files/bsd.geany-plugins.mk Mon Feb 26 18:48:15 2018 (r463035) +++ head/devel/geany-plugins/files/bsd.geany-plugins.mk Mon Feb 26 18:50:27 2018 (r463036) @@ -1,6 +1,6 @@ # $FreeBSD$ -GEANY_VER= 1.32 +GEANY_VER= 1.33 GEANY_PLUGINS_ALL= addons \ autoclose \ automark \ @@ -95,7 +95,7 @@ ctags_DIR= geanyctags extrasel_DIR= geanyextrasel gendoc_DIR= geanygendoc insertnum_DIR= geanyinsertnum -latex_DIR= geanylatex +latex_DIR= latex lipsum_DIR= lipsum lua_DIR= geanylua macro_DIR= geanymacro Modified: head/devel/geany/Makefile ============================================================================== --- head/devel/geany/Makefile Mon Feb 26 18:48:15 2018 (r463035) +++ head/devel/geany/Makefile Mon Feb 26 18:50:27 2018 (r463036) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= geany -PORTVERSION= 1.32 +PORTVERSION= 1.33 CATEGORIES= devel editors MASTER_SITES= http://download.geany.org/ SF Modified: head/devel/geany/distinfo ============================================================================== --- head/devel/geany/distinfo Mon Feb 26 18:48:15 2018 (r463035) +++ head/devel/geany/distinfo Mon Feb 26 18:50:27 2018 (r463036) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511181283 -SHA256 (geany-1.32.tar.bz2) = 8b7be10b95d0614eb07f845ba2280f7c026eacd5739d8fac4d5d26606f8c3c2d -SIZE (geany-1.32.tar.bz2) = 4341296 +TIMESTAMP = 1519649030 +SHA256 (geany-1.33.tar.bz2) = 66baaff43f12caebcf0efec9a5533044dc52837f799c73a1fd7312caa86099c2 +SIZE (geany-1.33.tar.bz2) = 4106409