aboutsummaryrefslogtreecommitdiffstats
path: root/mail/qpopper/files
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2000-10-06 02:07:01 +0800
committerknu <knu@FreeBSD.org>2000-10-06 02:07:01 +0800
commit8d33239f8e2cf8aa5bf5b9d675c59088aacda56b (patch)
treecb18c0cacb3f60d526bbe4747df97add11e94414 /mail/qpopper/files
parent35834a50af299c4b21bfe6dcdc8d20fa76ff055d (diff)
downloadfreebsd-ports-graphics-8d33239f8e2cf8aa5bf5b9d675c59088aacda56b.tar.gz
freebsd-ports-graphics-8d33239f8e2cf8aa5bf5b9d675c59088aacda56b.tar.zst
freebsd-ports-graphics-8d33239f8e2cf8aa5bf5b9d675c59088aacda56b.zip
Update to 3.1fc1.
Preserve popauth's name on installation, as it looks up argv[0] and tries to change its default behavior according to it. Reported in: FreeBSD-users-jp@jp.FreeBSD.org mailing list Cleanup Makefile & patches a bit.
Diffstat (limited to 'mail/qpopper/files')
-rw-r--r--mail/qpopper/files/patch-ac14
-rw-r--r--mail/qpopper/files/patch-ap39
2 files changed, 11 insertions, 42 deletions
diff --git a/mail/qpopper/files/patch-ac b/mail/qpopper/files/patch-ac
index f04ccc81eca..94ef0776838 100644
--- a/mail/qpopper/files/patch-ac
+++ b/mail/qpopper/files/patch-ac
@@ -1,11 +1,11 @@
---- man/popper.8.orig Sat Jul 15 02:41:38 2000
-+++ man/popper.8 Wed Jul 19 10:18:40 2000
+--- man/popper.8.orig Sun Sep 10 08:52:41 2000
++++ man/popper.8 Fri Oct 6 02:49:25 2000
@@ -19,7 +19,7 @@
.SH NAME
- qpopper \-\- pop 3 server (v3.1b5)
+ qpopper \-\- pop 3 server (v3.1b7)
.SH SYNOPSIS
-.B /usr/local/lib/popper
-+.B /usr/local/libexec/qpopper
- [ -b buildir ]
- [ -c ]
- [ -d ]
++.B !!PREFIX!!/libexec/qpopper
+ [
+ .I [ address ]
+ .I [ ":" ]
diff --git a/mail/qpopper/files/patch-ap b/mail/qpopper/files/patch-ap
index aab7b68b9aa..97f4688c9e2 100644
--- a/mail/qpopper/files/patch-ap
+++ b/mail/qpopper/files/patch-ap
@@ -1,42 +1,11 @@
---- /tmp/qpopper/work/qpopper3.1b5/man/popauth.8 Sat Jul 15 00:51:58 2000
-+++ man/popauth.8 Wed Jul 19 10:04:19 2000
-@@ -4,25 +4,25 @@
- .\" @(#)$Id: popauth.8,v 3.1b1 2000/06/07 05:01:06 qpop Exp $
- .TH POPAUTH 8
- .SH NAME
--popauth -- manipulate POP authorization DB
-+qpopauth -- manipulate POP authorization DB
- .SH SYNOPSIS
--popauth
-+qpopauth
- \%[\-init] \%[\-list] \%[\-delete\ name] \%[\-user\ name [password]]
-
- popauth
- \%[/help]
- .SH DESCRIPTION
--The \fIpopauth\fR program allows a POP-subscriber to change the secret
-+The \fIqpopauth\fR program allows a POP-subscriber to change the secret
- value used to generate their authentication credentials.
- In addition,
- the super\-user or master POP user may use this program to either
- add or remove a user, or to print public information from it. Only the
--super\-user may initialize the database. \fIpopauth\fR is useful only when
-+super\-user may initialize the database. \fIqpopauth\fR is useful only when
- the APOP configuration option is defined. (This configuration option defines
- the name of the POP authorization DB.)
-
- Under normal usage,
--\fIpopauth\fR prompts for a new secret,
-+\fIqpopauth\fR prompts for a new secret,
- just like the \fIpasswd\fR program.
- It then updates the POP authorization DB accordingly.
-
-@@ -36,8 +36,8 @@
+--- man/popauth.8.orig Mon Aug 21 06:18:08 2000
++++ man/popauth.8 Fri Oct 6 02:54:02 2000
+@@ -74,8 +74,8 @@
With the `\-delete' switch, the super-user or master POP user can remove
a user entry from the authorization DB.
.SH FILES
-/etc/pop.auth.* POP authorization DB
-+/usr/local/etc/qpopper/pop.auth.* POP authorization DB
++!!PREFIX!!/etc/qpopper/pop.auth.* POP authorization DB
.SH ACKNOWLEDGEMENTS
This program was derived from MH 6.8.3
.SH SEE ALSO