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: news/fidogate/Makefile

Number of commits found: 56

Saturday, 15 Apr 2023
17:06 Fernando Apesteguía (fernape) search for other commits by this committer
news/fidogate: update to v5.12

 * Fix crashes, support PING/TRACE, switch to github actions
 * mime: fix final NUL space allocating
 * rfc2ftn: add X-HTTP-USER-AGENT RFC header to use it as tearline.
 * tick: add tick flavour support for passthrough fileboxes
 * mime: get_mime_disposition: free allocated string but not tmps
 * acl: list_free: NULLify ngrp_pat_list

PR:		270545
Reported by:	dz@dolik.dev
Approved by:	admin@5034.ru (maintainer, timeout > 2 weeks)
commit hash: 81fbff35dab608db95146524d2bf36a96918374d commit hash: 81fbff35dab608db95146524d2bf36a96918374d commit hash: 81fbff35dab608db95146524d2bf36a96918374d commit hash: 81fbff35dab608db95146524d2bf36a96918374d 81fbff3
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
Thursday, 1 Sep 2022
10:58 Dmitry Marakasov (amdmi3) search for other commits by this committer
news/fidogate: mark BROKEN

configure: error: use --with-newsbindir=DIR or --without-news option

Reported by:	pkg-fallout
Approved by:	portmgr blanket
commit hash: 1d87f86c4930c21b5a8dca25e36a979520a766d2 commit hash: 1d87f86c4930c21b5a8dca25e36a979520a766d2 commit hash: 1d87f86c4930c21b5a8dca25e36a979520a766d2 commit hash: 1d87f86c4930c21b5a8dca25e36a979520a766d2 1d87f86
Tuesday, 31 Aug 2021
04:02 Alexey Dokuchaev (danfe) search for other commits by this committer
Cleanup: for ports under n* categories, drop redundant GH_* knobs.
commit hash: 0a22085145817b5cabaf71578a389795bf2239e3 commit hash: 0a22085145817b5cabaf71578a389795bf2239e3 commit hash: 0a22085145817b5cabaf71578a389795bf2239e3 commit hash: 0a22085145817b5cabaf71578a389795bf2239e3 0a22085
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
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
Thursday, 28 Jan 2021
15:08 rhurlin search for other commits by this committer
news/fidogate: Update to 5.10-3

Update port to release v5.10 [1] plus additional commits from
branch 'staging' [2]. All commits after the release are fixes.

