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: comms/kermit/Makefile

Number of commits found: 45

Friday, 12 Jan 2024
15:11 Baptiste Daroussin (bapt) search for other commits by this committer
MANPREFIX: eliminate its usage

While here move manpages to share/man
commit hash: d4329229fbe8ad0a96a1b9ec796d17cf512455d1 commit hash: d4329229fbe8ad0a96a1b9ec796d17cf512455d1 commit hash: d4329229fbe8ad0a96a1b9ec796d17cf512455d1 commit hash: d4329229fbe8ad0a96a1b9ec796d17cf512455d1 d432922
Friday, 8 Sep 2023
08:15 Alexey Dokuchaev (danfe) search for other commits by this committer
comms/kermit: update C-Kermit to version 10.0 Beta.10

It does not bring new features or even very many bug fixes
but eliminates most of the warnings raised by Clang 15.
commit hash: d640179df8b1097816d05ff7fa80706611705c07 commit hash: d640179df8b1097816d05ff7fa80706611705c07 commit hash: d640179df8b1097816d05ff7fa80706611705c07 commit hash: d640179df8b1097816d05ff7fa80706611705c07 d640179
Friday, 30 Dec 2022
09:19 Alexey Dokuchaev (danfe) search for other commits by this committer
comms/kermit: update C-Kermit to version 10.0 Beta.08

Improve support for custom compilers while here (e.g.,
allow to build with GCC).
commit hash: feaafa31c081c0ecd9660a1f7f641ba539838e9d commit hash: feaafa31c081c0ecd9660a1f7f641ba539838e9d commit hash: feaafa31c081c0ecd9660a1f7f641ba539838e9d commit hash: feaafa31c081c0ecd9660a1f7f641ba539838e9d feaafa3
Wednesday, 9 Nov 2022
09:24 Alexey Dokuchaev (danfe) search for other commits by this committer
comms/kermit: update C-Kermit to the latest version 10.0 Beta.06

Starting with Beta.05, distfiles are named cku400.*, not cku10.0.* as
they have been since 10.0 Beta.01, for conformity with all previous
releases when they were cku300, cku301, cku302, etc.  Hardcode "400"
for the moment; it could be "401" or any higher number as development
progresses, but exact version mapping scheme is currently unclear.

