aboutsummaryrefslogtreecommitdiffstats
path: root/mail/wmymail
ModeNameSize
-rw-r--r--Makefile529logstatsplainblame
-rw-r--r--distinfo189logstatsplainblame
d---------files42logstatsplain
-rw-r--r--pkg-descr171logstatsplainblame
rt has a dedicated user/group, so use them in the rc script (instead root) - use dedicated log directory - assign port to ports@ devel/pecl-spread - bump PORTREVISION PR: 175510 Submitted by: Javier Martin Rueda <jmrueda@diatel.upm.es> * - use reserverd UID/GIDohauer2012-07-218-86/+11 | | | | | | | | | | | | | - use ports-framework to create user/group - remove pkg-(de)install - rename patchfiles - rename rc file ( s/.in// ) - bump PORTREVISION with hat apache@ PR: 169953 Submitted by: Marcello Coutinho <marcellocoutinho@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 painful examples of foo="", with particular prejudice againstdougb2011-05-151-1/+1 | | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps * - Get Rid MD5 supportmiwi2011-03-201-1/+0 | * - Assign some ports to apache@pgollucci2010-04-291-1/+1 | * For those ports that have been fully adapted to USE_RC_SUBR remove thedougb2010-03-271-1/+0 | | | | | | | old RC_SCRIPTS_SUB as it has not been needed for a long time. For those that have not yet been updated, remove RC_SUBR=${RC_SUBR} from the list. * Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1 | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# * - Adoptpgollucci2010-01-121-1/+1 | * For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-3/+0 | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. * - Update to 4.1.0wen2009-11-083-9/+12 | | | | - Reset maintainer * Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-3/+2 | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. * - Update to 4.0.0miwi2009-01-1512-306/+69 | | | | | | | - Pass maintainership to submitter PR: 128358 Submitted by: Wen heping <wenheping@gmail.com> * - Update to 3.17.4miwi2008-06-192-6/+5 | | | | | PR: 124515 Submitted by: Wen heping <wenheping@gmail.com>