- fidogate.service: [ is put back
- fidogate.service: full paths for commands
- rfc2ftn: fix mime unpacking if recipients
  given in command line
- rfc2ftn: Fix SIGSEGV on list_free
- mime: fix memleak on multipart decoding
- rfc2ftn: Fix for test019: check crash in
  get_mime_disposition

[1] https://github.com/ykaliuta/fidogate/releases/tag/v5.10
[2] https://github.com/ykaliuta/fidogate/commits/staging

PR:		253059
Submitted by:	Sergey Anokhin <admin@5034.ru> (maintainer)
Approved by:	arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D28400
Original commitRevision:563140 
Friday, 16 Oct 2020
10:41 rhurlin search for other commits by this committer
news/fidogate: Update to 5.9

Features[1]:
- send-fidogate: added 'xct' wrapper which adds X-Comment-To headers to innd
batches
- passwd: separate tic password
- rfc2ftn: implement default_rfc charset option
- packaging: distribute .service under debian/ and use it for rpm

Fixes[1]:
- Many timezone fixes again
- username generation
- mime: handle comments ()
- memory handling

[1] https://github.com/ykaliuta/fidogate/releases/tag/v5.9

PR:		250339
Submitted by:	Sergey Anokhin <admin@5034.ru> (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D26806
Original commitRevision:552497 
Friday, 3 Jul 2020
09:09 danfe search for other commits by this committer
- Unbreak configuring as unprivileged user
- Start option descriptions with capital letter

PR:		243983
Submitted by:	maintainer
Original commitRevision:541090 
Tuesday, 4 Feb 2020
10:41 dinoex search for other commits by this committer
- move fidogate to fidogate4
- update to 5.7
PR:		243761
Submitted by:	Sergey Anokhin
Original commitRevision:525142 
Wednesday, 1 Feb 2017
07:06 dinoex search for other commits by this committer
- fix owner on suid binaries
- fix option FIDOGATE_RUNAS
- add LICENSE
- make portlint happier
Original commitRevision:432991 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Thursday, 8 Oct 2015
03:59 dinoex search for other commits by this committer
- cleanup
Original commitRevision:398797 
Sunday, 3 May 2015
15:20 bapt search for other commits by this committer
Allow packaging as a user by overwriting OWNER/GROUP
This does not change the final package at all given root/wheel are the default
when nothing is specified in the plist
Original commitRevision:385282 
Friday, 21 Feb 2014
13:38 ehaupt search for other commits by this committer
Remove trailing whitespaces from category news
Original commitRevision:345428 
Monday, 10 Feb 2014
13:54 ehaupt search for other commits by this committer
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
Original commitRevision:343634 
Saturday, 16 Nov 2013
20:07 dinoex search for other commits by this committer
- use STAGEDIR
- rename patchfiles
Original commitRevision:334027 
Saturday, 21 Sep 2013
11:06 dinoex search for other commits by this committer
- fix misplaced NO_STAGE in slaveports and ifdefs
Original commitRevision:327804 
Friday, 20 Sep 2013
22:31 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
news)
Original commitRevision:327759 
Saturday, 14 Sep 2013
12:04 az search for other commits by this committer
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:327278 
Monday, 13 May 2013
15:32 dinoex search for other commits by this committer
- update WWW
- update MASTER_SITES
Original commitRevision:318106 
Saturday, 13 Oct 2012
13:39 dinoex search for other commits by this committer
- cleanup comments
Feature safe: yes
Original commitRevision:305832 
Monday, 6 Jul 2009
12:56 dinoex search for other commits by this committer
- fix NOPORTSDOC
reported by:    QAT
Original commit
Sunday, 5 Jul 2009
09:39 dinoex search for other commits by this committer
- fix build with custom LOCALBASE
Reported by:    QAT

- some cleanups
Original commit
Friday, 27 Mar 2009
19:41 dinoex search for other commits by this committer
- MAKE_JOBS_UNSAFE
Original commit
Friday, 25 Jul 2008
12:24 pav search for other commits by this committer
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
Original commit
Saturday, 31 May 2008
05:37 dinoex search for other commits by this committer
- fix build for NOPORTDOCS
Reported by:    itetcu
Original commit
Friday, 30 May 2008
17:06 dinoex search for other commits by this committer
- use PORTEXAMPLES
Original commit
Tuesday, 9 Oct 2007
13:12 dinoex search for other commits by this committer
- unbreak option FIDOGATE_RUNAS
  which was broken by previous commit
Original commit
Thursday, 4 Oct 2007
02:18 edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
Original commit
Saturday, 7 Oct 2006
19:17 dinoex search for other commits by this committer
- fix build with gcc41
Original commit
Saturday, 15 Jul 2006
08:09 dinoex search for other commits by this committer
- fix build for FreeBSD 4.x
Original commit
Saturday, 24 Jun 2006
07:59 dinoex search for other commits by this committer
- drop support for FreeBSD 2.x
Submitted by:   linimon
Original commit
Sunday, 2 Apr 2006
08:34 dinoex search for other commits by this committer
- disable mkinfo and fix plist
Original commit
Sunday, 26 Mar 2006
14:53 dinoex search for other commits by this committer
- new option WITHOUT_IFCICO
- hack araound regression with makeinfo 4.8
- make portlint happierAA
Original commit
Monday, 30 Aug 2004
06:34 dinoex search for other commits by this committer
- update to 4.4.10
- cleanup patches
Original commit
Saturday, 21 Aug 2004
09:14 dinoex search for other commits by this committer
- Security Fix
Reported by:    Niels Heinen
Obtained from:  Martin Junius
Original commit
Wednesday, 4 Feb 2004
05:10 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Original commit
Saturday, 31 Jan 2004
12:19 dinoex search for other commits by this committer
- make portlint happier
Original commit
Wednesday, 19 Nov 2003
15:56 dinoex search for other commits by this committer
- Fix gcc33 problems
Original commit
Thursday, 12 Jun 2003
19:27 dinoex search for other commits by this committer
- Update to 4.4.9
Original commit
Saturday, 12 Apr 2003
16:10 dinoex search for other commits by this committer
- Update to 4.4.7
Original commit
Thursday, 20 Feb 2003
18:26 dinoex search for other commits by this committer
- add COMMENT
Original commit
Friday, 7 Feb 2003
02:44 seanc search for other commits by this committer
Correct ports that were abusing the FORBIDDEN variable and replace with
either IGNORE or BROKEN.

Since there seems to be some confusion, for the record:

BROKEN          is reserved for ports that don't work.  This will prevent
                users from installing the port, but please note that
                ports marked as BROKEN will still be built by bento
IGNORE          is reserved for ports that should not be built for one
                reason or another (including bento).  Users and bento
                will not build ports marked as IGNORE.
FORBIDDEN       is reserved for security breakages only!!!  Only mark a
                port as FORBIDDEN if there is a security issue with the
                port at the time.

Reviewed by:    kris (portmgr)
Original commit
Saturday, 5 Oct 2002
17:26 dinoex search for other commits by this committer
Update to 4.4.6
Original commit
Monday, 22 Jul 2002
18:24 dinoex search for other commits by this committer
Fix a Linebreak
Original commit
18:04 dinoex search for other commits by this committer
- Update to 4.4.5
- Fix build problems on STABLE/CURRENT
Original commit
Saturday, 5 Jan 2002
23:43 dinoex search for other commits by this committer
- make portlint happier   - use DOCSDIR or EXAMPLESDIR   - get rid of some
INTERACTIVE scrips in news/ifmail    
Original commit
Sunday, 24 Jun 2001
05:28 dinoex search for other commits by this committer
change MAINTAINER to FreeBSD.org address    
Original commit
Tuesday, 5 Jun 2001
05:52 dinoex search for other commits by this committer
- Update to Fidogate 4.4.4    
Original commit
Saturday, 10 Mar 2001
06:20 dinoex search for other commits by this committer
Update to new stable release of fidogate    
Original commit
Wednesday, 24 Jan 2001
06:29 dinoex search for other commits by this committer
Removed blank line to make portlint happy    
Original commit
Thursday, 30 Nov 2000
14:19 kevlo search for other commits by this committer
Update to version 4.4.2    
Original commit
Thursday, 12 Oct 2000
22:04 ade search for other commits by this committer
URL for master site changed    
Original commit
Sunday, 8 Oct 2000
16:14 kevlo search for other commits by this committer
port is broken since renaming the patchfile    
Original commit
Saturday, 7 Oct 2000
23:38 asami search for other commits by this committer
Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*.    
Original commit

Number of commits found: 56