diff options
Diffstat (limited to 'mail/teapop')
-rw-r--r-- | mail/teapop/Makefile | 6 | ||||
-rw-r--r-- | mail/teapop/distinfo | 8 | ||||
-rw-r--r-- | mail/teapop/patches/patch-aa | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/mail/teapop/Makefile b/mail/teapop/Makefile index f1a43c4fc05..10d06e48ac9 100644 --- a/mail/teapop/Makefile +++ b/mail/teapop/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2001/06/30 21:21:51 zuntum Exp $ +# $NetBSD: Makefile,v 1.4 2001/08/31 21:27:49 zuntum Exp $ -DISTNAME= teapop-0.3.1 +DISTNAME= teapop-0.3.2 CATEGORIES= mail MASTER_SITES= ftp://ftp.toontown.org/pub/teapop/ \ http://www.toontown.org/pub/teapop/ -MAINTAINER= zuntum@netbsd.org +MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.toontown.org/teapop/ COMMENT= Yet another RFC1939 compliant POP3 server diff --git a/mail/teapop/distinfo b/mail/teapop/distinfo index f7e06763dd0..201285df6c9 100644 --- a/mail/teapop/distinfo +++ b/mail/teapop/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2001/06/30 21:21:51 zuntum Exp $ +$NetBSD: distinfo,v 1.4 2001/08/31 21:27:49 zuntum Exp $ -SHA1 (teapop-0.3.1.tar.gz) = 031bde1799941b47a3b727018a2577436de72f75 -Size (teapop-0.3.1.tar.gz) = 99621 bytes -SHA1 (patch-aa) = 70d851d3928d23d54da64b41cc5a7d76c23bb674 +SHA1 (teapop-0.3.2.tar.gz) = 28b4eec496f029adb2bf91736d4a768fe9681bfa +Size (teapop-0.3.2.tar.gz) = 102060 bytes +SHA1 (patch-aa) = de3c520ebc44cc14148c4a0130bb9d67f4bb1de8 diff --git a/mail/teapop/patches/patch-aa b/mail/teapop/patches/patch-aa index b3df1ff23d9..3dc5ea29207 100644 --- a/mail/teapop/patches/patch-aa +++ b/mail/teapop/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.2 2001/04/03 05:52:01 zuntum Exp $ +$NetBSD: patch-aa,v 1.3 2001/08/31 21:27:49 zuntum Exp $ ---- etc/Makefile.in.orig Fri Mar 30 22:49:49 2001 +--- etc/Makefile.in.orig Tue Aug 28 22:40:21 2001 +++ etc/Makefile.in @@ -23,15 +23,8 @@ fi @@ -13,7 +13,7 @@ $NetBSD: patch-aa,v 1.2 2001/04/03 05:52:01 zuntum Exp $ - echo "Not found, installing teapop.passwd"; \ - ${INSTALL} -d ${sysconfdir}; \ - ${INSTALL} teapop.passwd ${sysconfdir}; \ -- ${CHMOD} 0755 ${sysconfdir}/teapop.passwd; \ +- ${CHMOD} 0644 ${sysconfdir}/teapop.passwd; \ - fi + ${BSD_INSTALL_DATA_DIR} ${prefix}/share/examples/teapop + ${BSD_INSTALL_DATA} teapop.passwd ${prefix}/share/examples/teapop |