diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-04-15 04:40:51 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-04-15 04:48:54 +0000 |
commit | 04268f78bf232f126104ed770e6702a8a615b7b8 (patch) | |
tree | 1ebd453bf7e69c4b8fac0568cfec786ed8bcd959 | |
parent | a616aa1cf0bcad3f11101f3cc251d4bc1bc7a4c1 (diff) | |
download | ports-04268f78bf232f126104ed770e6702a8a615b7b8.tar.gz ports-04268f78bf232f126104ed770e6702a8a615b7b8.zip |
x11-toolkits/pango: update to 1.50.7
Changelog: https://gitlab.gnome.org/GNOME/pango/-/blob/1.50.7/NEWS
- coretext: Fix the build
- editing: Fix moving across paragraph boundaries in rtl
- layout: Try harder to survive without fonts
- Windows: Register a sans-serif font
- Windows: Try harder to load a font
-rw-r--r-- | x11-toolkits/pango/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/pango/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index ead147e0538a..27150bd8f774 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -1,8 +1,7 @@ # Created by: Maxim Sobolev <sobomax@FreeBSD.org> PORTNAME= pango -PORTVERSION= 1.50.6 -PORTREVISION= 1 +PORTVERSION= 1.50.7 CATEGORIES= x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -29,7 +28,7 @@ USE_GNOME= cairo glib20 introspection:build CPE_VENDOR= gnome VERSION= 1.8.0 -LIBVERSION= 0.5000.6 +LIBVERSION= 0.5000.7 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 71dc72409054..12e08ac66003 100644 --- a/x11-toolkits/pango/distinfo +++ b/x11-toolkits/pango/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1647663994 -SHA256 (gnome2/pango-1.50.6.tar.xz) = a998bcf36881c3ac20495d40bceb304f4eaa9175bd2967c85656434cbdafe86a -SIZE (gnome2/pango-1.50.6.tar.xz) = 4293168 +TIMESTAMP = 1649997067 +SHA256 (gnome2/pango-1.50.7.tar.xz) = 0477f369a3d4c695df7299a6989dc004756a7f4de27eecac405c6790b7e3ad33 +SIZE (gnome2/pango-1.50.7.tar.xz) = 4294752 |