Date: Fri, 23 Sep 2022 01:37:52 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 13540dfc5076 - main - graphics/birdfont: Unbreak/Adopt/Update to 2.32.2 Message-ID: <202209230137.28N1bqn1044480@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=13540dfc5076a923745db73ce23b58fd627cc35e commit 13540dfc5076a923745db73ce23b58fd627cc35e Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2022-09-23 01:26:45 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-09-23 01:37:39 +0000 graphics/birdfont: Unbreak/Adopt/Update to 2.32.2 - Switch to MASTER_SITES ChangeLog: https://github.com/johanmattssonm/birdfont/compare/v2.29.6...v2.32.2 --- graphics/birdfont/Makefile | 20 +++++++------------- graphics/birdfont/distinfo | 6 +++--- graphics/birdfont/pkg-plist | 14 -------------- 3 files changed, 10 insertions(+), 30 deletions(-) diff --git a/graphics/birdfont/Makefile b/graphics/birdfont/Makefile index 426881bf8992..8c1518015291 100644 --- a/graphics/birdfont/Makefile +++ b/graphics/birdfont/Makefile @@ -1,20 +1,15 @@ PORTNAME= birdfont -DISTVERSIONPREFIX= v -DISTVERSION= 2.29.6 +DISTVERSION= 2.32.2 CATEGORIES= graphics x11-fonts +MASTER_SITES= https://birdfont.org/releases/ -MAINTAINER= ports@FreeBSD.org -COMMENT= Editor for vector graphics and TTF, OTF, EOT and SVG fonts +MAINTAINER= eduardo@FreeBSD.org +COMMENT= Font editor for creating fonts in TTF, EOT, SVG and BIRDFONT format WWW= https://birdfont.org/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/GPLv3.txt -# Seems to be a Vala problem: there is no string -# "BIRD_FONT_TEST_BIRD_FONT_NOT_STARTED" in the source code; -# there's only "NOT_STARTED". -BROKEN= build/libbirdfont/TestBirdFont.c:107:46: error: use of undeclared identifier 'BIRD_FONT_TEST_BIRD_FONT_NOT_STARTED' - BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}doit>0:devel/py-doit@${PY_FLAVOR} LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ @@ -25,10 +20,9 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ libxmlbird.so:textproc/libxmlbird -USES= compiler:c++11-lang gettext-tools gnome pkgconfig \ - python:3.7+,build shared-mime-info shebangfix sqlite:3 tar:xz vala:build -USE_GITHUB= yes -GH_ACCOUNT= johanmattssonm +USES= compiler:c++11-lang desktop-file-utils gettext-tools gnome \ + pkgconfig python:3.7+,build shared-mime-info shebangfix \ + sqlite:3 tar:xz vala:build USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 USE_LDCONFIG= yes SHEBANG_FILES= configure install.py diff --git a/graphics/birdfont/distinfo b/graphics/birdfont/distinfo index 55488a9b80c3..2f5bc1af62be 100644 --- a/graphics/birdfont/distinfo +++ b/graphics/birdfont/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1642688359 -SHA256 (johanmattssonm-birdfont-v2.29.6_GH0.tar.gz) = 5212b57b65b2b20cd343fe4595f4bb381a4c8f40a27c150f7cfc22bc1afe590e -SIZE (johanmattssonm-birdfont-v2.29.6_GH0.tar.gz) = 4754570 +TIMESTAMP = 1663883492 +SHA256 (birdfont-2.32.2.tar.xz) = 875dffec9108a9f2292a184fbc7db19468f909299c2eaa9a92618ec7d983d272 +SIZE (birdfont-2.32.2.tar.xz) = 2570524 diff --git a/graphics/birdfont/pkg-plist b/graphics/birdfont/pkg-plist index 20a7408645fd..008019722ee0 100644 --- a/graphics/birdfont/pkg-plist +++ b/graphics/birdfont/pkg-plist @@ -23,25 +23,11 @@ share/icons/hicolor/256x256/apps/birdfont.png share/icons/hicolor/48x48/apps/birdfont.png share/locale/cs/LC_MESSAGES/birdfont.mo share/locale/de/LC_MESSAGES/birdfont.mo -share/locale/el/LC_MESSAGES/birdfont.mo share/locale/es/LC_MESSAGES/birdfont.mo -share/locale/fi/LC_MESSAGES/birdfont.mo -share/locale/fr/LC_MESSAGES/birdfont.mo -share/locale/he/LC_MESSAGES/birdfont.mo -share/locale/id/LC_MESSAGES/birdfont.mo share/locale/it/LC_MESSAGES/birdfont.mo -share/locale/nb/LC_MESSAGES/birdfont.mo share/locale/nl/LC_MESSAGES/birdfont.mo -share/locale/oc/LC_MESSAGES/birdfont.mo -share/locale/pl/LC_MESSAGES/birdfont.mo -share/locale/pt/LC_MESSAGES/birdfont.mo share/locale/pt_BR/LC_MESSAGES/birdfont.mo -share/locale/ru/LC_MESSAGES/birdfont.mo -share/locale/sk/LC_MESSAGES/birdfont.mo -share/locale/sr/LC_MESSAGES/birdfont.mo share/locale/sv/LC_MESSAGES/birdfont.mo -share/locale/tr/LC_MESSAGES/birdfont.mo -share/locale/uk/LC_MESSAGES/birdfont.mo share/man/man1/birdfont-autotrace.1.gz share/man/man1/birdfont-export.1.gz share/man/man1/birdfont-import.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209230137.28N1bqn1044480>