diff options
author | ache <ache@FreeBSD.org> | 1997-07-10 01:22:05 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-07-10 01:22:05 +0000 |
commit | b96090d45d7c2015df2d6c46cd9dbaeae1ea3016 (patch) | |
tree | 8e1dddfdd11c709da50fca774bbd8530a38a0e62 /mail/fetchmail | |
parent | 29be839310c4fd8d3365183016edeabb7497b72a (diff) | |
download | FreeBSD-ports-b96090d45d7c2015df2d6c46cd9dbaeae1ea3016.zip FreeBSD-ports-b96090d45d7c2015df2d6c46cd9dbaeae1ea3016.tar.gz |
Upgrade to 4.0.0
Diffstat (limited to 'mail/fetchmail')
-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 b6e1db0..0e0ed89 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 5200d3c..9b8c6f2 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 45c5aee..6de8e6f 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 |