Date: Sun, 5 Jan 2020 05:41:50 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r522110 - in head/editors/parinfer-rust: . files Message-ID: <202001050541.0055fooJ008354@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sun Jan 5 05:41:50 2020 New Revision: 522110 URL: https://svnweb.freebsd.org/changeset/ports/522110 Log: editors/parinfer-rust: Update to v0.4.2 Changes: https://github.com/eraserhd/parinfer-rust/blob/v0.4.2/CHANGELOG.adoc Modified: head/editors/parinfer-rust/Makefile head/editors/parinfer-rust/distinfo head/editors/parinfer-rust/files/patch-plugin_parinfer.vim Modified: head/editors/parinfer-rust/Makefile ============================================================================== --- head/editors/parinfer-rust/Makefile Sun Jan 5 05:32:07 2020 (r522109) +++ head/editors/parinfer-rust/Makefile Sun Jan 5 05:41:50 2020 (r522110) @@ -2,8 +2,7 @@ PORTNAME= parinfer-rust DISTVERSIONPREFIX= v -DISTVERSION= 0.4.0 -PORTREVISION= 3 +DISTVERSION= 0.4.2 CATEGORIES= editors MAINTAINER= tobik@FreeBSD.org Modified: head/editors/parinfer-rust/distinfo ============================================================================== --- head/editors/parinfer-rust/distinfo Sun Jan 5 05:32:07 2020 (r522109) +++ head/editors/parinfer-rust/distinfo Sun Jan 5 05:41:50 2020 (r522110) @@ -1,4 +1,4 @@ -TIMESTAMP = 1569125044 +TIMESTAMP = 1578199850 SHA256 (rust/crates/aho-corasick-0.7.3.tar.gz) = e6f484ae0c99fec2e858eb6134949117399f222608d84cadb3f58c1f97c2364c SIZE (rust/crates/aho-corasick-0.7.3.tar.gz) = 55093 SHA256 (rust/crates/ansi_term-0.11.0.tar.gz) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b @@ -177,5 +177,5 @@ SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0 SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998 SHA256 (rust/crates/wincolor-1.0.1.tar.gz) = 561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba SIZE (rust/crates/wincolor-1.0.1.tar.gz) = 4737 -SHA256 (eraserhd-parinfer-rust-v0.4.0_GH0.tar.gz) = 5d2ba306c9814fc6a8e5c7f0e101ccb88b1a8e15b7c09a98796f32515bbd851d -SIZE (eraserhd-parinfer-rust-v0.4.0_GH0.tar.gz) = 285104 +SHA256 (eraserhd-parinfer-rust-v0.4.2_GH0.tar.gz) = 5eba5ea5c6536fdbdab74187a6b277b31bcc3018b98bea1221b9360b9547134f +SIZE (eraserhd-parinfer-rust-v0.4.2_GH0.tar.gz) = 288256 Modified: head/editors/parinfer-rust/files/patch-plugin_parinfer.vim ============================================================================== --- head/editors/parinfer-rust/files/patch-plugin_parinfer.vim Sun Jan 5 05:32:07 2020 (r522109) +++ head/editors/parinfer-rust/files/patch-plugin_parinfer.vim Sun Jan 5 05:41:50 2020 (r522110) @@ -1,4 +1,4 @@ ---- plugin/parinfer.vim.orig 2019-01-26 15:56:17 UTC +--- plugin/parinfer.vim.orig 2020-01-04 23:58:23 UTC +++ plugin/parinfer.vim @@ -9,6 +9,10 @@ if !exists('g:parinfer_force_balance') endif @@ -8,6 +8,6 @@ +endif + +if !exists('g:parinfer_dylib_path') + let s:libdir = expand('<sfile>:p:h:h') . '/target/release' if has('macunix') - let g:parinfer_dylib_path = expand('<sfile>:p:h:h'). '/target/release/libparinfer_rust.dylib' - elseif has('unix') + let g:parinfer_dylib_path = s:libdir . '/libparinfer_rust.dylib'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001050541.0055fooJ008354>