aboutsummaryrefslogtreecommitdiff
path: root/news/fidogate/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup: for ports under n* categories, drop redundant GH_* knobs.Alexey Dokuchaev2021-08-311-4/+1
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* news/fidogate: Update to 5.10-3Rainer Hurling2021-01-281-29/+31
| | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=563140
* news/fidogate: Update to 5.9Rainer Hurling2020-10-161-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=552497
* - Unbreak configuring as unprivileged userAlexey Dokuchaev2020-07-031-7/+8
| | | | | | | | | | - Start option descriptions with capital letter PR: 243983 Submitted by: maintainer Notes: svn path=/head/; revision=541090
* - move fidogate to fidogate4Dirk Meyer2020-02-041-58/+89
| | | | | | | | | - update to 5.7 PR: 243761 Submitted by: Sergey Anokhin Notes: svn path=/head/; revision=525142
* - fix owner on suid binariesDirk Meyer2017-02-011-8/+10
| | | | | | | | | - fix option FIDOGATE_RUNAS - add LICENSE - make portlint happier Notes: svn path=/head/; revision=432991
* ${RM} already has -f.Mathieu Arnold2016-10-211-2/+2
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* - cleanupDirk Meyer2015-10-081-5/+3
| | | | Notes: svn path=/head/; revision=398797
* Allow packaging as a user by overwriting OWNER/GROUPBaptiste Daroussin2015-05-031-1/+2
| | | | | | | | This does not change the final package at all given root/wheel are the default when nothing is specified in the plist Notes: svn path=/head/; revision=385282
* Remove trailing whitespaces from category newsEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345428
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=343634
* - use STAGEDIRDirk Meyer2013-11-161-22/+31
| | | | | | | - rename patchfiles Notes: svn path=/head/; revision=334027
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-1/+1
| | | | Notes: svn path=/head/; revision=327804
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | news) Notes: svn path=/head/; revision=327759
* - convert to the new perl5 frameworkAndrej Zverev2013-09-141-2/+1
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327278
* - update WWWDirk Meyer2013-05-131-4/+2
| | | | | | | - update MASTER_SITES Notes: svn path=/head/; revision=318106
* - cleanup commentsDirk Meyer2012-10-131-5/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=305832
* - fix NOPORTSDOCDirk Meyer2009-07-061-7/+8
| | | | | | | reported by: QAT Notes: svn path=/head/; revision=237258
* - fix build with custom LOCALBASEDirk Meyer2009-07-051-8/+7
| | | | | | | | | Reported by: QAT - some cleanups Notes: svn path=/head/; revision=237170
* - MAKE_JOBS_UNSAFEDirk Meyer2009-03-271-2/+4
| | | | Notes: svn path=/head/; revision=231134
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-2/+0
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217477
* - fix build for NOPORTDOCSDirk Meyer2008-05-311-0/+5
| | | | | | | Reported by: itetcu Notes: svn path=/head/; revision=214000
* - use PORTEXAMPLESDirk Meyer2008-05-301-0/+2
| | | | Notes: svn path=/head/; revision=213955
* - unbreak option FIDOGATE_RUNASDirk Meyer2007-10-091-1/+3
| | | | | | | which was broken by previous commit Notes: svn path=/head/; revision=201172
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-7/+3
| | | | Notes: svn path=/head/; revision=200778
* - fix build with gcc41Dirk Meyer2006-10-071-0/+3
| | | | Notes: svn path=/head/; revision=174841
* - fix build for FreeBSD 4.xDirk Meyer2006-07-151-0/+4
| | | | Notes: svn path=/head/; revision=167876
* - drop support for FreeBSD 2.xDirk Meyer2006-06-241-4/+0
| | | | | | | Submitted by: linimon Notes: svn path=/head/; revision=166172
* - disable mkinfo and fix plistDirk Meyer2006-04-021-1/+3
| | | | Notes: svn path=/head/; revision=158640
* - new option WITHOUT_IFCICODirk Meyer2006-03-261-4/+2
| | | | | | | | - hack araound regression with makeinfo 4.8 - make portlint happierAA Notes: svn path=/head/; revision=158149
* - update to 4.4.10Dirk Meyer2004-08-301-29/+1
| | | | | | | - cleanup patches Notes: svn path=/head/; revision=117628
* - Security FixDirk Meyer2004-08-211-1/+1
| | | | | | | | Reported by: Niels Heinen Obtained from: Martin Junius Notes: svn path=/head/; revision=116890
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* - make portlint happierDirk Meyer2004-01-311-1/+1
| | | | Notes: svn path=/head/; revision=99599
* - Fix gcc33 problemsDirk Meyer2003-11-191-0/+28
| | | | Notes: svn path=/head/; revision=94387
* - Update to 4.4.9Dirk Meyer2003-06-121-1/+1
| | | | Notes: svn path=/head/; revision=82881
* - Update to 4.4.7Dirk Meyer2003-04-121-1/+1
| | | | Notes: svn path=/head/; revision=78799
* - add COMMENTDirk Meyer2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75965
* Correct ports that were abusing the FORBIDDEN variable and replace withSean Chittenden2003-02-071-1/+1
| | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=75004
* Update to 4.4.6Dirk Meyer2002-10-051-1/+1
| | | | Notes: svn path=/head/; revision=67349
* Fix a LinebreakDirk Meyer2002-07-221-1/+2
| | | | Notes: svn path=/head/; revision=63398
* - Update to 4.4.5Dirk Meyer2002-07-221-1/+1
| | | | | | | - Fix build problems on STABLE/CURRENT Notes: svn path=/head/; revision=63395
* - make portlint happierDirk Meyer2002-01-051-28/+17
| | | | | | | | - use DOCSDIR or EXAMPLESDIR - get rid of some INTERACTIVE scrips in news/ifmail Notes: svn path=/head/; revision=52636
* change MAINTAINER to FreeBSD.org addressDirk Meyer2001-06-241-1/+1
| | | | Notes: svn path=/head/; revision=44375
* - Update to Fidogate 4.4.4Dirk Meyer2001-06-051-1/+1
| | | | | | | | | | | | | | Changes in 4.4.4: * rfc2ftn: fixed severe bug in handling of long header lines, e.g. References, which caused missing or incorrect ^AREPLYs. Thanks to Stephan Heitbrink <heitbrink@gmx.net> for reporting the bug and providing the test input news article files. * hosts2dns: default MX changed Notes: svn path=/head/; revision=43509
* Update to new stable release of fidogateDirk Meyer2001-03-101-1/+1
| | | | Notes: svn path=/head/; revision=39382
* Removed blank line to make portlint happyDirk Meyer2001-01-241-1/+0
| | | | Notes: svn path=/head/; revision=37528
* Update to version 4.4.2Kevin Lo2000-11-301-1/+1
| | | | | | | | PR: 23117 Submitted by: MAINTAINER Notes: svn path=/head/; revision=35539