Date: Thu, 28 Jul 2022 20:22:10 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 58cb3c8e9ed0 - main - x11-toolkits/pango: update to 1.50.8 release (+) Message-ID: <202207282022.26SKMAl8005442@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=58cb3c8e9ed0c936cb7de3c8321774f25529b6ff commit 58cb3c8e9ed0c936cb7de3c8321774f25529b6ff Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-07-28 20:20:24 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-07-28 20:22:02 +0000 x11-toolkits/pango: update to 1.50.8 release (+) - Add some properties to fontmap and family - Fix handling of ligature carets in mixed directions Changelog: https://gitlab.gnome.org/GNOME/pango/-/blob/1.50.8/NEWS With hat: desktop --- x11-toolkits/pango/Makefile | 4 ++-- x11-toolkits/pango/distinfo | 6 +++--- x11-toolkits/pango/pkg-plist | 4 ++++ 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index 96a09ea93362..457b0ae269a2 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -1,5 +1,5 @@ PORTNAME= pango -PORTVERSION= 1.50.7 +PORTVERSION= 1.50.8 CATEGORIES= x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -26,7 +26,7 @@ USE_GNOME= cairo glib20 introspection:build CPE_VENDOR= gnome VERSION= 1.8.0 -LIBVERSION= 0.5000.7 +LIBVERSION= 0.5000.8 PLIST_SUB+= VERSION=${VERSION} LIBVERSION=${LIBVERSION} FONTSCALE= ${LOCALBASE}/share/fonts/TTF/luximb.ttf diff --git a/x11-toolkits/pango/distinfo b/x11-toolkits/pango/distinfo index 12e08ac66003..31ed7073a9d6 100644 --- a/x11-toolkits/pango/distinfo +++ b/x11-toolkits/pango/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1649997067 -SHA256 (gnome2/pango-1.50.7.tar.xz) = 0477f369a3d4c695df7299a6989dc004756a7f4de27eecac405c6790b7e3ad33 -SIZE (gnome2/pango-1.50.7.tar.xz) = 4294752 +TIMESTAMP = 1659039021 +SHA256 (gnome2/pango-1.50.8.tar.xz) = cf626f59dd146c023174c4034920e9667f1d25ac2c1569516d63136c311255fa +SIZE (gnome2/pango-1.50.8.tar.xz) = 4298760 diff --git a/x11-toolkits/pango/pkg-plist b/x11-toolkits/pango/pkg-plist index 341cc3298db5..62cc8843c3b6 100644 --- a/x11-toolkits/pango/pkg-plist +++ b/x11-toolkits/pango/pkg-plist @@ -606,6 +606,10 @@ libdata/pkgconfig/pangoot.pc %%PORTDOCS%%share/doc/Pango/pango_fonts.html %%PORTDOCS%%share/doc/Pango/pango_markup.html %%PORTDOCS%%share/doc/Pango/pango_rendering.html +%%PORTDOCS%%share/doc/Pango/property.FontFamily.item-type.html +%%PORTDOCS%%share/doc/Pango/property.FontFamily.n-items.html +%%PORTDOCS%%share/doc/Pango/property.FontMap.item-type.html +%%PORTDOCS%%share/doc/Pango/property.FontMap.n-items.html %%PORTDOCS%%share/doc/Pango/pipeline-dark.png %%PORTDOCS%%share/doc/Pango/pipeline-light.png %%PORTDOCS%%share/doc/Pango/rects1.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207282022.26SKMAl8005442>