Date: Mon, 29 Aug 2022 11:07:21 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: 65d1ee2176f8 - main - net-im/telepathy-glib: update to 0.24.2 maintenance release (+) Message-ID: <202208291107.27TB7LPT065021@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=65d1ee2176f83f3b001f52d46299c1801bc553b4 commit 65d1ee2176f83f3b001f52d46299c1801bc553b4 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-08-29 11:05:48 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-08-29 11:05:48 +0000 net-im/telepathy-glib: update to 0.24.2 maintenance release (+) Major changes are: • Port build tools to Python 3 • Update and fix tests for Python 3 Changelog: https://github.com/TelepathyIM/telepathy-glib/blob/telepathy-glib-0.24.2/NEWS --- net-im/telepathy-glib/Makefile | 7 ++++--- net-im/telepathy-glib/distinfo | 5 +++-- net-im/telepathy-glib/pkg-plist | 5 +++-- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/net-im/telepathy-glib/Makefile b/net-im/telepathy-glib/Makefile index 4185a86b6e5c..5c883885541f 100644 --- a/net-im/telepathy-glib/Makefile +++ b/net-im/telepathy-glib/Makefile @@ -1,6 +1,5 @@ PORTNAME= telepathy-glib -PORTVERSION= 0.24.1 -PORTREVISION= 3 +PORTVERSION= 0.24.2 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ @@ -10,11 +9,13 @@ COMMENT= GLib utility library for the Telepathy framework LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= vapigen:lang/vala LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib +RUN_DEPENDS= vapigen:lang/vala PORTSCOUT= limitw:1,even -USES= gmake gnome libtool pathfix pkgconfig python:build vala:lib +USES= gmake gnome libtool pathfix pkgconfig python:build USE_GNOME= glib20 introspection:build libxslt:build USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/net-im/telepathy-glib/distinfo b/net-im/telepathy-glib/distinfo index 58d67d4c1e77..f0e0f0afb4b9 100644 --- a/net-im/telepathy-glib/distinfo +++ b/net-im/telepathy-glib/distinfo @@ -1,2 +1,3 @@ -SHA256 (telepathy-glib-0.24.1.tar.gz) = 9e0df1d8f857e0270cf0b32e2d1ca5a24aa7282873361785d573f72ad7f7d5eb -SIZE (telepathy-glib-0.24.1.tar.gz) = 3898149 +TIMESTAMP = 1659085853 +SHA256 (telepathy-glib-0.24.2.tar.gz) = b0a374d771cdd081125f38c3abd079657642301c71a543d555e2bf21919273f0 +SIZE (telepathy-glib-0.24.2.tar.gz) = 3855853 diff --git a/net-im/telepathy-glib/pkg-plist b/net-im/telepathy-glib/pkg-plist index 23025de25966..15356e434de2 100644 --- a/net-im/telepathy-glib/pkg-plist +++ b/net-im/telepathy-glib/pkg-plist @@ -160,7 +160,6 @@ include/telepathy-1.0/telepathy-glib/tls-certificate-rejection.h include/telepathy-1.0/telepathy-glib/tls-certificate.h include/telepathy-1.0/telepathy-glib/util.h include/telepathy-1.0/telepathy-glib/variant-util.h -include/telepathy-1.0/telepathy-glib/verify.h include/telepathy-1.0/telepathy-glib/version.h lib/girepository-1.0/TelepathyGLib-0.12.typelib lib/libtelepathy-glib.a @@ -207,9 +206,10 @@ share/gtk-doc/html/telepathy-glib/ch-service-handles.html share/gtk-doc/html/telepathy-glib/ch-utilities.html share/gtk-doc/html/telepathy-glib/home.png share/gtk-doc/html/telepathy-glib/index.html -share/gtk-doc/html/telepathy-glib/index.sgml share/gtk-doc/html/telepathy-glib/left.png +share/gtk-doc/html/telepathy-glib/left-insensitive.png share/gtk-doc/html/telepathy-glib/right.png +share/gtk-doc/html/telepathy-glib/right-insensitive.png share/gtk-doc/html/telepathy-glib/style.css share/gtk-doc/html/telepathy-glib/telepathy-glib-TpContactsMixin.html share/gtk-doc/html/telepathy-glib/telepathy-glib-TpGroupMixin.html @@ -353,5 +353,6 @@ share/gtk-doc/html/telepathy-glib/telepathy-glib-variant-util.html share/gtk-doc/html/telepathy-glib/telepathy-glib-version.html share/gtk-doc/html/telepathy-glib/telepathy-glib.devhelp2 share/gtk-doc/html/telepathy-glib/up.png +share/gtk-doc/html/telepathy-glib/up-insensitive.png share/vala/vapi/telepathy-glib.deps share/vala/vapi/telepathy-glib.vapi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208291107.27TB7LPT065021>