Nudged by:	ler
commit hash: 943621d982476bc5783590650e2c5d9b0594860f commit hash: 943621d982476bc5783590650e2c5d9b0594860f commit hash: 943621d982476bc5783590650e2c5d9b0594860f commit hash: 943621d982476bc5783590650e2c5d9b0594860f 943621d
Wednesday, 7 Sep 2022
21:10 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:21 Tobias C. Berner (tcberner) search for other commits by this committer
comms: remove 'Created by' lines

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

  *  'Big Bad Bob' Frazier <bobf@mrp3.com>
  *  <mr@freebsd.org>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrew Dolgov <fox@furry.spb.ru>
  *  Andrey Lykhin <lan31@inbox.ru>
  *  Anton Voronin <anton@urc.ac.ru>
  *  Brandon S. Allbery KF8NH <allbery@ece.cmu.edu>
  *  Brian Dean <bsd@FreeBSD.org>
  *  Bruce Cran <bruce@cran.org.uk>
  *  Carl Makin <carl@stagecraft.cx>
  *  Darren <igla@batterybackups.net>
  *  David
  *  David O'Brien <obrien@cs.ucdavis.edu>
  *  David Thiel <lx@redundancy.redundancy.org>
  *  Denis Shaposhnikov <dsh@vlink.ru>
  *  Devon H. O'Dell <devon.odell@coyotepoint.com>
  *  Diane Bruce <db@db.net>
  *  Douglas K. Rand <rand@meridian-enviro.com>
  *  Edward Tomasz Napierala <trasz@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Felix Palmen <felix@palmen-it.de>
  *  Frank Steinborn <steinex@nognu.de>
  *  Ganael Laplanche <ganael.laplanche@martymac.org>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Hye-Shik Chang <perky@fallin.lv>
  *  Janos.Mohacsi@bsd.hu
  *  Jean-Baptiste Quenot <jb.quenot@caraldi.com>
  *  Jeffrey Baitis <jeff@baitis.net>
  *  Johan Strom <johan@stromnet.se>
  *  Johan Strom <johna@stromnet.se>
  *  Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
  *  Julian Stacey <jhs@FreeBSD.org>
  *  Kirill Bezzubets <kirill@solaris.ru>
  *  MITA Yoshio <mita@FreeBSD.org>
  *  Markus Brueffer <markus@FreeBSD.org>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Masafumi NAKANE <max@FreeBSD.org>
  *  Matt Dawson <matt@mattsnetwork.co.uk>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Michael Reifenberger (mike@Reifenberger.com)
  *  Mike Heffner <mikeh@FreeBSD.org>
  *  Nick Sayer <nsayer@FreeBSD.org>
  *  Nicole Reid <root@cooltrainer.org>
  *  Olivier Cochard-Labbe <olivier@FreeBSD.org>
  *  Patrick Gardella <patrick@FreeBSD.org>
  *  Paul Traina <pst@FreeBSD.org>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Rick Elrod <codeblock@eighthbit.net>
  *  Rodrigo Osorio <rodrigo@FreeBSD.org>
  *  Sebastian Yepes <esn@x123.info>
  *  Staffan Ulfberg <staffanu@multivac.fatburen.org>
  *  Stephen Hurd <shurd@FreeBSD.org>
  *  Steve Woodford <scw@netbsd.hut.fi>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Sunry Chen <sunrychen@gmail.com>
  *  Søren Straarup <xride@x12.dk>
  *  Tony Shadwick <tshadwick@oss-solutions.com>
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Vladimir Grebenschikov
  *  Vladimir Kondratyev <wulf@FreeBSD.org>
  *  db
  *  dirkx@webweaving.org
  *  dom@happygiraffe.net
  *  elbarto@ArcadeBSD.org
  *  hm
  *  jmz
  *  joes@seaport.net
  *  lambert@lambertfam.org
  *  nox@FreeBSD.org
  *  obrien@cs.ucdavis.edu
  *  rkw
  *  shurd
  *  shurd@FreeBSD.org
  *  wlloyd@slap.net
  * //www.tomek.cedro.info)

With hat:	portmgr
commit hash: 258a98847ee4f106a2eed7fade8197d0a987d592 commit hash: 258a98847ee4f106a2eed7fade8197d0a987d592 commit hash: 258a98847ee4f106a2eed7fade8197d0a987d592 commit hash: 258a98847ee4f106a2eed7fade8197d0a987d592 258a9884
Tuesday, 7 Jun 2022
06:26 Alexey Dokuchaev (danfe) search for other commits by this committer
comms/kermit: update C-Kermit to version 10.0 Beta.04

Also, chase HTTP/1.1 301 Moved Permanently redirection
in the MASTER_SITES and WWW line of the port description.

Reported by:	portscout
commit hash: fe8de17088598eb5b450ffb4a4945bda3128b762 commit hash: fe8de17088598eb5b450ffb4a4945bda3128b762 commit hash: fe8de17088598eb5b450ffb4a4945bda3128b762 commit hash: fe8de17088598eb5b450ffb4a4945bda3128b762 fe8de17
Friday, 27 May 2022
11:52 Alexey Dokuchaev (danfe) search for other commits by this committer
comms/kermit: update C-Kermit to version 10.0 Beta.02

The forthcoming new release of C-Kermit, expected "pretty soon", will
be called 10.0 rather than 9.0.305.

The new version number, 10.0, is a change in format.  Earlier version
numbers had three parts, e.g. 9.0.304 (major.minor.edit), the new one
follows contemporary two-part convention.
commit hash: 1bdeb8deacd6d1fae706b3189a3c6e58b54704a6 commit hash: 1bdeb8deacd6d1fae706b3189a3c6e58b54704a6 commit hash: 1bdeb8deacd6d1fae706b3189a3c6e58b54704a6 commit hash: 1bdeb8deacd6d1fae706b3189a3c6e58b54704a6 1bdeb8d
Thursday, 6 Jan 2022
08:02 Alexey Dokuchaev (danfe) search for other commits by this committer
comms/kermit: update C-Kermit to version 9.0.305 Alpha.06.
commit hash: 43c79b331e03dc4c2151062b5160029c9c2d4da8 commit hash: 43c79b331e03dc4c2151062b5160029c9c2d4da8 commit hash: 43c79b331e03dc4c2151062b5160029c9c2d4da8 commit hash: 43c79b331e03dc4c2151062b5160029c9c2d4da8 43c79b3
Saturday, 16 Oct 2021
13:34 Alexey Dokuchaev (danfe) search for other commits by this committer
comms/kermit: the port had been updated and cleaned up (+)

