diff options
author | wiz <wiz@pkgsrc.org> | 2002-06-12 10:55:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-06-12 10:55:48 +0000 |
commit | fa8ae3102dc6259a55178e7f9cdf3f22044578fa (patch) | |
tree | 78239121809f985a9925a9b6df6b81b2b20cd21d | |
parent | 4a537d7a2648a833dee211df9d20d055bcf54126 (diff) | |
download | pkgsrc-fa8ae3102dc6259a55178e7f9cdf3f22044578fa.tar.gz |
Update to 0.3.5, provided by the new MAINTAINER, Dawid Szymanski,
in pkg/17226.
Changes since 0.3.4:
* Improved signal handling during update state
* Handle broken mboxes
* Improved dotlock, the -l argument works for instance
Also fix PLIST while I'm here (deinstall script takes care of config file).
-rw-r--r-- | mail/teapop/Makefile | 7 | ||||
-rw-r--r-- | mail/teapop/PLIST | 3 | ||||
-rw-r--r-- | mail/teapop/distinfo | 6 |
3 files changed, 7 insertions, 9 deletions
diff --git a/mail/teapop/Makefile b/mail/teapop/Makefile index 3c699d624ba..cbb8b544d7e 100644 --- a/mail/teapop/Makefile +++ b/mail/teapop/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2002/05/20 14:06:43 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2002/06/12 10:55:48 wiz Exp $ -DISTNAME= teapop-0.3.4 -PKGREVISION= 1 +DISTNAME= teapop-0.3.5 CATEGORIES= mail MASTER_SITES= ftp://ftp.toontown.org/pub/teapop/ \ http://www.toontown.org/pub/teapop/ -MAINTAINER= packages@netbsd.org +MAINTAINER= dawszy@arhea.net HOMEPAGE= http://www.toontown.org/teapop/ COMMENT= Yet another RFC1939 compliant POP3 server diff --git a/mail/teapop/PLIST b/mail/teapop/PLIST index 6ce1cf656f8..712bc1006a6 100644 --- a/mail/teapop/PLIST +++ b/mail/teapop/PLIST @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2002/05/07 22:49:19 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/06/12 10:55:48 wiz Exp $ etc/rc.d/teapop -etc/teapop.passwd libexec/teapop man/man8/teapop.8 sbin/cronpopauth.pl diff --git a/mail/teapop/distinfo b/mail/teapop/distinfo index 5d3c07f7d3e..b9907a561f6 100644 --- a/mail/teapop/distinfo +++ b/mail/teapop/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2002/04/29 16:44:17 hubertf Exp $ +$NetBSD: distinfo,v 1.7 2002/06/12 10:55:48 wiz Exp $ -SHA1 (teapop-0.3.4.tar.gz) = 36f710c0b57caf9595d6f901da33a4d74028bc79 -Size (teapop-0.3.4.tar.gz) = 139108 bytes +SHA1 (teapop-0.3.5.tar.gz) = 27e86a4b467f24f2527ecf15ad92cbb3471d1346 +Size (teapop-0.3.5.tar.gz) = 139858 bytes |