summaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
Diffstat (limited to 'mail/fetchmail')
-rw-r--r--mail/fetchmail/Makefile5
-rw-r--r--mail/fetchmail/PLIST4
-rw-r--r--mail/fetchmail/distinfo7
-rw-r--r--mail/fetchmail/patches/patch-af23
4 files changed, 32 insertions, 7 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index be338a17229..4f04a66d538 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.112 2002/02/13 22:59:02 skrll Exp $
+# $NetBSD: Makefile,v 1.113 2002/04/06 16:53:01 frueauf Exp $
-DISTNAME= fetchmail-5.9.6
-PKGREVISION= 1
+DISTNAME= fetchmail-5.9.11
CATEGORIES= mail
MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \
http://www.tuxedo.org/~esr/fetchmail/ \
diff --git a/mail/fetchmail/PLIST b/mail/fetchmail/PLIST
index 588127abe01..afbaa3a8e3b 100644
--- a/mail/fetchmail/PLIST
+++ b/mail/fetchmail/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:00:06 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/04/06 16:53:02 frueauf Exp $
bin/fetchmail
man/man1/fetchmail.1
share/doc/fetchmail/README
@@ -11,9 +11,11 @@ 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/de/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
+share/locale/tr/LC_MESSAGES/fetchmail.mo
@dirrm share/doc/fetchmail
diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo
index 098363b857b..9bd8270d010 100644
--- a/mail/fetchmail/distinfo
+++ b/mail/fetchmail/distinfo
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.15 2002/01/22 20:41:00 jdolecek Exp $
+$NetBSD: distinfo,v 1.16 2002/04/06 16:53:02 frueauf Exp $
-SHA1 (fetchmail-5.9.6.tar.gz) = c01aa4dbeafa36a9816eb72b7ca6bcb8d9681e49
-Size (fetchmail-5.9.6.tar.gz) = 866845 bytes
+SHA1 (fetchmail-5.9.11.tar.gz) = 113c4742379e8a012a0269b13de49ea7704bb6a4
+Size (fetchmail-5.9.11.tar.gz) = 950273 bytes
SHA1 (patch-aa) = 3c8aaac5d53c1069995ab74ad99bc5e64843a507
SHA1 (patch-ab) = 009a97639502365f8b6ec4e854622620391a812f
SHA1 (patch-ac) = ef0e651807bb0942ca79ed3b10ffc000f71bd330
SHA1 (patch-ad) = b6bffc59f28992fa0d3de0f9dad250c73bbeffc6
SHA1 (patch-ae) = ac554d50287a6320f8500fefa71117d7cb475d98
+SHA1 (patch-af) = 06e7b84566b0d3ed50b56f88baf23f15ae21eb21
diff --git a/mail/fetchmail/patches/patch-af b/mail/fetchmail/patches/patch-af
new file mode 100644
index 00000000000..4dd60952812
--- /dev/null
+++ b/mail/fetchmail/patches/patch-af
@@ -0,0 +1,23 @@
+$NetBSD: patch-af,v 1.1 2002/04/06 16:53:02 frueauf Exp $
+
+--- intl/Makefile.in-ori Sat Mar 16 16:18:38 2002
++++ intl/Makefile.in Mon Mar 25 21:54:08 2002
+@@ -204,12 +204,12 @@
+ # The dependency for intlh.inst is different in gettext and all other
+ # packages. Because we cannot you GNU make features we have to solve
+ # the problem while rewriting Makefile.in.
+-@GT_YES@intlh.inst: intlh.inst.in ../config.status
+-@GT_YES@ cd .. \
+-@GT_YES@ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \
+-@GT_YES@ $(SHELL) ./config.status
+-@GT_NO@.PHONY: intlh.inst
+-@GT_NO@intlh.inst:
++intlh.inst: intlh.inst.in ../config.status
++ cd .. \
++ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \
++ $(SHELL) ./config.status
++#@GT_NO@.PHONY: intlh.inst
++#@GT_NO@intlh.inst:
+
+ # Tell versions [3.59,3.63) of GNU make not to export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.