aboutsummaryrefslogtreecommitdiffstats
path: root/mail/masqmail
Commit message (Collapse)AuthorAgeFilesLines
* mail/masqmail: Update version 0.3.=>0.3.5bofh2015-02-094-28/+18
| | | | | | | | - Make use of @sample - Make use of @(user,group,mode) - Remove depricated @dir* and cleanup pkg-plist Approved by: bapt marino (implicit)
* Change my non-FreeBSD MAINTAINER mail to bofh@bofh2014-12-241-1/+1
| | | | Approved by: bapt
* - Add DOCS to OPTIONS_DEFINEsunpoet2014-05-133-55/+53
| | | | | | | | | | | | | - Use ETCDIR - Support STAGEDIR - While I'm here: - Fix STAGEDIR prefix in PREFIX/sbin/rmail - Convert to new options helper - Simplify Makefile - Sort PLIST PR: ports/189661 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | mail)
* Convert to new options frameworkbapt2013-06-071-7/+8
|
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-6/+2
|
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichkwm2013-03-081-0/+1
| | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo
* - Update to 0.3.4miwi2012-04-116-90/+76
| | | | | | | - Pass maintainership to submitter PR: 166620 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* 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
|
* Reset anray@FreeBSD.org due to maintainer-timeouts and no response to email.linimon2010-12-021-1/+1
| | | | Hat: portmgr
* Markus Schnalke has taken over development from the original author.pgollucci2010-09-081-1/+1
| | | | | | | | The new project page for masqmail is http://marmaro.de/prog/masqmail/ PR: ports/148249 Submitted by: Rob B <rbyrnes@gmail.com> Approved by: maintainer timeout (anray ; 68 days)
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Enable support OPTIONSanray2009-05-241-4/+14
| | | | | PR: ports/134539 Submitted by: Nick Hibma <nick@anywi.com>
* 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)
* - Respect NO_INSTALL_MANPAGESanray2008-07-193-24/+15
| | | | | | | | | | | - files/masqmail.sh -> files/masqmail.in itectu@: no more .sh dougb@: move load_config above variables checks - use PORTDOCS - Bump PORTREVISION PR: ports/125652 Submitted by: Philip M. Gollucci pgollucci at p6m7g8.com
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - 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
* Fix glib depends. Needs glib20 instead of glib12.anray2006-04-011-1/+1
| | | | Reported by: kris(pointyhat)
* Update to 0.2.21anray2006-03-282-7/+7
|
* I'm hosted distfile for this port on http://santinel.bas-net.by/ports/.anray2006-03-231-1/+2
| | | | | | Developers site now is disappeared. Reported by: fenner portsurvey
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-0/+1
| | | | | Discussed with: kris Approved by: portmgr (implicit)
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+1
| | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts.
* * Remove NO_LATEST_LINK.anray2005-12-282-1/+1
| | | | * Add SHA256 checksum.
* Update to 0.2.20anray2005-12-2611-81/+79
|
* Change email address for all my ports.anray2005-12-161-2/+2
| | | | Approved by: sem(mentor)
* [PATCH] change MAINTAINER email address for all my ports.edwin2004-12-301-1/+1
| | | | | PR: ports/75559 Submitted by: Andrey Slusar <anray@inet.ua>
* Change maintainer's email.krion2004-08-081-1/+1
| | | | | PR: ports/70138 Submitted by: Andrey Slusar <vasallia@ukr.net>
* Utilize CONFLICTSsem2004-07-311-0/+3
| | | | | | | Fix trigraphs warnings PR: ports/69844 Submitted by: maintainer
* - Fix plist for NOPORTDOCS casepav2004-07-141-9/+9
| | | | | PR: ports/69014 Submitted by: Andrey Slusar <vasallia@ukr.net> (maintainer)
* Add MasqMail, a mail server designed for hosts that do not have a permanentpav2004-05-0310-0/+232
internet connection eg. a home network or a single host at home. It has special support for connections to different ISPs. It replaces sendmail or other MTAs such as qmail or exim. PR: ports/65178 Submitted by: Andrey Slusar <vasallia@ukr.net>