From owner-svn-ports-all@freebsd.org Fri Mar 16 07:24:13 2018 Return-Path: Delivered-To: svn-ports-all@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 221F2F56C4F; Fri, 16 Mar 2018 07:24:13 +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.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 CB20B70478; Fri, 16 Mar 2018 07:24:12 +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 C61D521110; Fri, 16 Mar 2018 07:24:12 +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 w2G7OCrd026840; Fri, 16 Mar 2018 07:24:12 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2G7OCNF026835; Fri, 16 Mar 2018 07:24:12 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803160724.w2G7OCNF026835@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 16 Mar 2018 07:24:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464656 - in head: devel/libtermkey devel/unibilium editors/neovim X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: devel/libtermkey devel/unibilium editors/neovim X-SVN-Commit-Revision: 464656 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Mar 2018 07:24:13 -0000 Author: yuri Date: Fri Mar 16 07:24:11 2018 New Revision: 464656 URL: https://svnweb.freebsd.org/changeset/ports/464656 Log: devel/unibilium: Update to 2.0.0 * Change to DISTVERSION * Bump devel/libtermkey, editors/neovim editors/neovim fails on 12amd64 before and after this change PR: 226638 Submitted by: chuck@tuffli.net (maintainer) Modified: head/devel/libtermkey/Makefile head/devel/unibilium/Makefile head/devel/unibilium/distinfo head/devel/unibilium/pkg-plist head/editors/neovim/Makefile Modified: head/devel/libtermkey/Makefile ============================================================================== --- head/devel/libtermkey/Makefile Fri Mar 16 06:46:37 2018 (r464655) +++ head/devel/libtermkey/Makefile Fri Mar 16 07:24:11 2018 (r464656) @@ -3,6 +3,7 @@ PORTNAME= libtermkey PORTVERSION= 0.20 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.leonerd.org.uk/code/libtermkey/ Modified: head/devel/unibilium/Makefile ============================================================================== --- head/devel/unibilium/Makefile Fri Mar 16 06:46:37 2018 (r464655) +++ head/devel/unibilium/Makefile Fri Mar 16 07:24:11 2018 (r464656) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= unibilium -PORTVERSION= 1.2.1 DISTVERSIONPREFIX= v +DISTVERSION= 2.0.0 CATEGORIES= devel MAINTAINER= chuck@tuffli.net @@ -13,10 +13,8 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LGPLv3 USES= gmake libtool:build pathfix perl5 pkgconfig - USE_GITHUB= yes GH_ACCOUNT= mauke - PATHFIX_MAKEFILEIN= Makefile USE_PERL5= build USE_LDCONFIG= yes Modified: head/devel/unibilium/distinfo ============================================================================== --- head/devel/unibilium/distinfo Fri Mar 16 06:46:37 2018 (r464655) +++ head/devel/unibilium/distinfo Fri Mar 16 07:24:11 2018 (r464656) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504652849 -SHA256 (mauke-unibilium-v1.2.1_GH0.tar.gz) = 6045b4f6adca7b1123284007675ca71f718f70942d3a93d8b9fa5bd442006ec1 -SIZE (mauke-unibilium-v1.2.1_GH0.tar.gz) = 94966 +TIMESTAMP = 1521128443 +SHA256 (mauke-unibilium-v2.0.0_GH0.tar.gz) = 78997d38d4c8177c60d3d0c1aa8c53fd0806eb21825b7b335b1768d7116bc1c1 +SIZE (mauke-unibilium-v2.0.0_GH0.tar.gz) = 112570 Modified: head/devel/unibilium/pkg-plist ============================================================================== --- head/devel/unibilium/pkg-plist Fri Mar 16 06:46:37 2018 (r464655) +++ head/devel/unibilium/pkg-plist Fri Mar 16 07:24:11 2018 (r464656) @@ -1,8 +1,8 @@ include/unibilium.h lib/libunibilium.a lib/libunibilium.so -lib/libunibilium.so.0 -lib/libunibilium.so.0.3.1 +lib/libunibilium.so.4 +lib/libunibilium.so.4.0.0 libdata/pkgconfig/unibilium.pc man/man3/unibi_add_ext_bool.3.gz man/man3/unibi_add_ext_num.3.gz Modified: head/editors/neovim/Makefile ============================================================================== --- head/editors/neovim/Makefile Fri Mar 16 06:46:37 2018 (r464655) +++ head/editors/neovim/Makefile Fri Mar 16 07:24:11 2018 (r464656) @@ -4,6 +4,7 @@ PORTNAME= neovim DISTVERSIONPREFIX= v DISTVERSION= 0.2.2 +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= gor@clogic.com.ua