notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
We just patched an SQL injection. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password. You might want to hold off on that change. We have a few more to fix.
non port: devel/tclthread/Makefile
SVNWeb

Number of commits found: 33

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 8 Nov 2021
[ 08:03 Pietro Cerutti (gahr) search for other commits by this committer ]    commit hash:ca7210f34a4fd813f02496963f5d548dc8f7465f  commit hash:ca7210f34a4fd813f02496963f5d548dc8f7465f  commit hash:ca7210f34a4fd813f02496963f5d548dc8f7465f  ca7210f 
devel/tclthread: update to 2.8.7
Mon, 28 Jun 2021
[ 12:21 Pietro Cerutti (gahr) search for other commits by this committer ]    commit hash:47f0e9155cf3252ae1acdb9f663bcf9fe1a06890  commit hash:47f0e9155cf3252ae1acdb9f663bcf9fe1a06890  commit hash:47f0e9155cf3252ae1acdb9f663bcf9fe1a06890  47f0e91 
devel/tclthread: update to 2.8.6
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 4 Nov 2019
[ 09:07 gahr search for other commits by this committer ] Original commit   Revision:516620
devel/tclthread: update to 2.8.5
Mon, 19 Nov 2018
[ 12:03 gahr search for other commits by this committer ] Original commit   Revision:485317
devel/tclthread: update to 2.8.4
Sun, 11 Nov 2018
[ 15:38 danfe search for other commits by this committer ] Original commit   Revision:484696 (Only the first 10 of 65 ports in this commit are shown above. View all ports for this commit)
Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support.  Due to shlib
version change, bump port revisions of the consumer ports.

PR:		233059
Exp-run by:	antoine
Approved by:	maintainer (johans, numerous timeouts)
Tue, 2 Jan 2018
[ 10:42 gahr search for other commits by this committer ] Original commit   Revision:457843
devel/tclthread: update to 2.8.2
Mon, 21 Aug 2017
[ 07:24 gahr search for other commits by this committer ] Original commit   Revision:448456
devel/tclthread: update to 2.8.1
Thu, 28 Jul 2016
[ 11:37 gahr search for other commits by this committer ] Original commit   Revision:419213
devel/tclthread: update to 2.8.0
Tue, 19 Apr 2016
[ 14:20 gahr search for other commits by this committer ] Original commit   Revision:413646 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Add "tea" argument to USES=tcl to facilitate porting of TEA-based extensions.

Quoting https://tcl.tk/doc/tea:

"The Tcl Extension Architecture, or TEA, by John Ousterhout and others, is a
set of guidelines and techniques for the distribution, configuration,
compilation, and installation of Tcl extensions. TEA also provides a set of
utilities that operate accordingly. Many Tcl extensions leverage the TEA
utilities, which are designed to be easily customizable."

To facilitate the porting of TEA-based extensions, I have added the new "tea"
argument to USES=tcl. This argument prepares the autoconf environment by
setting GNU_CONFIGURE and sets some commonly used CONFIGURE_ARGS. Also, it
tries to figure out the correct extension name, sets TCL_PKG accordingly, and
adds it to PLIST_SUB.

I have modified a few ports to take advantage of this. More will come.
Fri, 15 Apr 2016
[ 12:17 gahr search for other commits by this committer ] Original commit   Revision:413337
devel/tclthread: use TEST_TARGET
Fri, 8 Apr 2016
[ 09:32 gahr search for other commits by this committer ] Original commit   Revision:412726
devel/tclthread: update to 2.7.3, modernize Makefile
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 16 Mar 2015
[ 22:13 gahr search for other commits by this committer ] Original commit   Revision:381451
- Update to 2.7.2
Wed, 27 Aug 2014
[ 14:08 gahr search for other commits by this committer ] Original commit   Revision:366328
- Update to 2.7.1
Tue, 28 Jan 2014
[ 09:58 gahr search for other commits by this committer ] Original commit   Revision:341528
- STAGE-clean

Reported by:	miwi
Fri, 20 Sep 2013
[ 17:17 bapt search for other commits by this committer ] Original commit   Revision:327726 (Only the first 10 of 623 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
Thu, 19 Sep 2013
[ 14:21 gahr search for other commits by this committer ] Original commit   Revision:327625
- Convert USE_TCL to USES=tcl
Thu, 21 Mar 2013
[ 09:59 gahr search for other commits by this committer ] Original commit   Revision:314834
- Respect PREFIX
- Fix PORTDOCS

Reported by:	miwi
Wed, 9 Jan 2013
[ 15:22 gahr search for other commits by this committer ] Original commit   Revision:310151
- update to 2.7.0
Tue, 12 Jun 2012
[ 10:34 bapt search for other commits by this committer ] Original commit  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Convert to new options framework
Mon, 12 Sep 2011
[ 13:46 gabor search for other commits by this committer ] Original commit  (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
- Track dependencies after databases/gdbm update
Tue, 9 Aug 2011
[ 15:41 mm search for other commits by this committer ] Original commit  (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
Transfer maintainer back to ports@FreeBSD.org

Approved by:    maintainer (myself)
[ 12:22 mm search for other commits by this committer ] Original commit 
Update to 2.6.7
Wed, 23 Mar 2011
[ 11:37 mm search for other commits by this committer ] Original commit  (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
- Add LICENSE information
- Make portlint happier
Sat, 18 Sep 2010
[ 21:41 mm search for other commits by this committer ] Original commit 
- Update tclthread to 2.6.6
Sat, 22 Aug 2009
[ 00:18 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 417 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with D
Mon, 23 Feb 2009
[ 14:46 mm search for other commits by this committer ] Original commit  (Only the first 10 of 103 ports in this commit are shown above. View all ports for this commit)
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected

Tested by:      pointyhat (pav)
Wed, 9 Apr 2008
[ 13:42 pav search for other commits by this committer ] Original commit  (Only the first 10 of 171 ports in this commit are shown above. View all ports for this commit)
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories

With hat:       portmgr
Sat, 4 Aug 2007
[ 11:41 gabor search for other commits by this committer ] Original commit  (Only the first 10 of 291 ports in this commit are shown above. View all ports for this commit)
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
Mon, 23 Apr 2007
[ 14:55 mm search for other commits by this committer ] Original commit 
New port: devel/tclthread
Tcl Thread extension, script-level access to Tcl threading capabilities.

Approved by:    garga (mentor)

Number of commits found: 33