diff options
author | kevlo <kevlo@FreeBSD.org> | 2003-11-12 15:56:17 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2003-11-12 15:56:17 +0800 |
commit | 2650c3bedc8308845ec7ba306366b2868b560da5 (patch) | |
tree | 86bfb6c76a9d6a073a9d64d91a4d086da8d2e242 /mail/poppy | |
parent | 793db2ac006998f0a370c6bd06734591bffbbd86 (diff) | |
download | freebsd-ports-graphics-2650c3bedc8308845ec7ba306366b2868b560da5.tar.gz freebsd-ports-graphics-2650c3bedc8308845ec7ba306366b2868b560da5.tar.zst freebsd-ports-graphics-2650c3bedc8308845ec7ba306366b2868b560da5.zip |
- Update to version 4.01
- Update WWW and MASTER_SITES
Diffstat (limited to 'mail/poppy')
-rw-r--r-- | mail/poppy/Makefile | 7 | ||||
-rw-r--r-- | mail/poppy/distinfo | 2 | ||||
-rw-r--r-- | mail/poppy/pkg-descr | 2 | ||||
-rw-r--r-- | mail/poppy/pkg-plist | 1 |
4 files changed, 8 insertions, 4 deletions
diff --git a/mail/poppy/Makefile b/mail/poppy/Makefile index a828b62e0f3..12e566b663a 100644 --- a/mail/poppy/Makefile +++ b/mail/poppy/Makefile @@ -6,17 +6,20 @@ # PORTNAME= poppy -PORTVERSION= 3.1 +PORTVERSION= 4.01 CATEGORIES= mail -MASTER_SITES= http://home.sprynet.com/~cbagwell/ +MASTER_SITES= http://www.cnpbagwell.com/ MAINTAINER= kevlo@FreeBSD.org COMMENT= A client to perform simple tasks with a POP3/IMAP server NO_BUILD= yes +#USE_PERL5= yes + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/poppy ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/spamkill ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/poppy.1 ${PREFIX}/man/man1 .include <bsd.port.mk> diff --git a/mail/poppy/distinfo b/mail/poppy/distinfo index ebcb4fbbbb0..f7ad590637f 100644 --- a/mail/poppy/distinfo +++ b/mail/poppy/distinfo @@ -1 +1 @@ -MD5 (poppy-3.1.tar.gz) = e2a077e1eb1a3caec0d3f95987e21c01 +MD5 (poppy-4.01.tar.gz) = 6006f009eda184b5a7edbc1456f0adbe diff --git a/mail/poppy/pkg-descr b/mail/poppy/pkg-descr index f7e4150dcad..d5bb267f939 100644 --- a/mail/poppy/pkg-descr +++ b/mail/poppy/pkg-descr @@ -7,4 +7,4 @@ Poppy will individually show the mail headers along with the message's size of each message on the mail server and then allow you to read, delete, reply, or perform other tasks on that message. -WWW: http://home.sprynet.com/~cbagwell/projects.html +WWW: http://www.cnpbagwell.com/projects.html diff --git a/mail/poppy/pkg-plist b/mail/poppy/pkg-plist index 5619e19fba2..db72d4bb6e9 100644 --- a/mail/poppy/pkg-plist +++ b/mail/poppy/pkg-plist @@ -1,2 +1,3 @@ bin/poppy +bin/spamkill man/man1/poppy.1 |