summaryrefslogtreecommitdiff
path: root/mail/ssmtp/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up patchesMateusz Piotrowski2020-10-226-78/+91
| | | | | | | | - Clean up REINPLACE_CMDs, use patches if possible - Set OPENSSL_LIBS instead of OPENSSL_LDFLAGS in order to remove one patch for the configure script - Patch ssmtp.8 to refer to the proper path for sendmail - Remove a patch adding strndup for FreeBSD 7.
* Clean up the portMateusz Piotrowski2020-10-221-6/+9
| | | | | | | | | | | | - Use = instead of += when unnecessary when assigning values to standard ports variables - Set to various option-specific variables via OPTION_VARIABLEs. - Improve the description of USERPREFS; it's better to have a more descriptive option instead of defining a custom warning in "pre-everything::". - Use OPTION_CONFIGURE_ENABLE instead of OPTION_CONFIGURE_ON. - Install manual pages at the preferred directory - Install *.sample in ETCDIR with @sample, update pkg-message accordingly.
* Mention AuthUser/Pass in sample configuration fileMateusz Piotrowski2020-03-051-0/+12
| | | | | | | | | | | The example file ssmtp.conf.sample does not at all mention either STARTTLS or authentication for target MTAs. This patch fixes that. Also, update WWW. PR: 242602 Submitted by: Jan-Piet Mens <ports@jpmens.net> Approved by: aragon@phat.za.net (maintainer timeout)
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-0/+6
|
* mail/ssmtp:Lars Engels2017-11-231-29/+38
| | | | | | | | | | - Add a patch to allow passwords containing = and # characters - Bump PORTREVISION PR: 207117 Submitted by: Sergey Manucharian <sm@ara-ler.com> Approved by: maintainer timeout (21 months) MFH: 2017Q4
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-1/+1
| | | | Approved by: portmgr blanket
* Show correct installation prefix in pkg-messagePawel Pekala2014-03-061-4/+4
| | | | | | PR: ports/187246 Submitted by: Zane C.B-H. <vvelox@vvelox.net> Approved by: maintainer
* Explain what 'make replace' does.Eitan Adler2011-12-211-1/+10
| | | | | | | PR: ports/160257 Submitted by: Sam Cassiba <sam@cassiba.com> Approved by: maintainer timeout (114 days) Feature safe: yes
* - Update to 2.64.Martin Wilke2011-02-276-295/+69
| | | | | | | | | | | | Other changes: * Restyle port to use options framework plus other style changes. * Remove MD5 authentication knob - enabled by default now. * Add X-Originating-IP knob with patch from upstream. * Add ssmtp.conf.5 man page to installation. PR: 154924 Submitted by: Aragon Gouveia <aragon@phat.za.net> (maintainer)
* - Updated to 2.62.3Greg Larkin2009-12-056-228/+277
| | | | | | | | - Link against system MD5 libs instead of included modules to fix CRAM-MD5 authentication PR: ports/140175 Submitted by: Aragon Gouveia <aragon@phat.za.net>
* - Remove debug printf from upstream patch to quiet down cronGreg Larkin2009-01-151-18/+10
| | | | Reported by: Lars Francke <l dot francke at gmx dot de>
* - Take maintainershipGreg Larkin2008-11-196-10/+603
| | | | | | | | | | | | - Various Makefile cleanups - Added protection for config files, including group creation/ deletion - Incorporated patches from http://bugs.debian.org/ssmtp to fix compiler warnings PR: ports/114945 Submitted by: znerd Reviewed by: stas
* - Add WITH_USERPREFS knob: a user can set his own reverse alias,Sergei Kolobov2003-11-081-3/+42
| | | | | | | | | e.g.: % echo "nospam@cotds.org" > ~/.ssmtprc - Bump PORTREVISION PR: 59063 Submitted by: maintainer
* - update to 2.60.4Christian Weisgerber2003-10-011-2/+2
| | | | | | | | - use proper OpenSSL hooks - take maintainership PR: 57450 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
* update of mail/ssmtp to 2.50.9Edwin Groothuis2003-04-145-62/+54
| | | | | | | update of mail/ssmtp to 2.60.3 PR: ports/40344 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Adding ssmtp version 2.38.Steve Price2001-02-261-0/+62
A sendmail alternative for small routers (only for outgoing mail). PR: 24263 Submitted by: Tomasz Paszkowski <ns88@k.pl>