Date: Sat, 11 Apr 2020 05:59:46 +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: r531400 - head/net-im/prosody Message-ID: <202004110559.03B5xkSQ007232@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Apr 11 05:59:46 2020 New Revision: 531400 URL: https://svnweb.freebsd.org/changeset/ports/531400 Log: net-im/prosody: Update to 0.11.5 - use https for the MASTER_SITES - remove non-working mirror ChangeLog: https://blog.prosody.im/prosody-0.11.5-released/ PR: 245040 Submitted by: Thomas Morper <thomas@beingboiled.info> (maintainer) Modified: head/net-im/prosody/Makefile head/net-im/prosody/distinfo Modified: head/net-im/prosody/Makefile ============================================================================== --- head/net-im/prosody/Makefile Sat Apr 11 05:53:17 2020 (r531399) +++ head/net-im/prosody/Makefile Sat Apr 11 05:59:46 2020 (r531400) @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= prosody -PORTVERSION= 0.11.4 -PORTREVISION= 1 +PORTVERSION= 0.11.5 CATEGORIES= net-im -MASTER_SITES= http://prosody.im/downloads/source/ \ - http://redundancy.redundancy.org/mirror/ +MASTER_SITES= https://prosody.im/downloads/source/ MAINTAINER= thomas@beingboiled.info COMMENT= Simple extensible XMPP server written in Lua Modified: head/net-im/prosody/distinfo ============================================================================== --- head/net-im/prosody/distinfo Sat Apr 11 05:53:17 2020 (r531399) +++ head/net-im/prosody/distinfo Sat Apr 11 05:59:46 2020 (r531400) @@ -1,3 +1,3 @@ -TIMESTAMP = 1581310037 -SHA256 (prosody-0.11.4.tar.gz) = b5f26fa343c7f32f6242721d6991cb35f5d2a28d2bf59d2bc329a940523704fd -SIZE (prosody-0.11.4.tar.gz) = 423518 +TIMESTAMP = 1585094580 +SHA256 (prosody-0.11.5.tar.gz) = 55f8bd65d5d2af61cc739bd6164e4207011e0d2d260cde583071c90d8d85408b +SIZE (prosody-0.11.5.tar.gz) = 425122
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004110559.03B5xkSQ007232>