Skip to content

Commit

Permalink
pango: update to 1.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaso committed Nov 29, 2024
1 parent c85b3b6 commit 190d81e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 63 deletions.
14 changes: 4 additions & 10 deletions x11/pango/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ name pango
conflicts pango-devel
set my_name pango
epoch 1
version 1.52.2
version 1.55.0
revision 0
checksums rmd160 3d24f18df1639172bde594761bf9afca2e86ca98 \
sha256 d0076afe01082814b853deec99f9349ece5f2ce83908b8e58ff736b41f78a96b \
size 1963588
checksums rmd160 e1a860f279fb352f41b95c7987e4cab678906945 \
sha256 a2c17a8dc459a7267b8b167bb149d23ff473b6ff9d5972bee047807ee2220ccf \
size 2098352

set branch [join [lrange [split ${version} .] 0 1] .]
categories x11
Expand All @@ -35,11 +35,6 @@ long_description The goal of the Pango project is to provide an \
# Disable unexpected download of subprojects
meson.wrap_mode nodownload

# Ensure build doesn't pull in any examples or tests, unless explicitly enabled.
# And while this is arguably an improvement, upstream may or may not accept.
# Merge Request: https://gitlab.gnome.org/GNOME/pango/-/merge_requests/732
patchfiles-append patch-meson-examples-tests.diff

depends_build-append \
path:lib/pkgconfig/gobject-introspection-1.0.pc:gobject-introspection \
port:help2man \
Expand All @@ -59,7 +54,6 @@ configure.args-append \
-Dfreetype=enabled \
-Dintrospection=enabled \
-Dlibthai=disabled \
-Dinstall-tests=false \
-Dxft=disabled

if { [string match *clang* ${configure.compiler}] } {
Expand Down
53 changes: 0 additions & 53 deletions x11/pango/files/patch-meson-examples-tests.diff

This file was deleted.

0 comments on commit 190d81e

Please sign in to comment.