Index: head/net-im/prosody/Makefile =================================================================== --- head/net-im/prosody/Makefile (revision 548179) +++ head/net-im/prosody/Makefile (revision 548180) @@ -1,58 +1,57 @@ # Created by: Andrew Lewis # $FreeBSD$ PORTNAME= prosody -PORTVERSION= 0.11.5 -PORTREVISION= 1 +PORTVERSION= 0.11.6 CATEGORIES= net-im MASTER_SITES= https://prosody.im/downloads/source/ MAINTAINER= thomas@beingboiled.info COMMENT= Simple extensible XMPP server written in Lua LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${LUA_REFMODLIBDIR}/socket/core.so:net/luasocket@${LUA_FLAVOR} \ ${LUA_REFMODLIBDIR}/ssl.so:security/luasec@${LUA_FLAVOR} \ ${LUA_REFMODLIBDIR}/lxp.so:textproc/luaexpat@${LUA_FLAVOR} \ ${LUA_REFMODLIBDIR}/lfs.so:devel/luafilesystem@${LUA_FLAVOR} \ ${LUA_REFMODLIBDIR}/bit.so:devel/lua-bitop@${LUA_FLAVOR} LIB_DEPENDS= libidn.so:dns/libidn USES= compiler:c11 cpe gmake lua:52 ssl LUA_PREMK= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix="${PREFIX}" \ --datadir="/var/db/prosody" \ --lua-version="${LUA_VER}" \ --lua-suffix="${LUA_VER_STR}" \ --with-lua-include="${LUA_INCDIR}" \ --with-lua-lib="${LUA_LIBDIR}" \ --with-random=arc4random \ --c-compiler="${CC}" \ --cflags="${CFLAGS}" \ --add-cflags="-fPIC -std=c99 -I${LOCALBASE}/include -I${OPENSSLINC}" \ --linker="${CC}" \ --ldflags="${LDFLAGS}" \ --add-ldflags="-shared -L${LOCALBASE}/lib -L${OPENSSLLIB}" \ --no-example-certs MAKEFILE= GNUmakefile USERS= prosody GROUPS= ${USERS} USE_RC_SUBR= prosody SUB_FILES= pkg-deinstall SUB_LIST= USERS=${USERS} GROUPS=${GROUPS} PLIST_SUB= PROSODY_USER=${USERS} \ PROSODY_USER_regex=\b${USERS}\b \ PROSODY_GROUP=${GROUPS} \ PROSODY_GROUP_regex=\b${GROUPS}\b post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/prosody/util/*.so @${MKDIR} ${STAGEDIR}/var/run/prosody @${RM} ${STAGEDIR}${ETCDIR}/certs/* .include Index: head/net-im/prosody/distinfo =================================================================== --- head/net-im/prosody/distinfo (revision 548179) +++ head/net-im/prosody/distinfo (revision 548180) @@ -1,3 +1,3 @@ -TIMESTAMP = 1585094580 -SHA256 (prosody-0.11.5.tar.gz) = 55f8bd65d5d2af61cc739bd6164e4207011e0d2d260cde583071c90d8d85408b -SIZE (prosody-0.11.5.tar.gz) = 425122 +TIMESTAMP = 1599685429 +SHA256 (prosody-0.11.6.tar.gz) = cda1db631c5f91f8439c66c9204dbf3bc41efd65313f7f5d3c88121ff9141755 +SIZE (prosody-0.11.6.tar.gz) = 425962 Index: head/net-im/prosody/files/patch-plugins_mod__http__files.lua =================================================================== --- head/net-im/prosody/files/patch-plugins_mod__http__files.lua (revision 548179) +++ head/net-im/prosody/files/patch-plugins_mod__http__files.lua (nonexistent) @@ -1,11 +0,0 @@ ---- plugins/mod_http_files.lua.orig 2020-01-19 15:50:32 UTC -+++ plugins/mod_http_files.lua -@@ -112,7 +112,7 @@ function serve(opts) - local last_modified = os_date('!%a, %d %b %Y %H:%M:%S GMT', attr.modification); - response_headers.last_modified = last_modified; - -- local etag = ('"%02x-%x-%x-%x"'):format(attr.dev or 0, attr.ino or 0, attr.size or 0, attr.modification or 0); -+ local etag = ('"%x-%x-%x"'):format(attr.change or 0, attr.size or 0, attr.modification or 0); - response_headers.etag = etag; - - local if_none_match = request_headers.if_none_match Property changes on: head/net-im/prosody/files/patch-plugins_mod__http__files.lua ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property