- Update C-Kermit to version 9.0.305 Alpha.04 which integrates both
  modern and legacy OpenSSL support (thus drop our local patch)
- Do not install essentially empty dot-files as examples; they also
  contain references to full *.ini files which are no longer shipped
  as part of the C-Kermit distribution
- The only useful documentation now is README.TXT, install it in the
  dedicated option helper target
commit hash: 994cdbddbc1823fe9ba62db697ec19548d6383c9 commit hash: 994cdbddbc1823fe9ba62db697ec19548d6383c9 commit hash: 994cdbddbc1823fe9ba62db697ec19548d6383c9 commit hash: 994cdbddbc1823fe9ba62db697ec19548d6383c9 994cdbd
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 15 Jul 2020
09:02 danfe search for other commits by this committer
Update to version 9.0.304.24, offer and prioritize HTTP distfile location.

Changes in this development snapshot:
- Improvements to date/time parsing
- Segfault in CHANGE command fixed

Found out via:	repology.org
Original commitRevision:542252 
Wednesday, 24 Oct 2018
11:47 danfe search for other commits by this committer
Unbreak the build against newer versions of OpenSSL (since 1.1.0-pre5), where
many data structures were made opaque and RLE compression support was removed.

Reported by:	pkg-fallout
Original commitRevision:482902 
Friday, 16 Feb 2018
17:52 brnrd search for other commits by this committer
BROKEN_SSL: Add REASON for breakage

Reported by:	matwq
Original commitRevision:462050 
13:44 brnrd search for other commits by this committer
security/openssl-devel: Mark broken cat c*
Original commitRevision:462013 
Monday, 22 Jan 2018
12:39 danfe search for other commits by this committer
Update to the next development snapshot (-dev22).
Original commitRevision:459648 
Tuesday, 11 Apr 2017
15:21 mat search for other commits by this committer
Make defining both PORTVERSION and DISTVERSION a DEV_ERROR.

There are two cases:

- The upstream versionning is compatible with our versionning, or using
  DISTVERSION's magic leads to a compatible PORTVERSION, use
  DISTVERSION.  If it is possible to use DISTVERSIONPREFIX and
  DISTVERSIONSUFFIX to make it compatible, use them.
- The upstream versionning is not compatible with our versionning, and
  DISTVERSION's magic does not lead to a correct PORTVERSION, then set
  PORTVERSION to the equivalent of our versionning, and set DISTNAME.
  It is possible to use a third variable where you store upstream's
  version and use it to compute PORTVERSION and/or DISTNAME, like the
  dns/bind9* ports do.

Sponsored by:	Absolight
Original commitRevision:438272 
Sunday, 11 Sep 2016
21:11 marino search for other commits by this committer
comms/kermit: Upgrade version 9.0.302 => 9.0.304 (LibreSSL support)

Fixes when SSL library has no SSLv3, EGD and compression.

PR:		198980
Submitted by:	brnrd@
Approved by:	maintainer timeout (2 months) + SSL blanket
Original commitRevision:421877 
Thursday, 4 Dec 2014
23:38 feld search for other commits by this committer
Update License
Original commitRevision:373991 
Wednesday, 23 Oct 2013
07:36 danfe search for other commits by this committer
Convert to OptionsNG and stagify.
Original commitRevision:331356 
Friday, 20 Sep 2013
16:03 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms)
Original commitRevision:327714 
Monday, 29 Aug 2011
15:58 danfe search for other commits by this committer
Augment CATEGORIES.
Original commit
Sunday, 21 Aug 2011
18:12 danfe search for other commits by this committer
Update to version 9.0.302, which should build and work on all versions of
FreeBSD since 1993 without any patches.  Touch the COMMENT while I'm here.

