From owner-svn-ports-all@freebsd.org Fri Oct 26 02:27:32 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F9D810D2A03; Fri, 26 Oct 2018 02:27:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 534547E25C; Fri, 26 Oct 2018 02:27:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 346611AA45; Fri, 26 Oct 2018 02:27:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9Q2RWex014603; Fri, 26 Oct 2018 02:27:32 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9Q2RVfL014601; Fri, 26 Oct 2018 02:27:31 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201810260227.w9Q2RVfL014601@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 26 Oct 2018 02:27:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482999 - head/net-im/talkatu X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/net-im/talkatu X-SVN-Commit-Revision: 482999 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2018 02:27:32 -0000 Author: swills Date: Fri Oct 26 02:27:31 2018 New Revision: 482999 URL: https://svnweb.freebsd.org/changeset/ports/482999 Log: net-im/talkatu: update to new snapshot While here, do some cleanup Modified: head/net-im/talkatu/Makefile (contents, props changed) head/net-im/talkatu/distinfo (contents, props changed) head/net-im/talkatu/pkg-plist (contents, props changed) Modified: head/net-im/talkatu/Makefile ============================================================================== --- head/net-im/talkatu/Makefile Fri Oct 26 02:18:22 2018 (r482998) +++ head/net-im/talkatu/Makefile Fri Oct 26 02:27:31 2018 (r482999) @@ -1,15 +1,18 @@ # $FreeBSD$ PORTNAME= talkatu -PORTVERSION= g2018092901 +PORTVERSION= g2018102501 CATEGORIES= net-im MASTER_SITES= https://bitbucket.org/rw_grim/talkatu/get/ -DISTNAME= 7cac4f444642 +DISTNAME= d8b7f2b0a9b4 DIST_SUBDIR= ${PORTNAME} MAINTAINER= swills@FreeBSD.org COMMENT= Collection of Gtk+ widgets that are useful for chat applications +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= help2man:misc/help2man \ gtkdoc-scan:textproc/gtk-doc LIB_DEPENDS= libgladeui-2.so:devel/glade \ @@ -17,9 +20,10 @@ LIB_DEPENDS= libgladeui-2.so:devel/glade \ libgumbo.so:devel/gumbo \ libcmark.so:textproc/cmark -USES= gettext-runtime meson pkgconfig +USES= gettext-runtime gnome meson pkgconfig + USE_LDCONFIG= yes -MESON_ARGS= -Dgobject-introspection=false -Dtests=false +MESON_ARGS= -Dtests=false WRKSRC= ${WRKDIR}/rw_grim-talkatu-${DISTNAME} USE_GNOME= glib20 gtk30 Modified: head/net-im/talkatu/distinfo ============================================================================== --- head/net-im/talkatu/distinfo Fri Oct 26 02:18:22 2018 (r482998) +++ head/net-im/talkatu/distinfo Fri Oct 26 02:27:31 2018 (r482999) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538939643 -SHA256 (talkatu/7cac4f444642.tar.gz) = 7602e2ba00c2827b40fcf1efed4875a6045adc1abe5424844dc36a0c742690a9 -SIZE (talkatu/7cac4f444642.tar.gz) = 126179 +TIMESTAMP = 1540520575 +SHA256 (talkatu/d8b7f2b0a9b4.tar.gz) = b9cf87ed27fd65e8f55e2d441ba346c8038d109129ea898fde3cdb36615c252b +SIZE (talkatu/d8b7f2b0a9b4.tar.gz) = 126341 Modified: head/net-im/talkatu/pkg-plist ============================================================================== --- head/net-im/talkatu/pkg-plist Fri Oct 26 02:18:22 2018 (r482998) +++ head/net-im/talkatu/pkg-plist Fri Oct 26 02:27:31 2018 (r482999) @@ -25,6 +25,7 @@ include/talkatu-1.0/talkatu/talkatuwholebuffer.h lib/libtalkatu.so lib/libtalkatu.so.0 lib/libtalkatu.so.0.1.0 +lib/girepository-1.0/Talkatu-0.0.typelib libdata/pkgconfig/talkatu.pc man/man1/talkatu-demo.1.gz %%PORTDOCS%%%%DOCSDIR%%/ChangeLog @@ -33,6 +34,7 @@ man/man1/talkatu-demo.1.gz %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/logo.png share/glade/catalogs/talkatu.xml +share/gir-1.0/Talkatu-0.0.gir share/gtk-doc/html/talkatu/API.html share/gtk-doc/html/talkatu/TalkatuActionGroup.html share/gtk-doc/html/talkatu/TalkatuBuffer.html