diff options
author | jim <jim@FreeBSD.org> | 2002-07-01 05:48:41 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2002-07-01 05:48:41 +0800 |
commit | 1c1ff47394a46b3759eb8564e186a15963f23d7a (patch) | |
tree | 2ed8baebbfb291ee7db263da1db2cfe277b6d99e /mail/teapop | |
parent | 259edcc376894b4474b14809c82eae20371ece66 (diff) | |
download | freebsd-ports-gnome-1c1ff47394a46b3759eb8564e186a15963f23d7a.tar.gz freebsd-ports-gnome-1c1ff47394a46b3759eb8564e186a15963f23d7a.tar.zst freebsd-ports-gnome-1c1ff47394a46b3759eb8564e186a15963f23d7a.zip |
Update to version 0.3.5. While I'm here, pass maintainership to
ports@FreeBSD.org.
Update requested by: Gea-Suan Lin <gslin@Infomath.math.NCTU.edu.tw>
Diffstat (limited to 'mail/teapop')
-rw-r--r-- | mail/teapop/Makefile | 5 | ||||
-rw-r--r-- | mail/teapop/distinfo | 2 | ||||
-rw-r--r-- | mail/teapop/files/patch-aa | 17 | ||||
-rw-r--r-- | mail/teapop/files/patch-ac | 13 | ||||
-rw-r--r-- | mail/teapop/pkg-plist | 1 |
5 files changed, 13 insertions, 25 deletions
diff --git a/mail/teapop/Makefile b/mail/teapop/Makefile index bef406d0aca5..d002ae401406 100644 --- a/mail/teapop/Makefile +++ b/mail/teapop/Makefile @@ -6,13 +6,12 @@ # PORTNAME= teapop -PORTVERSION= 0.3.3 -PORTREVISION= 1 +PORTVERSION= 0.3.5 CATEGORIES= mail MASTER_SITES= ftp://ftp.toontown.org/pub/teapop/ \ http://www.toontown.org/pub/teapop/ -MAINTAINER= jim@FreeBSD.org +MAINTAINER= ports@FreeBSD.org .if defined(WITH_PGSQL) LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7 diff --git a/mail/teapop/distinfo b/mail/teapop/distinfo index 22853235b4a0..f81ca5c33564 100644 --- a/mail/teapop/distinfo +++ b/mail/teapop/distinfo @@ -1 +1 @@ -MD5 (teapop-0.3.3.tar.gz) = d59e385aec8f1796439aecc81d87cc41 +MD5 (teapop-0.3.5.tar.gz) = 65fdea12d76c1ed45d65689f48f7f994 diff --git a/mail/teapop/files/patch-aa b/mail/teapop/files/patch-aa index 2cd606c95ac2..a0834203cc94 100644 --- a/mail/teapop/files/patch-aa +++ b/mail/teapop/files/patch-aa @@ -1,19 +1,20 @@ ---- 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 @@ +--- etc/Makefile.in.orig Sun Jun 30 14:32:20 2002 ++++ etc/Makefile.in Sun Jun 30 14:34:14 2002 +@@ -23,16 +23,9 @@ fi install: build - @ echo Checking for existing teapop.passwd; \ -- if [ -f ${sysconfdir}/teapop.passwd ]; then \ +- if [ -f ${DESTDIR}/${sysconfdir}/teapop.passwd ]; then \ - echo "Exists...NOT installing teapop.passwd"; \ - else \ - echo "Not found, installing teapop.passwd"; \ -- ${INSTALL} -d ${sysconfdir}; \ -- ${INSTALL} teapop.passwd ${sysconfdir}; \ -- ${CHMOD} 0644 ${sysconfdir}/teapop.passwd; \ +- ${INSTALL} -d ${DESTDIR}/${sysconfdir}; \ +- ${INSTALL} teapop.passwd \ +- ${DESTDIR}/${sysconfdir}; \ +- ${CHMOD} 0644 ${DESTDIR}/${sysconfdir}/teapop.passwd; \ - fi -+ @echo Installing teapop.passwd.sample; \ ++ @echo Installing teapop.passwd.sample; + ${INSTALL} -d ${sysconfdir}; \ + ${INSTALL} -m 0644 teapop.passwd ${sysconfdir}/teapop.passwd.sample; \ diff --git a/mail/teapop/files/patch-ac b/mail/teapop/files/patch-ac deleted file mode 100644 index ac6e0e40c71d..000000000000 --- a/mail/teapop/files/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ ---- teapop/pop_lock.c.orig Sun Mar 31 09:12:59 2002 -+++ teapop/pop_lock.c Sun Mar 31 09:14:38 2002 -@@ -239,6 +239,10 @@ - { - struct flock lock_data; - -+ /* xpinfo is unset if no mailbox is opened */ -+ if (xpinfo == NULL) -+ return; -+ - /* Maildir OR mbox */ - if (xpinfo->mboxtype == 1 || xpinfo->locktype & LOCK_DOTLOCK) { - (void)unlink(xpinfo->dotlock); diff --git a/mail/teapop/pkg-plist b/mail/teapop/pkg-plist index d2f17a6ecb6b..d0fd80aa3a88 100644 --- a/mail/teapop/pkg-plist +++ b/mail/teapop/pkg-plist @@ -1,2 +1,3 @@ libexec/teapop +sbin/cronpopauth.pl etc/teapop.passwd.sample |