diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-07-10 01:22:05 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-07-10 01:22:05 +0000 |
commit | 514ad0604050d5db189255ad90c2975593b0c4d9 (patch) | |
tree | a25d996d82efa50dd15be8776c7097805a32b2fe | |
parent | Activate p5-Storable (diff) |
Upgrade to 4.0.0
Notes
Notes:
svn path=/head/; revision=7260
-rw-r--r-- | mail/fetchmail/Makefile | 10 | ||||
-rw-r--r-- | mail/fetchmail/distinfo | 2 | ||||
-rw-r--r-- | mail/fetchmail/pkg-plist | 6 |
3 files changed, 13 insertions, 5 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index b6e1db08d2f4..0e0ed8904ee6 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: fetchmail -# Version required: 3.9.9 +# Version required: 4.0.0 # Date created: 26 Oct 1996 # Whom: Ville Eerola <ve@sci.fi> # -# $Id: Makefile,v 1.34 1997/06/16 15:51:55 max Exp $ +# $Id: Makefile,v 1.35 1997/07/02 13:04:57 ache Exp $ # -DISTNAME= fetchmail-3.9.9 +DISTNAME= fetchmail-4.0.0 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ @@ -24,6 +24,8 @@ post-patch: post-install: install -d -m 555 -o ${DOCOWN} -g ${DOCGRP} ${FDOC} cd ${WRKSRC} && ${INSTALL_DATA} \ - sample.rcfile FAQ fetchmail.FAQ.html ${FDOC} + sample.rcfile FAQ NOTES FEATURES README COPYING \ + fetchmail.FAQ.html fetchmail-features.html \ + design-notes.html ${FDOC} .include <bsd.port.mk> diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo index 5200d3c8a35c..9b8c6f289cf9 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -1 +1 @@ -MD5 (fetchmail-3.9.9.tar.gz) = d8d049fb24914a1392e8cc3a9ddd247e +MD5 (fetchmail-4.0.0.tar.gz) = 59b0371d8f2b2806b794cb0a70cf1c5d diff --git a/mail/fetchmail/pkg-plist b/mail/fetchmail/pkg-plist index 45c5aeecf488..6de8e6fc9d45 100644 --- a/mail/fetchmail/pkg-plist +++ b/mail/fetchmail/pkg-plist @@ -1,5 +1,11 @@ bin/fetchmail man/man1/fetchmail.1.gz +share/doc/fetchmail/README +share/doc/fetchmail/COPYING share/doc/fetchmail/FAQ +share/doc/fetchmail/NOTES +share/doc/fetchmail/FEATURES share/doc/fetchmail/fetchmail.FAQ.html +share/doc/fetchmail/design-notes.html +share/doc/fetchmail/fetchmail-features.html share/doc/fetchmail/sample.rcfile |