Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vte: update to 0.76.4 #25463

Merged
merged 1 commit into from
Aug 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions gnome/vte/Portfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0
PortGroup gitlab 1.0
PortGroup legacysupport 1.1
PortGroup meson 1.0

name vte
version 0.76.0
gitlab.instance https://gitlab.gnome.org
gitlab.setup GNOME vte 0.76.4
revision 0

categories gnome
Expand All @@ -20,16 +21,15 @@ long_description ${description} \
homepage https://wiki.gnome.org/Apps/Terminal/VTE

set branch [join [lrange [split $version .] 0 1] .]
master_sites gnome:sources/$name/$branch/
use_xz yes
use_bzip2 yes

# NOTE: macports-libcxx needed for std::bad_variant_access
legacysupport.newest_darwin_requires_legacy 16
legacysupport.use_mp_libcxx yes

checksums rmd160 c3a9fff12f5244d8c658dd22488608989921897a \
sha256 bbce30b8f504370b12d6439c07a82993e97d7e9afe2dd367817cd58ff029ffda \
size 956648
checksums rmd160 fcce3ff9b044853ed093dd6c304e5e9d5d766dea \
sha256 09dfba043112066f8002bc37757dd6f70b346ff30ed30f0701bebb186e465565 \
size 564972

# Disable unexpected download of subprojects
meson.wrap_mode nodownload
Expand Down