notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
matterircd IRC bridge for Mattermost and Slack
0.28.0_4 net-im on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.28.0_4Version of this port present on the latest quarterly branch.
Maintainer: chalpin@cs.wisc.edu search for ports maintained by this maintainer
Port Added: 2018-03-31 15:35:38
Last Update: 2024-04-15 08:20:04
Commit Hash: 32b2846
People watching this port, also watch:: json-c, sysinfo, python, miller
Also Listed In: irc
License: MIT
WWW:
https://github.com/42wim/matterircd
Description:
Minimal IRC server which integrates with Mattermost and Slack. Connect to your local/remote Mattermost installation or to Slack via your IRC-client.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (8 items)
Collapse this list.
  1. /usr/local/share/licenses/matterircd-0.28.0_4/catalog.mk
  2. /usr/local/share/licenses/matterircd-0.28.0_4/LICENSE
  3. /usr/local/share/licenses/matterircd-0.28.0_4/MIT
  4. @sample etc/matterircd.toml.sample
  5. bin/matterircd
  6. @owner
  7. @group
  8. @mode
Collapse this list.
Dependency lines:
  • matterircd>0:net-im/matterircd
To install the port:
cd /usr/ports/net-im/matterircd/ && make install clean
To add the package, run one of these commands:
  • pkg install net-im/matterircd
  • pkg install matterircd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: matterircd
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: aarch64 amd64 armv6 armv7 i386 riscv64
distinfo:
TIMESTAMP = 1698499843 SHA256 (42wim-matterircd-v0.28.0_GH0.tar.gz) = a23a1ac6a5dda8aa0a25261b6a5ce1084b63b626fe65cb94e8581c8bb0482c64 SIZE (42wim-matterircd-v0.28.0_GH0.tar.gz) = 5479705

Packages (timestamps in pop-ups are UTC):
matterircd
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.28.0_30.28.0_4-0.28.0_30.28.0_4---
FreeBSD:13:quarterly0.28.0_30.28.0_4-0.28.0_30.28.0_4---
FreeBSD:14:latest0.28.0_30.28.0_4-0.28.0_30.28.0_4---
FreeBSD:14:quarterly0.28.0_10.28.0_4-0.28.0_10.28.0_4---
FreeBSD:15:latest0.28.0_20.28.0_4n/a0.28.0_2n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go121 : lang/go121
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net-im_matterircd
USES:
go:modules
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/42wim/matterircd/tar.gz/v0.28.0?dummy=/
Collapse this list.
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2021-01-14
    Affects: users of net-im/matterircd
    Author: norrland@nullbyte.se
    Reason: 
      Commandline switches
    
      Switched to viper for cmdline parsing, which does not support "short" flags.
      You'll need to use --flag instead of -flag. Eg ./matterircd --debug
      Bridge specific configuration is now only in configuration file. This means
      the following flags have been removed: -restrict,-mmteam,-mmserver,
      -mminsecure,-mmskiptlsverify.
      You can set those in matterircd.toml, see the example file.
    
      Config changes
    
      BlacklistUser feature for slack has been renamed to DenyUsers.
      JoinMpImOnTalk feature has been renamed to JoinDM and is available for
      slack/mattermost
      JoinInclude, JoinExclude now support regexp (see matterircd.toml.example)
    
    

Number of commits found: 52

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.28.0_4
15 Apr 2024 08:20:04
commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go121 update

MFH:		2024Q2
0.28.0_3
24 Mar 2024 14:29:00
commit hash: a5a000df3b3697665460dbfbafe7120e306d8913commit hash: a5a000df3b3697665460dbfbafe7120e306d8913commit hash: a5a000df3b3697665460dbfbafe7120e306d8913commit hash: a5a000df3b3697665460dbfbafe7120e306d8913 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/go: Change DEFAULT to 1.21

PR:		277776
Approved by:	portmgr (exp-run)
0.28.0_2
11 Feb 2024 10:39:17
commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump PORTREVISION after lang/go* update

PR:		276530
0.28.0_1
07 Dec 2023 02:22:10
commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump PORTREVISION after lang/go* update

PR:		274405
0.28.0
03 Nov 2023 21:09:42
commit hash: 98b3ddc6498547373b0420d41881e00752f7091fcommit hash: 98b3ddc6498547373b0420d41881e00752f7091fcommit hash: 98b3ddc6498547373b0420d41881e00752f7091fcommit hash: 98b3ddc6498547373b0420d41881e00752f7091f files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Corey Halpin
net-im/matterircd: 0.28.0

