aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorey Halpin <chalpin@cs.wisc.edu>2023-03-13 17:48:46 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-03-14 16:24:26 +0000
commit057a71685813a24ff7bfdf6a5f4275b0e43f09cb (patch)
tree2df42e505786e04d680c9c28ee745ee587beb8b5
parent6c0af0260675e214c64f01ca87053934ee6f666e (diff)
downloadports-057a71685813a24ff7bfdf6a5f4275b0e43f09cb.tar.gz
ports-057a71685813a24ff7bfdf6a5f4275b0e43f09cb.zip
net-im/matterircd: Update to 0.27.0
ChangeLog: https://github.com/42wim/matterircd/releases/tag/v0.27.0 New features * mastodon: Add mastodon support Enhancement * general: Add support for syntax highlighted code blocks * mastodon: Add support for posting on timeline * mattermost: Remove backwards compatibility support of last saved at state * mattermost: Add support for tilde fenced code blocks * mattermost: Reduce extra call to Mattermost server for files link Bugfix * irc: Fix splitting of lines for ACTIONs * irc: Ignore when our user status is "offline" * irc: Ignore special channels (&users and &messages) * irc: Remove unnecessary topic setting on channel join * irc: Remove extra new lines showing in debug logging * irc: Only remove from channel for channels we're in on channel_deleted * irc: Set correct IRC PRIVMSG nick for file events too * irc: Ensure colon present for empty messages per IRC protocol/spec * irc: Only flip between away and online when actually away or not * irc: Add basic support for syntax highlighting in code blocks * mattermost: Remove support for mattermost 5 * mattermost: Handle replies to posts part of threadst * mattermost: Reduce calls to Mattermost server by caching replies PR: 270123 Reported by: chalpin@cs.wisc.edu (maintainer)
-rw-r--r--net-im/matterircd/Makefile3
-rw-r--r--net-im/matterircd/distinfo6
2 files changed, 4 insertions, 5 deletions
diff --git a/net-im/matterircd/Makefile b/net-im/matterircd/Makefile
index 6d0cc0a72d93..a4656457a49e 100644
--- a/net-im/matterircd/Makefile
+++ b/net-im/matterircd/Makefile
@@ -1,7 +1,6 @@
PORTNAME= matterircd
DISTVERSIONPREFIX= v
-DISTVERSION= 0.26.1
-PORTREVISION= 5
+DISTVERSION= 0.27.0
CATEGORIES= net-im irc
MAINTAINER= chalpin@cs.wisc.edu
diff --git a/net-im/matterircd/distinfo b/net-im/matterircd/distinfo
index 67030c197216..120600c272b9 100644
--- a/net-im/matterircd/distinfo
+++ b/net-im/matterircd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1668795131
-SHA256 (42wim-matterircd-v0.26.1_GH0.tar.gz) = 025d0dc7ef12902ad64e92c7e7a2a612a488310ef4154f712d835386eede5bf9
-SIZE (42wim-matterircd-v0.26.1_GH0.tar.gz) = 4760653
+TIMESTAMP = 1678565610
+SHA256 (42wim-matterircd-v0.27.0_GH0.tar.gz) = f1a4bc836473459bf97fde2abcdbc45dccbf51af619b4a051f4202ac9b15ebe7
+SIZE (42wim-matterircd-v0.27.0_GH0.tar.gz) = 5582215