aboutsummaryrefslogtreecommitdiffstats
path: root/mail/emailrelay
Commit message (Collapse)AuthorAgeFilesLines
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mktcberner2018-06-291-1/+2
| | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
* Remove all _USE=openssl occurrences.mat2017-03-151-1/+1
| | | | Sponsored by: Absolight
* mail/emailrelay: Fix DEFAULT_VERSIONS+=sslmarino2016-11-052-0/+15
| | | | | | | Both LibreSSL and the latest version of OpenSSL lack definitions for SSLv3_method, so handle that case to fix the build with those SSL options. Appoved by: SSL blanket
* - Update devel/doxygen to 1.8.12antoine2016-09-282-8/+8
| | | | | | - Adjust plist of ports depending on it PR: 212869
* - Update devel/doxygen to 1.8.11antoine2016-08-022-3/+3
| | | | | | | - Adjust plist of ports depending on it PR: 211447 Submitted by: maintainer
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* - Make IPV6 optionalmiwi2016-01-041-2/+5
| | | | | | | | | | | | On system without any IPv6 addresses emailrelay fails to start with messages: # service emailrelay start emailrelay: error: cannot bind the listening port: :::25 emailrelay: exception: cannot bind the listening port: :::25 /usr/local/etc/rc.d/emailrelay: WARNING: failed to start emailrelay PR: 204126 Submitted by: Dmitry Afanasiev Approved by: maintainer timeout
* Add a port of E-MailRelay, a simple SMTP proxy and store-and-forward messagedanfe2015-07-249-0/+1395
transfer agent (MTA). WWW: http://emailrelay.sourceforge.net/ PR: 199192 Submitted by: Robert Nelson