aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-09-30 14:09:51 +0800
committeredwin <edwin@FreeBSD.org>2007-09-30 14:09:51 +0800
commit47618868138433633bcebd7a2c6d4c567edc0afb (patch)
treeecf592cf18fc7d31963c7f36c91586e3690ccb54 /mail
parentc976a54e3165058674737062421c1791290e2990 (diff)
downloadfreebsd-ports-gnome-47618868138433633bcebd7a2c6d4c567edc0afb.tar.gz
freebsd-ports-gnome-47618868138433633bcebd7a2c6d4c567edc0afb.tar.zst
freebsd-ports-gnome-47618868138433633bcebd7a2c6d4c567edc0afb.zip
error in man page for imapd of mail/imap-uw
If you install the imap-wu port and read the imapd man page it shows under SYNOPSIS that imapd is installed in the directory /usr/etc/imapd, however the port install the binary under /usr/local/libexec Also fixed for ipopd.8 PR: ports/102060 Submitted by: Jan Riedinger <jan@master.swk.sns.eu>
Diffstat (limited to 'mail')
-rw-r--r--mail/imap-uw/Makefile2
-rw-r--r--mail/imap-uw/files/patch-src__imapd__imapd.811
-rw-r--r--mail/imap-uw/files/patch-src__ipopd__ipopd.814
3 files changed, 26 insertions, 1 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile
index 4f2bfe95a8b5..bc02bf7a115a 100644
--- a/mail/imap-uw/Makefile
+++ b/mail/imap-uw/Makefile
@@ -8,7 +8,7 @@
PORTNAME= imap
PORTVERSION= 2006j
DISTVERSIONSUFFIX= 2
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \
diff --git a/mail/imap-uw/files/patch-src__imapd__imapd.8 b/mail/imap-uw/files/patch-src__imapd__imapd.8
new file mode 100644
index 000000000000..dfc14334836e
--- /dev/null
+++ b/mail/imap-uw/files/patch-src__imapd__imapd.8
@@ -0,0 +1,11 @@
+--- src/imapd/imapd.8.orig Sun Sep 30 16:06:25 2007
++++ src/imapd/imapd.8 Sun Sep 30 16:06:38 2007
+@@ -16,7 +16,7 @@
+ .SH NAME
+ IMAPd \- Internet Message Access Protocol server
+ .SH SYNOPSIS
+-.B /usr/etc/imapd
++.B /usr/local/libexec/imapd
+ .SH DESCRIPTION
+ .I imapd
+ is a server which supports the
diff --git a/mail/imap-uw/files/patch-src__ipopd__ipopd.8 b/mail/imap-uw/files/patch-src__ipopd__ipopd.8
new file mode 100644
index 000000000000..a712defab505
--- /dev/null
+++ b/mail/imap-uw/files/patch-src__ipopd__ipopd.8
@@ -0,0 +1,14 @@
+--- src/ipopd/ipopd.8.orig Sun Sep 30 16:08:01 2007
++++ src/ipopd/ipopd.8 Sun Sep 30 16:08:10 2007
+@@ -16,9 +16,9 @@
+ .SH NAME
+ IPOPd \- Post Office Protocol server
+ .SH SYNOPSIS
+-.B /usr/etc/ipop2d
++.B /usr/local/libexec/ipop2d
+ .PP
+-.B /usr/etc/ipop3d
++.B /usr/local/libexec/ipop3d
+ .SH DESCRIPTION
+ .I ipop2d
+ and