1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Update to newer tag.

This fixes a bug, which made it impossible to send files.

Reported by:	Martin Sugioarto
Approved by:	rakuco (mentor, implicit)
This commit is contained in:
Tobias C. Berner 2017-05-19 07:26:23 +00:00
parent bf7597f457
commit 5c986d6bd0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441211
3 changed files with 8 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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