Changelog: https://github.com/42wim/matterircd/releases/tag/v0.28.0

PR:		274797
0.27.1_1
08 Sep 2023 14:34:56
commit hash: 8e4bc57934f0611f59a2bfca1ddbab781572ead3commit hash: 8e4bc57934f0611f59a2bfca1ddbab781572ead3commit hash: 8e4bc57934f0611f59a2bfca1ddbab781572ead3commit hash: 8e4bc57934f0611f59a2bfca1ddbab781572ead3 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go* update
0.27.1
09 Aug 2023 13:01:27
commit hash: 15f94b0da5bebb53af02b829b9a2c74078adbcc4commit hash: 15f94b0da5bebb53af02b829b9a2c74078adbcc4commit hash: 15f94b0da5bebb53af02b829b9a2c74078adbcc4commit hash: 15f94b0da5bebb53af02b829b9a2c74078adbcc4 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Corey Halpin
net-im/matterircd: update to 0.27.1

Changelog: https://github.com/42wim/matterircd/releases/tag/v0.27.1

PR:		273003
0.27.0_2
04 Aug 2023 14:24:50
commit hash: 09b993031a3b38ba8c33639ca40c1e3d69de67fccommit hash: 09b993031a3b38ba8c33639ca40c1e3d69de67fccommit hash: 09b993031a3b38ba8c33639ca40c1e3d69de67fccommit hash: 09b993031a3b38ba8c33639ca40c1e3d69de67fc files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{119,120} update
0.27.0_1
08 Apr 2023 15:13:25
commit hash: ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912commit hash: ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912commit hash: ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912commit hash: ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{119,120} update
0.27.0
27 Mar 2023 11:25:01
commit hash: 779b2335f5cbac2a200f33591e93e1521e562d50commit hash: 779b2335f5cbac2a200f33591e93e1521e562d50commit hash: 779b2335f5cbac2a200f33591e93e1521e562d50commit hash: 779b2335f5cbac2a200f33591e93e1521e562d50 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
net-im/matterircd: enable on riscv64

Builds fine.

Sponsored by:	Berliner Linux User Group e.V.
Approved by:	portmgr (build fix blanket)
0.27.0
14 Mar 2023 16:24:26
commit hash: 057a71685813a24ff7bfdf6a5f4275b0e43f09cbcommit hash: 057a71685813a24ff7bfdf6a5f4275b0e43f09cbcommit hash: 057a71685813a24ff7bfdf6a5f4275b0e43f09cbcommit hash: 057a71685813a24ff7bfdf6a5f4275b0e43f09cb files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
Author: Corey Halpin
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.26.1_5
09 Mar 2023 19:18:07
commit hash: 09079730e9ca1d59129935a6046cbb7ee5e4a93dcommit hash: 09079730e9ca1d59129935a6046cbb7ee5e4a93dcommit hash: 09079730e9ca1d59129935a6046cbb7ee5e4a93dcommit hash: 09079730e9ca1d59129935a6046cbb7ee5e4a93d files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after Go ports update
0.26.1_4
15 Feb 2023 19:06:01
commit hash: 56b5ec772f679a600dabe41622c1350594628286commit hash: 56b5ec772f679a600dabe41622c1350594628286commit hash: 56b5ec772f679a600dabe41622c1350594628286commit hash: 56b5ec772f679a600dabe41622c1350594628286 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{119,120} update
0.26.1_3
09 Feb 2023 21:55:23
commit hash: 2297efc51b0f75d25389b742048fb7e9b2d96f0dcommit hash: 2297efc51b0f75d25389b742048fb7e9b2d96f0dcommit hash: 2297efc51b0f75d25389b742048fb7e9b2d96f0dcommit hash: 2297efc51b0f75d25389b742048fb7e9b2d96f0d files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after GO_DEFAULT update.
0.26.1_2
14 Jan 2023 11:31:17
commit hash: 3b383d833aadb5e3e89d8ee3db1fef37ac239af6commit hash: 3b383d833aadb5e3e89d8ee3db1fef37ac239af6commit hash: 3b383d833aadb5e3e89d8ee3db1fef37ac239af6commit hash: 3b383d833aadb5e3e89d8ee3db1fef37ac239af6 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTVERSION after lang/go{118,119} update
0.26.1_1
11 Dec 2022 11:17:27
commit hash: d9ad1002d517a618a299e45ae70075f2cfc66d2acommit hash: d9ad1002d517a618a299e45ae70075f2cfc66d2acommit hash: d9ad1002d517a618a299e45ae70075f2cfc66d2acommit hash: d9ad1002d517a618a299e45ae70075f2cfc66d2a files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{118,119} update
0.26.1
02 Dec 2022 07:01:57
commit hash: d84430390ffc225f3969d2fe3cd76ad3ad26dd4ccommit hash: d84430390ffc225f3969d2fe3cd76ad3ad26dd4ccommit hash: d84430390ffc225f3969d2fe3cd76ad3ad26dd4ccommit hash: d84430390ffc225f3969d2fe3cd76ad3ad26dd4c files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
Author: Julien Dessaux
net-im/matterircd: Fix wrong statup options in rc file

