Date: Fri, 19 May 2017 07:26:24 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441211 - head/net-im/prosody-modules Message-ID: <201705190726.v4J7QOMa082700@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705190726.v4J7QOMa082700>