diff options
author | tcberner <tcberner@FreeBSD.org> | 2017-05-19 15:26:23 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2017-05-19 15:26:23 +0800 |
commit | ac767da62517fe4c8c61dac298cadb737021b6b0 (patch) | |
tree | 268aace2132468ab1672a17e027ad7d281bbce41 /net-im | |
parent | 96bfeafc14c5e62d0369e9ee203297f8e3ed46c8 (diff) | |
download | freebsd-ports-gnome-ac767da62517fe4c8c61dac298cadb737021b6b0.tar.gz freebsd-ports-gnome-ac767da62517fe4c8c61dac298cadb737021b6b0.tar.zst freebsd-ports-gnome-ac767da62517fe4c8c61dac298cadb737021b6b0.zip |
Update to newer tag.
This fixes a bug, which made it impossible to send files.
Reported by: Martin Sugioarto
Approved by: rakuco (mentor, implicit)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/prosody-modules/Makefile | 4 | ||||
-rw-r--r-- | net-im/prosody-modules/distinfo | 6 | ||||
-rw-r--r-- | net-im/prosody-modules/pkg-plist | 4 |
3 files changed, 8 insertions, 6 deletions
diff --git a/net-im/prosody-modules/Makefile b/net-im/prosody-modules/Makefile index 77ba8bb35a91..7ee2bdf68efc 100644 --- a/net-im/prosody-modules/Makefile +++ b/net-im/prosody-modules/Makefile @@ -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 diff --git a/net-im/prosody-modules/distinfo b/net-im/prosody-modules/distinfo index 5fe2176f0f32..898ce4562a78 100644 --- a/net-im/prosody-modules/distinfo +++ b/net-im/prosody-modules/distinfo @@ -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 diff --git a/net-im/prosody-modules/pkg-plist b/net-im/prosody-modules/pkg-plist index 04b28034ed66..5278e882bac9 100644 --- a/net-im/prosody-modules/pkg-plist +++ b/net-im/prosody-modules/pkg-plist @@ -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 |