PR:		256042
Reported by:	julien.dessaux@adyxax.org
Approved by:	norrland@nullbyte.se (maintainer)
0.26.1
22 Nov 2022 06:54:06
commit hash: c87d3bd183e03b44d2c3f9bfd8c6ddd710620956commit hash: c87d3bd183e03b44d2c3f9bfd8c6ddd710620956commit hash: c87d3bd183e03b44d2c3f9bfd8c6ddd710620956commit hash: c87d3bd183e03b44d2c3f9bfd8c6ddd710620956 files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
Author: Corey Halpin
net-im/matterircd: Update to 0.26.1

Submitter becomes maintainer. Already maintainer of several ports.

ChangeLog: https://github.com/42wim/matterircd/releases/tag/v0.26.1

 * Update matterircd.toml.example
 * mattermost: Reduce UpdateChannelsTeam() calls
 * mattermost: Add support for the Matterpoll plugin
 * mattermost: Update matterclient vendor/fix fetching list of channels
 * mattermost: Fallback to use API for getting channel data when not in the
   cache
 * mattermost: Fix "key required" crash when channel ID can't be found

PR:		267865
Reported by:	chalpin@cs.wisc.edu
Approved by:	norrland@nullbyte.se (maintainer)
0.26.0
08 Nov 2022 16:44:45
commit hash: 07b08f309322728db448e787787e69e11bf0dcf9commit hash: 07b08f309322728db448e787787e69e11bf0dcf9commit hash: 07b08f309322728db448e787787e69e11bf0dcf9commit hash: 07b08f309322728db448e787787e69e11bf0dcf9 files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
Author: Corey Halpin
net-im/matterircd: Update to 0.26.0

ChangeLog: https://github.com/42wim/matterircd/releases/tag/v0.26.0

New features
    general: Add support for IRCv3 Client Capability Negotiation
    mattermost: Support mattermost 7
    mattermost: Add new thread context to show both Mattermost
	thread/parent/root and post IDs see ThreadContext in
	matterircd.toml.example

Enhancement
    general: Add systemd service unit example
    general: Fix small typo on docker parameter
    mattermost: Do not split message on newlines
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.25.1_5
06 Oct 2022 19:24:26
commit hash: bde51869ee0206eeaa2849d8ef28b14da59727a3commit hash: bde51869ee0206eeaa2849d8ef28b14da59727a3commit hash: bde51869ee0206eeaa2849d8ef28b14da59727a3commit hash: bde51869ee0206eeaa2849d8ef28b14da59727a3 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{118,119} update
0.25.1_4
08 Sep 2022 16:33:18
commit hash: f05c98fffb232735c05ba30d43fb279085b813d7commit hash: f05c98fffb232735c05ba30d43fb279085b813d7commit hash: f05c98fffb232735c05ba30d43fb279085b813d7commit hash: f05c98fffb232735c05ba30d43fb279085b813d7 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{118,119} update
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.25.1_3
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.25.1_3
03 Aug 2022 21:35:13
commit hash: 4476f89764d3ee73d216c2d56df149e8d4c62c24commit hash: 4476f89764d3ee73d216c2d56df149e8d4c62c24commit hash: 4476f89764d3ee73d216c2d56df149e8d4c62c24commit hash: 4476f89764d3ee73d216c2d56df149e8d4c62c24 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after Go update

Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
0.25.1_2
14 Jul 2022 12:46:05
commit hash: 153cb65ac8a05356245dd09d1ff48c2a6afafc5acommit hash: 153cb65ac8a05356245dd09d1ff48c2a6afafc5acommit hash: 153cb65ac8a05356245dd09d1ff48c2a6afafc5acommit hash: 153cb65ac8a05356245dd09d1ff48c2a6afafc5a files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{117,118} update
0.25.1_1
07 Jun 2022 21:56:10
commit hash: 309cdeccd802bb370a42e80cc4468da17c8dab35commit hash: 309cdeccd802bb370a42e80cc4468da17c8dab35commit hash: 309cdeccd802bb370a42e80cc4468da17c8dab35commit hash: 309cdeccd802bb370a42e80cc4468da17c8dab35 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
*/*: Bump port revisons after lang/go{117,118} update
0.25.1
21 May 2022 16:09:20
commit hash: ec324a89a4f030ea3ab9e58e1ae8e804b6bb2d75commit hash: ec324a89a4f030ea3ab9e58e1ae8e804b6bb2d75commit hash: ec324a89a4f030ea3ab9e58e1ae8e804b6bb2d75commit hash: ec324a89a4f030ea3ab9e58e1ae8e804b6bb2d75 files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
Author: Corey Halpin
net-im/matterircd: Update to 0.25.1

ChangeLog: https://github.com/42wim/matterircd/blob/master/changelog.md

PR:		264126
0.25.0_1
30 Mar 2022 07:01:44
commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653 files touched by this commit
Guangyuan Yang (ygy) search for other commits by this committer
*/*: Bump PORTREVISION after lang/go 1.18 update
0.25.0
09 Dec 2021 18:59:40
commit hash: 07cbc65d84e61364498dc164e80493cfba588d56commit hash: 07cbc65d84e61364498dc164e80493cfba588d56commit hash: 07cbc65d84e61364498dc164e80493cfba588d56commit hash: 07cbc65d84e61364498dc164e80493cfba588d56 files touched by this commit
Dries Michiels (driesm) search for other commits by this committer
Author: Corey Halpin
net-im/matterircd: Update to 0.25.0

Changes:		https://github.com/42wim/matterircd/releases/tag/v0.25.0
PR:			260221
Approved by:		0mp (mentor), norrland@nullbyte.se (maintainer)
Differential Revision:	https://reviews.freebsd.org/D33303
0.24.2
15 Jun 2021 01:51:43
commit hash: 78aec37abda3b05b4712116ba437707041e0b107commit hash: 78aec37abda3b05b4712116ba437707041e0b107commit hash: 78aec37abda3b05b4712116ba437707041e0b107commit hash: 78aec37abda3b05b4712116ba437707041e0b107 files touched by this commit
Guangyuan Yang (ygy) search for other commits by this committer
Author: norrland
net-im/matterircd: Update to 0.24.2

PR:		256595
Approved by:	lwhsu (mentor, implicit)
0.24.0
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.24.0
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
0.24.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.24.0
29 Mar 2021 12:27:52
Revision:569465Original commit files touched by this commit
rhurlin search for other commits by this committer
net-im/matterircd: Update to 0.24.0

Changelog: https://github.com/42wim/matterircd/releases/tag/v0.24.0

PR:		254545
Submitted by:	Corey Halpin <chalpin@cs.wisc.edu>
Approved by:	norrland@nullbyte.se (maintainer)
0.23.1
01 Mar 2021 20:04:45
Revision:566904Original commit files touched by this commit
rhurlin search for other commits by this committer
net-im/matterircd: Update to 0.23.1

Changelog: https://github.com/42wim/matterircd/blob/master/changelog.md

PR:		253940
Submitted by:	Corey Halpin <chalpin@cs.wisc.edu>
0.22.0
14 Jan 2021 16:49:26
Revision:561572Original commit files touched by this commit
mikael search for other commits by this committer
net-im/matterircd: Update to 0.22.0

PR:		252668
Submitted by:	norrland@nullbyte.se
0.19.4
10 Jun 2020 19:03:58
Revision:538429Original commit files touched by this commit
mikael search for other commits by this committer
net-im/matterircd: fix build on aarch64

Approved by:	portmgr (tier-2 blanket)
0.19.4
06 Apr 2020 17:24:21
Revision:530895Original commit files touched by this commit
mikael search for other commits by this committer
net-im/matterircd: update to 0.19.4

PR:		245213
Approved by:	norrland@nullbyte.se (maintainer)
0.19.2_1
24 Feb 2020 19:07:57
Revision:527037Original commit files touched by this commit
mikael search for other commits by this committer
net-im/matterircd: unbreak on aarch64

It builds fine on aarch64

PR:		243819
Approved by:	norrland@nullbyte.se (maintainer), manu (mentor)
0.19.2_1
16 Nov 2019 12:52:40
Revision:517745Original commit files touched by this commit
dmgk search for other commits by this committer
Bump PORTREVISION after r517743 to force relinking.

Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D21854
0.19.2
17 Aug 2019 02:02:13
Revision:509134Original commit files touched by this commit
yuri search for other commits by this committer
net-im/matterircd: Switch to USES=go:modules, fix build with go1.13

PR:		239883
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	portmgr (unbreak with the upcoming go1.13)
0.19.2
29 Jun 2019 03:51:14
Revision:505321Original commit files touched by this commit
tobik search for other commits by this committer
Convert all Go ports to USES=go

This allows for port testing with lang/go-devel via GO_PORT, setting
up the Go build environment in a single place, and is step one in
simplifying Go ports that often define too complicated do-build
targets themselves.

USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and
'no_targets' for ports with composite builds that call 'go' themselves
and do not need the do-build/do-install targets of USES=go.

PR:		238849
Submitted by:	dg@syrec.org (also D20745)
Reviewed by:	mat, tobik
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20746
0.19.2
15 Apr 2019 18:06:58
Revision:499040Original commit files touched by this commit
swills search for other commits by this committer
net-im/matterircd: update to 0.19.2

PR:		237297
Submitted by:	norrland@nullbyte.se (maintainer)
0.19.1
27 Mar 2019 02:07:16
Revision:496933Original commit files touched by this commit
wen search for other commits by this committer
- Update to 0.19.1

PR:		236699
Submitted by:	norrland@nullbyte.se(maintainer)
0.18.4
01 Nov 2018 12:33:20
Revision:483660Original commit files touched by this commit
swills search for other commits by this committer
net-im/matterircd: update to 0.18.4

PR:		232877
Submitted by:	norrland@nullbyte.se (maintainer)
0.18.2
04 Jul 2018 02:28:56
Revision:473861Original commit files touched by this commit
swills search for other commits by this committer
net-im/matterircd: Update to 0.18.2

PR:		229483
Submitted by:	norrland@nullbyte.se (maintainer)
0.18.0
14 Jun 2018 23:28:16
Revision:472414Original commit files touched by this commit
swills search for other commits by this committer
net-im/matterircd: Update to 0.18.0

PR:		228928
Submitted by:	norrland@nullbyte.se (maintainer)
0.17.3
06 May 2018 23:01:28
Revision:469255Original commit files touched by this commit
dbaio search for other commits by this committer
net-im/matterircd: Update to 0.17.3

Changes:	https://github.com/42wim/matterircd/blob/v0.17.3/changelog.md

PR:		227964
Submitted by:	norrland@nullbyte.se (maintainer)
0.17.2
26 Apr 2018 00:24:57
Revision:468309Original commit files touched by this commit
dbaio search for other commits by this committer
net-im/matterircd: Update to 0.17.2

Changes:	https://github.com/42wim/matterircd/blob/v0.17.2/changelog.md

PR:		227696
Submitted by:	norrland@nullbyte.se (maintainer)
0.17.0
09 Apr 2018 23:54:30
Revision:466913Original commit files touched by this commit
dbaio search for other commits by this committer
net-im/matterircd: Update to 0.17.0

Changes:	https://raw.githubusercontent.com/42wim/matterircd/v0.17.0/changelog.md

PR:		227391
Submitted by:	norrland@nullbyte.se (maintainer)
0.16.8
06 Apr 2018 23:49:24
Revision:466693Original commit files touched by this commit
dbaio search for other commits by this committer
net-im/matterircd: Update to 0.16.8

Changes:	https://github.com/42wim/matterircd/blob/v0.16.8/changelog.md#v0168

PR:		227196
Submitted by:	norrland@nullbyte.se (maintainer)
0.16.7
31 Mar 2018 15:35:22
Revision:466052Original commit files touched by this commit
dbaio search for other commits by this committer
Add net-im/matterircd: IRC bridge for Mattermost and Slack

Minimal IRC server which integrates with Mattermost and Slack.

Connect to your local/remote Mattermost installation or to Slack via your
IRC-client.

WWW: https://github.com/42wim/matterircd

PR:		227063
Submitted by:	norrland@nullbyte.se

Number of commits found: 52