diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-07-28 20:20:24 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-07-28 20:22:02 +0000 |
commit | 58cb3c8e9ed0c936cb7de3c8321774f25529b6ff (patch) | |
tree | eb873bc8055bd6aed0ba5c28b14c465a472fe66c | |
parent | ecd5bc39c55fa3d92f5cbf708956f550079b91e6 (diff) | |
download | ports-58cb3c8e9ed0c936cb7de3c8321774f25529b6ff.tar.gz ports-58cb3c8e9ed0c936cb7de3c8321774f25529b6ff.zip |
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
-rw-r--r-- | x11-toolkits/pango/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/pango/distinfo | 6 | ||||
-rw-r--r-- | 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 |