This is result of collaborative work by Frank da Cruz (C-Kermit original
author and current upstream maintainer) and yours truly.
Original commit
Saturday, 20 Aug 2011
15:08 danfe search for other commits by this committer
- Switch from currently unsupported ALL_TARGET `krbmit' to `freebsd+ssl'
- Remove home-rolled MAKE_ARGS bundle, leave only FreeBSD specific things
- Do not trim version suffix when assigning HERALD value
- Adjust PREFIX -> MANPREFIX for manpage installation

Discussed with: upstream maintainer (Frank da Cruz)
Original commit
Friday, 19 Aug 2011
10:21 danfe search for other commits by this committer
- Update to version 9.0.301
- Remove no longer needed patches and inplace editing
- Define LICENSE (BSD)
- Fix pty locking on 800045 and above
- Simplify documentation installation

Tested with:    emulators/x48
Original commit
Tuesday, 11 May 2010
15:20 danfe search for other commits by this committer
Update COMMENT and port description to match the wording from official site.
Original commit
Wednesday, 20 Jan 2010
13:34 danfe search for other commits by this committer
- Catch up with recent <utmp.h> replacement by <utmpx.h>
- Provide correct FreeBSD version; default #ifdef-based routine is not robust
  enough to handle all cases correctly
- Expand another comment while here
Original commit
Tuesday, 5 Aug 2008
10:11 danfe search for other commits by this committer
Fix the build by resolving conflict between local macro and hexdump(3)
function in our libutil.

Prodded by:     pav
Original commit
Friday, 25 Jul 2008
10:34 danfe search for other commits by this committer
- Correct BROKEN statement, seems to be amd64-specific
- Take maintainership, I use it frequently
- Canonicalize Makefile header
- Utilize PLIST_FILES, PORTDOCS, PORTEXAMPLES
- Respect NOPORTEXAMPLES
- Cleanup installation routine
Original commit
Thursday, 24 Jul 2008
20:40 pav search for other commits by this committer
- Mark BROKEN on 8-CURRENT: does not like hexdump
Original commit
Saturday, 14 Apr 2007
16:20 gabor search for other commits by this committer
- Remove 4.X support from unmaintained ports in categories starting with
  letter a-c
Original commit
Wednesday, 14 Apr 2004
20:32 naddy search for other commits by this committer
- Update to 8.0.211: bugfix release.
- Drop maintainership.
Original commit
Monday, 7 Apr 2003
14:17 naddy search for other commits by this committer
Support NOPORTDOCS.

PR:             50671
Submitted by:   Sergey A. Osokin <osa@FreeBSD.org.ru>
Original commit
12:18 naddy search for other commits by this committer
Update to 8.0.209.

Notified by:    Xander Jansen <x+freebsd-ports@surfnet.nl> et al.
Original commit
Monday, 24 Mar 2003
12:37 naddy search for other commits by this committer
Handle OpenSSL < 0.9.7 (for RELENG_4_7).

Submitted by:   olgeni
Original commit
01:15 naddy search for other commits by this committer
Update to 8.0.208.
Original commit
Tuesday, 4 Mar 2003
15:03 naddy search for other commits by this committer
Fix build with OpenSSL 0.9.7.

Submitted by:   nectar
Original commit
Friday, 21 Feb 2003
12:52 naddy search for other commits by this committer
pkg-comment -> COMMENT
Original commit
Monday, 18 Nov 2002
23:14 naddy search for other commits by this committer
Update to 8.0.206: bugfix release.
Original commit
Saturday, 4 May 2002
21:25 kris search for other commits by this committer
Update to 8.0.201.1 which includes a trivial code change.

Noticed by:     bento
Original commit
Sunday, 3 Mar 2002
13:53 naddy search for other commits by this committer
honor CC    
Original commit
Friday, 15 Feb 2002
11:08 naddy search for other commits by this committer
Add SSL support.    
Original commit
Saturday, 9 Feb 2002
12:40 naddy search for other commits by this committer
Enable HTTP support.    
Original commit
Sunday, 27 Jan 2002
17:31 naddy search for other commits by this committer
* Update to 8.0.200.   * Take over maintainership.    
Original commit
Tuesday, 6 Nov 2001
00:53 naddy search for other commits by this committer
* Update to latest stable release, 7.0.197.   * Add mirror site.   * Fix and
improve comment and description.   * Use the provided build infrastructure
instead of gratuitously     replacing it with our own.   * Tweak build defines. 
  
Original commit

Number of commits found: 45