aboutsummaryrefslogtreecommitdiffstats
path: root/mail/proxsmtp
Commit message (Collapse)AuthorAgeFilesLines
* Do not force stop services when a package is deinstalled.mat2018-06-272-2/+1
| | | | | | Starting or stopping services is the role of pkg(8). Sponsored by: Absolight
* - MASTER_SITES cleanupzi2017-08-021-1/+2
|
* mail category: Remove $PTHREAD_LIBSmarino2015-03-251-1/+1
| | | | | | | | | | | | | | Note: The following ports did not pass check-plist (CP) or stage-qa (QA) tests. The sendmail port has many problems, but this was already known by myself as I fixed it properly on DPorts last week. It's a forward action to submit a PR against mail/sendmail. * antivirus-milter (CP) * dk-milter (CP) * milter-regex (CP) * sendmail (CP, QA) approved by: PTHREAD blanket
* - Add ability to configure default bannerszi2015-03-112-3/+20
| | | | | - Whitespace cleanup - Take MAINTAINERship
* - Add staging supportpawel2014-06-063-22/+11
| | | | | | | - Convert to new option framework - More precise BSD license - Use @sample for config file - Fix typo, remove Author tag from pkg-descr
* - Convert gmake to USESmiwi2014-05-291-1/+1
| | | | Approved by: portmgr
* Fix properties on pkg-plistbapt2014-01-221-1/+0
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | mail)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* Style: tab -> space.eadler2013-03-291-1/+1
| | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
* - Update to 1.10.araujo2012-12-174-23/+22
| | | | | PR: ports/174173 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Reassign to the heap at maintainer's requesttabthorpe2012-12-041-6/+2
| | | | Feature safe: yes
* Move the rc.d scripts of the form *.sh.in to *.indougb2012-08-062-1/+1
| | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* - remove MD5ohauer2011-07-031-1/+0
|
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Update to 1.8.lippe2009-09-132-7/+9
| | | | | | PR: ports/138328 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: maintainer timeout (2 weeks)
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* - Update to 1.7beech2007-07-245-16/+15
| | | | | | | | | - Add config file create PR: ports/114638 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Approved by: Dario Freni <saturnero@gufi.org> (maintainer), sat (mentor)
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* - Update to 1.6miwi2007-01-112-5/+5
| | | | | | PR: ports/107765 Submitted by: miwi Approved by: maintainer
* - Update to 1.5mnag2006-10-312-5/+4
| | | | | PR: 104892 Approved by: maintainer
* - Fix typo in COMMENT [1]mnag2006-02-182-2/+2
| | | | | | | | | - Remove unnecessary sig_stop=-KILL in rc.d script - Bump PORTREVISION PR: 93480 Submitted by: mnag, thierry [1] Approved by: maintainer
* - Update to 1.3mnag2006-02-173-22/+20
| | | | | | | | | | - Pass PTHREAD_{LIBS,CFLAGS} via CONFIGURE_ARGS instead of REINPLACE_CMD. configure support it. - PORTDOCS does not need of defined(NOPORTDOCS) check - Reorganize rc.d script PR: 93439 Submitted by: mnag Approved by: maintainer
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* ProxSMTP is a flexible tool that allows you to reject, change or logpav2005-05-047-0/+110
email based on arbitrary critera. It accepts SMTP connections and forwards the SMTP commands and responses to another SMTP server. You need to be able to write the filtering scripts that integrate it with your particular needs. PR: ports/80596 Submitted by: Dario Freni <saturnero@gufi.org>