diff options
author | wxs <wxs@FreeBSD.org> | 2008-12-23 20:41:46 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2008-12-23 20:41:46 +0800 |
commit | b21facfd15dd261dcbd2a944198d64d524d7f791 (patch) | |
tree | 82f5740c0cc345d72d15ae17327d57186d30cef1 /mail | |
parent | 6384d314dffefd51a84639d962e86bde9d7eda74 (diff) | |
download | freebsd-ports-gnome-b21facfd15dd261dcbd2a944198d64d524d7f791.tar.gz freebsd-ports-gnome-b21facfd15dd261dcbd2a944198d64d524d7f791.tar.zst freebsd-ports-gnome-b21facfd15dd261dcbd2a944198d64d524d7f791.zip |
- Fix build after asciidoc update
PR: ports/129866
Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dbmail23/files/patch-man_dbmail-deliver.txt | 11 | ||||
-rw-r--r-- | mail/dbmail23/files/patch-man_dbmail-sievecmd.txt | 13 | ||||
-rw-r--r-- | mail/dbmail23/files/patch-man_dbmail-users.txt | 13 |
3 files changed, 37 insertions, 0 deletions
diff --git a/mail/dbmail23/files/patch-man_dbmail-deliver.txt b/mail/dbmail23/files/patch-man_dbmail-deliver.txt new file mode 100644 index 000000000000..cc2bb50afc66 --- /dev/null +++ b/mail/dbmail23/files/patch-man_dbmail-deliver.txt @@ -0,0 +1,11 @@ +--- man/dbmail-deliver.txt.orig Mon Feb 4 17:37:40 2008 ++++ man/dbmail-deliver.txt Mon Dec 22 03:54:34 2008 +@@ -9,7 +9,7 @@ + SYNOPSIS + -------- + dbmail-deliver [-t headerfield] [-d addresses] [-u usernames] [-m|-M mailboxname] +-[-r return path] [-f configFile] +++++[-r return path] [-f configFile]+++ + + DESCRIPTION + ----------- diff --git a/mail/dbmail23/files/patch-man_dbmail-sievecmd.txt b/mail/dbmail23/files/patch-man_dbmail-sievecmd.txt new file mode 100644 index 000000000000..e80b04de93d8 --- /dev/null +++ b/mail/dbmail23/files/patch-man_dbmail-sievecmd.txt @@ -0,0 +1,13 @@ +--- man/dbmail-sievecmd.txt.orig Mon Feb 4 17:37:40 2008 ++++ man/dbmail-sievecmd.txt Mon Dec 22 03:54:42 2008 +@@ -9,8 +9,8 @@ + SYNOPSIS + -------- + dbmail-sievecmd -u username [-l] [-a scriptname] [-d scriptname] +-[-i scriptname file] [-c [scriptname]] [-r scriptname] +-[-f configfile] [-nvVh] +++++[-i scriptname file] [-c [scriptname]] [-r scriptname]+++ +++++[-f configfile] [-nvVh]+++ + + DESCRIPTION + ----------- diff --git a/mail/dbmail23/files/patch-man_dbmail-users.txt b/mail/dbmail23/files/patch-man_dbmail-users.txt new file mode 100644 index 000000000000..0233e8379ade --- /dev/null +++ b/mail/dbmail23/files/patch-man_dbmail-users.txt @@ -0,0 +1,13 @@ +--- man/dbmail-users.txt.orig Mon Feb 4 17:37:40 2008 ++++ man/dbmail-users.txt Mon Dec 22 03:54:51 2008 +@@ -9,8 +9,8 @@ + SYNOPSIS + -------- + dbmail-users { -a username | -c username } [ -g clientid ] [ -m maxmail] +-[ -p passwordtype ] [ -P shadowfile ] [ -w password ] [ -W passwordfile] +-[ -u username ] [ -s aliases ] [ -S aliases ] +++++[ -p passwordtype ] [ -P shadowfile ] [ -w password ] [ -W passwordfile]+++ +++++[ -u username ] [ -s aliases ] [ -S aliases ]+++ + + dbmail-users { -d username | -e username } + |