Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Apr 2021 00:32:00 GMT
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fd8d2f591138 - main - x11-toolkits/vte3: Update to 0.64.0
Message-ID:  <202104090032.1390W0WM056616@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fd8d2f591138b2e7bf7583350f0c4ae5bdc9d045

commit fd8d2f591138b2e7bf7583350f0c4ae5bdc9d045
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2021-04-09 00:31:39 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2021-04-09 00:31:39 +0000

    x11-toolkits/vte3: Update to 0.64.0
    
    Differential Revision:  https://reviews.freebsd.org/D29611
---
 x11-toolkits/vte3/Makefile  | 7 ++++---
 x11-toolkits/vte3/distinfo  | 6 +++---
 x11-toolkits/vte3/pkg-plist | 5 ++++-
 3 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/x11-toolkits/vte3/Makefile b/x11-toolkits/vte3/Makefile
index 0d23f8e745d2..a02367e84e11 100644
--- a/x11-toolkits/vte3/Makefile
+++ b/x11-toolkits/vte3/Makefile
@@ -1,8 +1,7 @@
 # Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
 
 PORTNAME=	vte
-PORTVERSION=	0.62.1
-PORTREVISION=	2
+PORTVERSION=	0.64.0
 CATEGORIES=	x11-toolkits gnome
 MASTER_SITES=	GNOME
 PKGNAMESUFFIX=	3
@@ -23,7 +22,7 @@ LIB_DEPENDS=	libgnutls.so:security/gnutls \
 PORTSCOUT=	limitw:1,even
 
 USES=		compiler:c++11-lang gettext gnome localbase meson \
-		pkgconfig tar:xz
+		pkgconfig python:3.6+ tar:bzip2
 USE_LDCONFIG=	yes
 USE_GNOME=	cairo gdkpixbuf2 gtk30 introspection:build
 
@@ -38,4 +37,6 @@ MESON_ARGS=	-Da11y=true \
 
 PLIST_SUB=	VERSION=2.91
 
+BINARY_ALIAS=	python3=${PYTHON_CMD}
+
 .include <bsd.port.mk>
diff --git a/x11-toolkits/vte3/distinfo b/x11-toolkits/vte3/distinfo
index 5bdfb02bc31c..919e5b277e2a 100644
--- a/x11-toolkits/vte3/distinfo
+++ b/x11-toolkits/vte3/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1602278158
-SHA256 (gnome/vte-0.62.1.tar.xz) = c369e87c0c8284e09109d0a9aac821f543558f51c0cb9c7acfff3df64153308d
-SIZE (gnome/vte-0.62.1.tar.xz) = 444672
+TIMESTAMP = 1617738363
+SHA256 (gnome/vte-0.64.0.tar.bz2) = f4e7580f1a315ae6b68d0aa9758a47ce999ac7bfdbfca3571c8b94ec881b22cf
+SIZE (gnome/vte-0.64.0.tar.bz2) = 486550
diff --git a/x11-toolkits/vte3/pkg-plist b/x11-toolkits/vte3/pkg-plist
index 66e74c0aa9e1..812aa40b31fc 100644
--- a/x11-toolkits/vte3/pkg-plist
+++ b/x11-toolkits/vte3/pkg-plist
@@ -14,10 +14,13 @@ include/vte-%%VERSION%%/vte/vteversion.h
 lib/girepository-1.0/Vte-%%VERSION%%.typelib
 lib/libvte-%%VERSION%%.so
 lib/libvte-%%VERSION%%.so.0
-lib/libvte-%%VERSION%%.so.0.6200.1
+lib/libvte-%%VERSION%%.so.0.6400.0
 libdata/pkgconfig/vte-%%VERSION%%.pc
 libexec/vte-urlencode-cwd
 share/gir-1.0/Vte-%%VERSION%%.gir
+share/glade/catalogs/vte-%%VERSION%%.xml
+share/glade/pixmaps/hicolor/16x16/actions/widget-vte-terminal.png
+share/glade/pixmaps/hicolor/22x22/actions/widget-vte-terminal.png
 share/locale/am/LC_MESSAGES/vte-%%VERSION%%.mo
 share/locale/an/LC_MESSAGES/vte-%%VERSION%%.mo
 share/locale/ang/LC_MESSAGES/vte-%%VERSION%%.mo



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