From owner-svn-ports-head@freebsd.org Mon Oct 7 15:32:48 2019 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 DF2E513273F; Mon, 7 Oct 2019 15:32:48 +0000 (UTC) (envelope-from adamw@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) server-signature RSA-PSS (4096 bits) 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 46n4HN4wbRz4BRd; Mon, 7 Oct 2019 15:32:48 +0000 (UTC) (envelope-from adamw@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 7231118BB8; Mon, 7 Oct 2019 15:32:48 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x97FWms2013045; Mon, 7 Oct 2019 15:32:48 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x97FWlua013042; Mon, 7 Oct 2019 15:32:47 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201910071532.x97FWlua013042@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 7 Oct 2019 15:32:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513963 - head/devel/libvterm X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/devel/libvterm X-SVN-Commit-Revision: 513963 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.29 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, 07 Oct 2019 15:32:48 -0000 Author: adamw Date: Mon Oct 7 15:32:47 2019 New Revision: 513963 URL: https://svnweb.freebsd.org/changeset/ports/513963 Log: libvterm: Update to 0.1.1 and change upstream source Previously, we were using a neovim-maintained fork of upstream, which these days is essentially a staging group before being merged to the official repo. Releases come from the official upstream, though, so this commit tracks that instead of cherry-picking from the neovim repo. While here, mark perl as being test-only. PR: 240698 Submitted by: checo175 secmailpro Approved by: maintainer Modified: head/devel/libvterm/Makefile head/devel/libvterm/distinfo head/devel/libvterm/pkg-plist Modified: head/devel/libvterm/Makefile ============================================================================== --- head/devel/libvterm/Makefile Mon Oct 7 15:27:34 2019 (r513962) +++ head/devel/libvterm/Makefile Mon Oct 7 15:32:47 2019 (r513963) @@ -2,8 +2,9 @@ # $FreeBSD$ PORTNAME= libvterm -PORTVERSION= git20161218 +PORTVERSION= 0.1.1 CATEGORIES= devel +MASTER_SITES= https://launchpad.net/libvterm/trunk/v0.1/+download/ MAINTAINER= dem.procopiou@gmail.com COMMENT= Implementation of a VT220/xterm/ECMA-48 terminal emulator @@ -11,13 +12,10 @@ COMMENT= Implementation of a VT220/xterm/ECMA-48 termi LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USE_GITHUB= yes -GH_ACCOUNT= neovim -GH_TAGNAME= 224b8dc - USES= gmake libtool:build pathfix perl5 PATHFIX_MAKEFILEIN= Makefile USE_LDCONFIG= yes +USE_PERL5= test MAKE_ARGS= PREFIX=${PREFIX} post-install: Modified: head/devel/libvterm/distinfo ============================================================================== --- head/devel/libvterm/distinfo Mon Oct 7 15:27:34 2019 (r513962) +++ head/devel/libvterm/distinfo Mon Oct 7 15:32:47 2019 (r513963) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486211176 -SHA256 (neovim-libvterm-git20161218-224b8dc_GH0.tar.gz) = e52605bba2813efb32a948b02694860238d60ff4147eacc7389cf78963666406 -SIZE (neovim-libvterm-git20161218-224b8dc_GH0.tar.gz) = 67257 +TIMESTAMP = 1570461042 +SHA256 (libvterm-0.1.1.tar.gz) = 9bb88e7c67ea0ac5a0f8d1df3f432d3865e5ff36a778e9a2b34a58aba857b5d8 +SIZE (libvterm-0.1.1.tar.gz) = 69044 Modified: head/devel/libvterm/pkg-plist ============================================================================== --- head/devel/libvterm/pkg-plist Mon Oct 7 15:27:34 2019 (r513962) +++ head/devel/libvterm/pkg-plist Mon Oct 7 15:32:47 2019 (r513963) @@ -6,5 +6,5 @@ include/vterm_keycodes.h lib/libvterm.a lib/libvterm.so lib/libvterm.so.0 -lib/libvterm.so.0.0.0 +lib/libvterm.so.0.0.1 libdata/pkgconfig/vterm.pc