diff options
author | reed <reed@pkgsrc.org> | 2006-06-25 03:32:23 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2006-06-25 03:32:23 +0000 |
commit | 519e0c8d1e4f6b234506f7a15fb80eb82b215b31 (patch) | |
tree | 7bce33298027938cbf596d832d5fccf7f9009747 /mail/mpop | |
parent | 4f79483f8950cffe52ab242ca5c28ae49cf6ea84 (diff) | |
download | pkgsrc-519e0c8d1e4f6b234506f7a15fb80eb82b215b31.tar.gz |
I will be the maintainer. I use this software frequently for a few months.
It seg faults (with some double free() it looks like) when DNS
is not working. So after the freeze I will explore this more.
I also see a new version is available -- maybe it fixes it...
Diffstat (limited to 'mail/mpop')
-rw-r--r-- | mail/mpop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mpop/Makefile b/mail/mpop/Makefile index 023b8783fb1..338e5b9d530 100644 --- a/mail/mpop/Makefile +++ b/mail/mpop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/04/05 16:41:34 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2006/06/25 03:32:23 reed Exp $ # DISTNAME= mpop-0.8.2 @@ -7,7 +7,7 @@ CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mpop/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= reed@reedmedia.net HOMEPAGE= http://mpop.sourceforge.net/ COMMENT= Small, fast and portable POP3 client |