From owner-svn-ports-all@freebsd.org Fri May 19 07:26:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D3B0D738DD; Fri, 19 May 2017 07:26:25 +0000 (UTC) (envelope-from tcberner@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 mx1.freebsd.org (Postfix) with ESMTPS id 5CAE01F47; Fri, 19 May 2017 07:26:25 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4J7QOc5082702; Fri, 19 May 2017 07:26:24 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4J7QOMa082700; Fri, 19 May 2017 07:26:24 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201705190726.v4J7QOMa082700@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Fri, 19 May 2017 07:26:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441211 - head/net-im/prosody-modules X-SVN-Group: ports-head 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.23 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, 19 May 2017 07:26:25 -0000 Author: tcberner Date: Fri May 19 07:26:23 2017 New Revision: 441211 URL: https://svnweb.freebsd.org/changeset/ports/441211 Log: Update to newer tag. This fixes a bug, which made it impossible to send files. Reported by: Martin Sugioarto Approved by: rakuco (mentor, implicit) Modified: head/net-im/prosody-modules/Makefile head/net-im/prosody-modules/distinfo head/net-im/prosody-modules/pkg-plist Modified: head/net-im/prosody-modules/Makefile ============================================================================== --- head/net-im/prosody-modules/Makefile Fri May 19 05:36:09 2017 (r441210) +++ head/net-im/prosody-modules/Makefile Fri May 19 07:26:23 2017 (r441211) @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= prosody-modules -PORTVERSION= 20170414 +PORTVERSION= 20170512 CATEGORIES= net-im MASTER_SITES= https://hg.prosody.im/${PORTNAME}/archive/ \ LOCAL/tcberner/${PORTNAME}-${PORTVERSION} -DISTNAME= 39cb2a51e779 +DISTNAME= 9b43b7fc3558 DIST_SUBDIR= ${PORTNAME} MAINTAINER= tcberner@FreeBSD.org Modified: head/net-im/prosody-modules/distinfo ============================================================================== --- head/net-im/prosody-modules/distinfo Fri May 19 05:36:09 2017 (r441210) +++ head/net-im/prosody-modules/distinfo Fri May 19 07:26:23 2017 (r441211) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492200627 -SHA256 (prosody-modules/39cb2a51e779.tar.gz) = 5a08b34488603ae44b2c91621a4cd53cddd0b50744df10e859658f22a7e17a84 -SIZE (prosody-modules/39cb2a51e779.tar.gz) = 798178 +TIMESTAMP = 1495090738 +SHA256 (prosody-modules/9b43b7fc3558.tar.gz) = bfe31c924d866544b5d2a3727966ba0bfa8b4755bfc662c11d86bdec5b8d5e8e +SIZE (prosody-modules/9b43b7fc3558.tar.gz) = 799470 Modified: head/net-im/prosody-modules/pkg-plist ============================================================================== --- head/net-im/prosody-modules/pkg-plist Fri May 19 05:36:09 2017 (r441210) +++ head/net-im/prosody-modules/pkg-plist Fri May 19 07:26:23 2017 (r441211) @@ -1,4 +1,3 @@ -%%DOCSDIR%%/README %%INSTALLPATH%%/actions.lib.lua %%INSTALLPATH%%/conditions.lib.lua %%INSTALLPATH%%/datamanager_append_raw.lib.lua @@ -118,6 +117,7 @@ %%INSTALLPATH%%/mod_listusers.lua %%INSTALLPATH%%/mod_log_auth.lua %%INSTALLPATH%%/mod_log_events.lua +%%INSTALLPATH%%/mod_log_http.lua %%INSTALLPATH%%/mod_log_mark.lua %%INSTALLPATH%%/mod_log_messages_sql.lua %%INSTALLPATH%%/mod_log_rate.lua @@ -130,6 +130,7 @@ %%INSTALLPATH%%/mod_mamsub.lua %%INSTALLPATH%%/mod_manifesto.lua %%INSTALLPATH%%/mod_measure_cpu.lua +%%INSTALLPATH%%/mod_measure_malloc.lua %%INSTALLPATH%%/mod_measure_memory.lua %%INSTALLPATH%%/mod_measure_message_length.lua %%INSTALLPATH%%/mod_measure_storage.lua @@ -259,3 +260,4 @@ %%INSTALLPATH%%/test.lib.lua %%INSTALLPATH%%/top.lua %%INSTALLPATH%%/vcard.lib.lua +%%PORTDOCS%%%%DOCSDIR%%/README