summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/fetchmail/Makefile5
-rw-r--r--mail/fetchmail/files/md54
-rw-r--r--mail/fetchmail/pkg/PLIST9
-rw-r--r--mail/fetchmailconf/Makefile4
4 files changed, 15 insertions, 7 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 52c77af5664..53180b46901 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.87 2001/03/04 03:26:50 assar Exp $
+# $NetBSD: Makefile,v 1.88 2001/03/10 10:51:03 frueauf Exp $
#
-DISTNAME= fetchmail-5.7.0
+DISTNAME= fetchmail-5.7.2
CATEGORIES= mail
MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \
http://www.tuxedo.org/~esr/fetchmail/ \
@@ -12,6 +12,7 @@ HOMEPAGE= http://www.tuxedo.org/~esr/fetchmail/
COMMENT= batch mail retrieval/forwarding utility for pop2, pop3, apop, imap
BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf
+BUILD_DEPENDS+= msgfmt:../../devel/gettext
USE_LIBINTL= yes
GNU_CONFIGURE= yes
diff --git a/mail/fetchmail/files/md5 b/mail/fetchmail/files/md5
index 53227c78621..f7f9bb203c1 100644
--- a/mail/fetchmail/files/md5
+++ b/mail/fetchmail/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.52 2001/03/03 12:27:51 frueauf Exp $
+$NetBSD: md5,v 1.53 2001/03/10 10:51:04 frueauf Exp $
-MD5 (fetchmail-5.7.0.tar.gz) = 0e5e14062e5e7d4004ebf1e04a272697
+MD5 (fetchmail-5.7.2.tar.gz) = f9210418ab6f065b58ffa0048e714d0d
diff --git a/mail/fetchmail/pkg/PLIST b/mail/fetchmail/pkg/PLIST
index c84338fa2f2..52d56db9948 100644
--- a/mail/fetchmail/pkg/PLIST
+++ b/mail/fetchmail/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2001/03/03 12:27:52 frueauf Exp $
+@comment $NetBSD: PLIST,v 1.9 2001/03/10 10:51:04 frueauf Exp $
bin/fetchmail
man/man1/fetchmail.1
share/doc/fetchmail/README
@@ -9,4 +9,11 @@ share/doc/fetchmail/FEATURES
share/doc/fetchmail/fetchmail-FAQ.html
share/doc/fetchmail/design-notes.html
share/doc/fetchmail/fetchmail-features.html
+share/locale/cs/LC_MESSAGES/fetchmail.mo
+share/locale/da/LC_MESSAGES/fetchmail.mo
+share/locale/es/LC_MESSAGES/fetchmail.mo
+share/locale/fr/LC_MESSAGES/fetchmail.mo
+share/locale/gl/LC_MESSAGES/fetchmail.mo
+share/locale/pl/LC_MESSAGES/fetchmail.mo
+share/locale/pt_BR/LC_MESSAGES/fetchmail.mo
@dirrm share/doc/fetchmail
diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile
index 444a3491094..0a60874b01b 100644
--- a/mail/fetchmailconf/Makefile
+++ b/mail/fetchmailconf/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2001/03/07 15:52:02 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2001/03/10 10:51:04 frueauf Exp $
-DISTNAME= fetchmail-5.7.0
+DISTNAME= fetchmail-5.7.2
PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/}
CATEGORIES= mail
MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \