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.

non port: audio/teamspeak3-server/pkg-plist

Number of commits found: 29

Saturday, 12 Dec 2020
19:13 ultima search for other commits by this committer
Update to 3.13.2
Removed i386 support, no longer supported upstream.

Changes: https://community.teamspeak.com/t/teamspeak-server-3-12-x
Original commitRevision:557862 
Friday, 23 Oct 2020
03:58 ultima search for other commits by this committer
When in the serverquery, help commands
fail due to the txt's not being found.
The serverquerydocs folder needs to be
in the working directory. Added a link
to resolve this issue.
Original commitRevision:553066 
Friday, 3 Apr 2020
07:36 ultima search for other commits by this committer
Updated to 3.12.1

Changes: https://community.teamspeak.com/t/teamspeak-server-3-12-x/3916
Original commitRevision:530469 
Monday, 25 Nov 2019
02:33 ultima search for other commits by this committer
Update to 3.10.2

Changes:
https://forum.teamspeak.com/threads/142033-TeamSpeak-3-Server-3-10-x?s=56839051668533fef545e469b506f2ee
Original commitRevision:518375 
Sunday, 4 Aug 2019
03:46 ultima search for other commits by this committer
Updated to 3.9.1

Changes:
https://forum.teamspeak.com/threads/140352-Release-TeamSpeak-3-Server-3-9-x
Original commitRevision:508048 
Sunday, 9 Jun 2019
17:18 ultima search for other commits by this committer
Updated to 3.8.0

Changes:
https://forum.teamspeak.com/threads/139966-Release-TeamSpeak-Server-3-8-0
Original commitRevision:503847 
Friday, 22 Mar 2019
04:12 ultima search for other commits by this committer
* Updated to 3.7.0

Changes:
https://forum.teamspeak.com/threads/139248-Release-TeamSpeak-3-Server-3-7-0
Original commitRevision:496548 
Friday, 25 Jan 2019
18:40 ultima search for other commits by this committer
* Updated to 3.6.0

Changes:	https://forum.teamspeak.com/threads/138675-Release-TeamSpeak-3-Server-3-6-0
Original commitRevision:491172 
Wednesday, 31 Oct 2018
05:46 ultima search for other commits by this committer
* Updated to 3.5.0

Changes:
https://forum.teamspeak.com/threads/137798-Release-TeamSpeak-3-Server-3-5-0
Original commitRevision:483551 
Monday, 6 Aug 2018
05:49 ultima search for other commits by this committer
* Updated to 3.3.0

Changes:
https://forum.teamspeak.com/threads/136554-Release-TeamSpeak-3-Server-3-3-0
Original commitRevision:476489 
Tuesday, 15 May 2018
23:43 ultima search for other commits by this committer
* Updated to 3.2.0

Changes: https://forum.teamspeak.com/threads/135760-TeamSpeak-3-Server-3-2-0
Original commitRevision:470061 
Sunday, 25 Feb 2018
03:52 ultima search for other commits by this committer
* Updated to 3.1.0
* Accounting services now uses https which requires ca_root_nss, added to run
time depends

Changes:	https://forum.teamspeak.com/threads/134874-TeamSpeak-3-Server-3-1-0-released
Original commitRevision:462896 
Saturday, 10 Sep 2016
07:25 riggs search for other commits by this committer
Update to upstream version 3.0.13.4

Detailed maintainer log:
- fixed a problem where virtual servers refuse to start due to invalid flags
  or order
- fixed a crash in fix crash on servergroupautodelperm /
  servergroupautoaddperm
- "Error opening file: No such file or directory" message now includes
  filename
- Fixed server crash when ipv6 client connects while using MariaDB (or
  MySQL) server
- Database plugins are now checked more thoroughly at server startup
- To fix the problem with MariaDB, the server needs to alter columns in the
  client and bindings table. For large databases, this can take a while. It
  is recommended that all ts3servers that use the same database, are stopped
  and then one new ts3server is started first which does the update. After
  this, the other instances can be started too.

PR:		212531
Submitted by:	Ultima1252@gmail.com (maintainer)
Original commitRevision:421671 
Monday, 8 Aug 2016
18:23 pi search for other commits by this committer
audio/teamspeak3-server: 3.0.12.4 -> 3.0.13

+ ipv6 support
+ improved database performance
+ improved snapshot create/deploy performance
+ Enable "tcp_nodelay" option for server query (less latency)
+ bindinglist command now has a new parameter "subsystem"
- file transfer now only accepts connections from ip addresses that
  have started an upload / download. There is a reserve of 20 slots
  that are allowed to connect even though that particular
  ip address did not start an upload/download. This is to support
  exotic client routing configurations like tcp load balancers.
- fixed incorrect filetransfer port reported in instanceinfo
- binding voice to the any address (0.0.0.0 / 0::0), which is the
  default behaviour of the server, now supports clients connecting
  to all addresses instead of just the default ip of the network interface.
- fixed assertion in puzzle feature (Thanks to Schlumpi for helping
  us find this)
- fixed virtual server log and bindinglist for voice showing multiple
  senseless bindings
* file transfer now only allows an idle time of 2 seconds after connect
* new file transfer implementation
* updated sqlite to 3.11.1
* sqlite db now uses WAL as journal mode
! the new file transfer routines on unix systems now depend on async
  io (aio*) routines. For freebsd this probably means you need to
  load the aio kernel module using 'kldload aio'
! for server query users: ftinitupload/download replies may now
  omit the ip parameter. If it is omitted, it means the transfer
  should be started on the same ip that was currently used by the
  server query ip.
! for ftinitupload/download there is now an optional "proto"
  parameter. See the server query manual for more info.

PR:		211638
Submitted by:	Ultima1252@gmail.com (maintainer)
Original commitRevision:419885 
Saturday, 27 Feb 2016
23:29 rakuco search for other commits by this committer
Update to 3.0.12.2.

* Fixed DISTNAME
* Added tar to uses for new tar format
* Fixed WORKSRC
* Removed server query manual (No longer exists)
* Adjusted ts3 Binary name for new version
* Updated distinfo
* Adjusted rc script for binary change
* Updated pkg-plist

PR:		207430
Submitted by:	Ultima <Ultima1252@gmail.com>
Approved by:	hirner@bitfire.at (maintainer)
Original commitRevision:409698 
Saturday, 4 Apr 2015
18:19 robak search for other commits by this committer
audio/teamspeak3-server: update 3.0.11 -> 3.0.11.2

PR:		198644
Submitted by:	Henrik Friedrichsen <henrik@affekt.org>
Approved by:	maintainer (hirner@bitfire.at)
Original commitRevision:383236 
Monday, 27 Oct 2014
06:19 riggs search for other commits by this committer
- Update to upstream version 3.0.11
- Remove invalid mirror
- gcc and libiconv dependencies not needed anymore
- WRKSRC has changed ("_" for x86, "-" for amd64)
- Correct ownership of /var/log/teamspeak
- Un-silence INSTALL*
- Remove explicit actions which are handled by ports/pkg automatically
  - Display pkg-message.in
  - IGNORE due to license; LICENSE_PERMS does not contain auto-accept

PR:		194282
Submitted by:	hirner@bitfire.at (maintainer)
Reviewed by:	riggs
Approved by:	hirner@bitfire.at (maintainer)
Original commitRevision:371531 
Monday, 20 Oct 2014
06:36 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:371234 
Tuesday, 2 Sep 2014
22:40 bapt search for other commits by this committer
Simplify plist
Original commitRevision:367115 
Wednesday, 4 Jun 2014
06:36 miwi search for other commits by this committer
- Stage support

PR:		190474
Submitted by:	maintainer
Original commitRevision:356438 
Thursday, 13 Mar 2014
15:28 culot search for other commits by this committer
- Update to 3.0.10.3

PR:		ports/186374
Submitted by:	R Hirner <hirner@bitfire.at> (maintainer)
Original commitRevision:348088 
Thursday, 7 Mar 2013
07:34 beech search for other commits by this committer
- Update to 3.0.7

PR:		ports/176664
Submitted by:	Richard Hirner <hirner@bitfire.at> (maintainer)
Original commitRevision:313566 
Wednesday, 26 Sep 2012
00:59 jase search for other commits by this committer
- Update to 3.0.6.1 [1]
- Convert to OPTIONSng, add DOCS option
- Convert to new format Makefile header

PR:		ports/171826 [1]
Submitted by:	Richard Hirner <hirner@bitfire.at> (maintainer)
Approved by:	flo, culot (mentors, implicit)
Original commitRevision:304869 
Saturday, 23 Jun 2012
18:05 beech search for other commits by this committer
- Upadate to 3.0.5

PR:             ports/169267
Submitted by:   Richard Hirner <hirner@bitfire.at> (maintainer)
Original commit
Friday, 4 May 2012
18:26 scheidell search for other commits by this committer
- Update to 3.0.3 [1]
- Update LICENSE_PERMS [1]
- Add @exec's to pkg-plist since Makefile:post-install isn't run with pkg-add
[2]
- Add BATCH check because you can't acctept license in batch mode [3]
- Change mkdir/chown in Makefile (and pkg-plist) to install [3]

PR:             ports/166654 [1]
Submitted by:   Richard Hirner <hirner@bitfire.at> (maintainer) [1]
Submitted by:   scheidell (me) [2]
Submitted by:   crees@ [3]
Original commit
Saturday, 19 Nov 2011
08:42 crees search for other commits by this committer
- Update to 3.0.1
- Abstract MASTER_SITES to avoid having to edit each update
- Use bsd.port.options.mk; apparently that includes ARCH

PR:             ports/162666
Submitted by:   Richard Hirner <hirner@bitfire.at> (maintainer)
Feature safe:   yes
Original commit
Friday, 12 Aug 2011
14:39 crees search for other commits by this committer
- Update to 3.0.0 (release numerically less than betas,
                so unfortunately PORTEPOCH comes in)
- Use the LICENSE in the distfile

PR:             ports/159674
Submitted by:   Pavel M. <admin@onlyfriends.info>
Reviewed by:    Richard Hirner <hirner@bitfire.at> (maintainer)
Original commit
Monday, 23 May 2011
13:38 sylvio search for other commits by this committer
- Update to RC1

PR:             ports/157265
Submitted by:   Richard Hirner <hirner@bitfire.at> (maintainer)
Original commit
Tuesday, 3 May 2011
22:06 glarkin search for other commits by this committer
- Updated to 3.0.0.b30 [1]
- Over to new volunteer [1]
- Added new UID, GID, and LEGAL entries [1]
- Fixed rc.conf variable name in pkg-message
- Fixed a couple of portlint warnings

PR:             ports/154453 [1]
Submitted by:   Richard Hirner <hirner@bitfire.at>
Reviewed by:    Chris Rees <utisoft@gmail.com>
Original commit

Number of commits found: 29