diff options
author | jim <jim@FreeBSD.org> | 2001-08-31 00:31:21 +0000 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2001-08-31 00:31:21 +0000 |
commit | 16b04088217cd651553bdffe0ea280209f8666b7 (patch) | |
tree | 96b17a9182d12fde530ea286dcca40a5707d64e7 /mail/teapop | |
parent | 850e10fc5ce04f030a4932ba3ef817e86f4e9b72 (diff) | |
download | FreeBSD-ports-16b04088217cd651553bdffe0ea280209f8666b7.zip FreeBSD-ports-16b04088217cd651553bdffe0ea280209f8666b7.tar.gz |
Update to version 0.3.2.
Diffstat (limited to 'mail/teapop')
-rw-r--r-- | mail/teapop/Makefile | 2 | ||||
-rw-r--r-- | mail/teapop/distinfo | 2 | ||||
-rw-r--r-- | mail/teapop/files/patch-aa | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/mail/teapop/Makefile b/mail/teapop/Makefile index efa86a0..8739e0f 100644 --- a/mail/teapop/Makefile +++ b/mail/teapop/Makefile @@ -6,7 +6,7 @@ # PORTNAME= teapop -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.2 CATEGORIES= mail MASTER_SITES= ftp://ftp.toontown.org/pub/teapop/ \ http://www.toontown.org/pub/teapop/ diff --git a/mail/teapop/distinfo b/mail/teapop/distinfo index 93a53d1..0022f9a 100644 --- a/mail/teapop/distinfo +++ b/mail/teapop/distinfo @@ -1 +1 @@ -MD5 (teapop-0.3.1.tar.gz) = 5b8979ec78a6ab9dbc98f222a8bc6740 +MD5 (teapop-0.3.2.tar.gz) = dfdce4537bc926ab8881020bcd12e82f diff --git a/mail/teapop/files/patch-aa b/mail/teapop/files/patch-aa index 65ca84e..2cd606c 100644 --- a/mail/teapop/files/patch-aa +++ b/mail/teapop/files/patch-aa @@ -1,5 +1,5 @@ ---- etc/Makefile.in.orig Wed Apr 4 12:39:19 2001 -+++ etc/Makefile.in Wed Apr 4 12:41:14 2001 +--- etc/Makefile.in.orig Thu Aug 30 17:24:19 2001 ++++ etc/Makefile.in Thu Aug 30 17:25:37 2001 @@ -23,15 +23,9 @@ fi @@ -11,7 +11,7 @@ - echo "Not found, installing teapop.passwd"; \ - ${INSTALL} -d ${sysconfdir}; \ - ${INSTALL} teapop.passwd ${sysconfdir}; \ -- ${CHMOD} 0755 ${sysconfdir}/teapop.passwd; \ +- ${CHMOD} 0644 ${sysconfdir}/teapop.passwd; \ - fi + @echo Installing teapop.passwd.sample; \ + ${INSTALL} -d ${sysconfdir}; \ |