summaryrefslogtreecommitdiff
path: root/mail/ssmtp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Clean up patchesMateusz Piotrowski2020-10-227-83/+98
| | | | | | | | - 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-223-36/+31
| | | | | | | | | | | | - 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.
* Update WWWMateusz Piotrowski2020-10-222-3/+3
| | | | Also, reset maintainer due to 3 consecutive timeouts.
* Mention AuthUser/Pass in sample configuration fileMateusz Piotrowski2020-03-053-2/+14
| | | | | | | | | | | 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)
* Sort variables & clean upMateusz Piotrowski2020-03-051-20/+24
| | | | | | No function changes intended. Approved by: portmgr (infrastructure blanket)
* Drop the ipv6 virtual category for m* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
|
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-0/+6
|
* For ports in `mail' category: remove redundant PKGMESSAGE assignment,Alexey Dokuchaev2018-05-051-1/+0
| | | | | which is set appropriately by the b.p.m when `pkg-message' appears on the SUB_FILES list.
* mail/ssmtp:Lars Engels2017-11-232-30/+39
| | | | | | | | | | - 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
* Don't register an openssl dependency if the OPENSSL options isAdam Weinberger2017-04-221-2/+3
| | | | turned off.
* - specify LICENSEMartin Wilke2017-04-211-0/+3
| | | | | | PR: 218291 (based on) Submitted by: asomers@ Approved by: maintainer timeout
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-2/+1
| | | | Sponsored by: Absolight
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-1/+1
| | | | Approved by: portmgr blanket
* - Modernize plistDmitry Marakasov2015-07-301-1/+1
| | | | Approved by: portmgr blanket
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Change INSTALL_DATA to install with mode 644Antoine Brodin2014-09-042-10/+4
| | | | | | | | | | Remove patches and hacks that were used to work around the previous situation This allows to stage more ports as a regular user Differential Revision: https://reviews.freebsd.org/D703 Reviewed by and discussed with: bapt With hat: portmgr
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Remove all space characters from Makefile assignments.Jimmy Olgeni2014-06-081-7/+7
| | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt)
* 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
* - Add CRAMMD5 option [1]Pawel Pekala2014-02-013-33/+29
| | | | | | | | | | | | | | - Add OPENSSL option [2] - Change USE_GMAKE to USES=gmake - Convert to option helpers - Add support for staging - Unmute install commands - Fix WWW: line PR: ports/181641 [1] [2] Submitted by: Dewayne <dewayne.geraghty@heuristicsystems.com.au> [1] maintainer [2] Approved by: maintainer
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | mail)
* - Remove wrong OPTIONS_DEFINESunpoet Po-Chuan Hsieh2013-08-291-1/+0
| | | | | | PR: ports/181652 Submitted by: David Demelier <demelier.david@gmail.com> Approved by: Aragon Gouveia <aragon@phat.za.net> (maintainer)
* Convert to new options frameworkBaptiste Daroussin2013-06-041-13/+10
|
* 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-278-325/+102
| | | | | | | | | | | | 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)
* - Fix @dirrmtryAndrej Zverev2011-01-112-2/+1
| | | | | | | | - Remove MD5 checksum PR: ports/153862 Submitted by: az Approved by: maintainer
* Explicitly empty TARGET_ARCH to prevent build problems.Stefan Walter2010-07-011-0/+1
| | | | | | | PR: 147853 Submitted by: Olivier Cochard-Labbé <olivier@cochard.me> Patch by: maintainer Feature safe: yes
* - Use absolute pathnames in mailer.confPietro Cerutti2010-05-181-2/+2
| | | | | | PR: 146692 Submitted by: gahr Approved by: Aragon Gouveia <aragon@phat.za.net> (maintainer)
* - Transferred to new maintainer Aragon Gouveia (aragon@phat.za.net)Greg Larkin2009-12-071-1/+1
| | | | Approved by: email with new maintainer
* - Updated to 2.62.3Greg Larkin2009-12-058-241/+283
| | | | | | | | - 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>
* - Fix ETCDIR removal problem after recent pkg-plist updateGreg Larkin2009-01-272-2/+2
| | | | | | - Bump PORTREVISION Reported by: itetcu, pointyhat (pav)
* - 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>
* Fix to use pre-su-install instead of pre-install. Appease portlintDavid Thiel2009-01-082-2/+2
| | | | | | by using dirrmtry while I'm here. Approved by: glarkin@ (maintainer)
* - Take maintainershipGreg Larkin2008-11-198-29/+631
| | | | | | | | | | | | - 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
* - Drop maintainershipClement Laforet2008-09-011-1/+1
|
* - Update WWWMartin Wilke2008-08-141-1/+1
| | | | | | PR: 120689 Submitted by: Dimiter Ivanov <erazorbg@gmail.com> Approved by: maintainer timeout
* - Update to 2.61-11.1Clement Laforet2007-09-182-3/+9
|
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
|
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | Approved by: krion@
* - Fix typo which prevent to build ssmtp MD5 authClement Laforet2005-04-051-1/+1
| | | | Reported by: bsdcrank at squbes dot com
* - Update to 2.61Clement Laforet2004-10-142-5/+5
|
* - Update to ssmtp_2.60.12.Clement Laforet2004-08-082-3/+3
| | | | This release fixes most of auth smtp known bugs
* - Update to 2.6.9Clement Laforet2004-05-192-4/+12
| | | | - Add WITHOUT_IPV6 and WITH_MD5AUTH knobs
* - Add WITH_LOGFILE knob (additional logging over and above syslog)Clement Laforet2004-05-171-0/+4
|
* update to 2.60.8Oliver Eikemeier2004-05-132-4/+3
| | | | | | PR: 66585 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Approved by: clement
* WITH_USERPREFS is now the default.Clement Laforet2004-02-251-5/+3
| | | | Define WITHOUT_USERPREFS to disable user preferences.
* - SIZEify distinfoClement Laforet2004-02-071-0/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | (Part 1)
* - Update my email addressClement Laforet2004-01-131-1/+1
| | | | Approved and reviewed by: erwin (mentor)