Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2019 15:32:47 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513963 - head/devel/libvterm
Message-ID:  <201910071532.x97FWlua013042@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910071532.x97FWlua013042>