diff options
author | wiz <wiz> | 2002-06-12 10:55:48 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-06-12 10:55:48 +0000 |
commit | 1577125a3acbc74bd4c27d86597e6fbc40f0bb41 (patch) | |
tree | 78239121809f985a9925a9b6df6b81b2b20cd21d /mail/teapop/Makefile | |
parent | c9c83a0a576f2682830ca2dd040789a33e37f1a8 (diff) | |
download | pkgsrc-1577125a3acbc74bd4c27d86597e6fbc40f0bb41.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).
Diffstat (limited to 'mail/teapop/Makefile')
-rw-r--r-- | mail/teapop/Makefile | 7 |
1 files changed, 3 insertions, 4 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 |