summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormycroft <mycroft>2001-03-30 15:08:42 +0000
committermycroft <mycroft>2001-03-30 15:08:42 +0000
commitd4a5e7a92296987aa224ffba845c955c1ffa25f7 (patch)
tree5be4e508ec4f0a4a8daf4dfa1cd263498503714d
parent3f7c22df18c37b65602fee6ecf55f698bc06a1cc (diff)
downloadpkgsrc-d4a5e7a92296987aa224ffba845c955c1ffa25f7.tar.gz
Upgrade to 5.7.7. Needs gmake now.
(Unfortunately, this doesn't fix my KPOP problem.)
-rw-r--r--mail/fetchmail/Makefile5
-rw-r--r--mail/fetchmail/files/md54
-rw-r--r--mail/fetchmail/files/patch-sum10
-rw-r--r--mail/fetchmail/patches/patch-ab14
4 files changed, 17 insertions, 16 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 580f0046971..859564c4350 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.90 2001/03/27 03:20:04 hubertf Exp $
+# $NetBSD: Makefile,v 1.91 2001/03/30 15:08:42 mycroft Exp $
#
-DISTNAME= fetchmail-5.7.2
+DISTNAME= fetchmail-5.7.7
CATEGORIES= mail
MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \
http://www.tuxedo.org/~esr/fetchmail/ \
@@ -16,6 +16,7 @@ BUILD_USES_MSGFMT= yes
USE_LIBINTL= yes
GNU_CONFIGURE= yes
+USE_GMAKE= yes
CONFIGURE_ARGS+=--without-hesiod
CONFIGURE_ENV+= LDFLAGS="${CFLAGS}"
diff --git a/mail/fetchmail/files/md5 b/mail/fetchmail/files/md5
index f7f9bb203c1..eedd996fbb5 100644
--- a/mail/fetchmail/files/md5
+++ b/mail/fetchmail/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.53 2001/03/10 10:51:04 frueauf Exp $
+$NetBSD: md5,v 1.54 2001/03/30 15:08:42 mycroft Exp $
-MD5 (fetchmail-5.7.2.tar.gz) = f9210418ab6f065b58ffa0048e714d0d
+SHA1 (fetchmail-5.7.7.tar.gz) = 054b404b8520bd75218d7d5ff87fa4f44cc62823
diff --git a/mail/fetchmail/files/patch-sum b/mail/fetchmail/files/patch-sum
index 79590cfa793..a4696aa6c4d 100644
--- a/mail/fetchmail/files/patch-sum
+++ b/mail/fetchmail/files/patch-sum
@@ -1,6 +1,6 @@
-$NetBSD: patch-sum,v 1.15 2001/03/03 12:27:51 frueauf Exp $
+$NetBSD: patch-sum,v 1.16 2001/03/30 15:08:43 mycroft Exp $
-MD5 (patch-aa) = cc1298297934cf1b0821583ef27ac5d9
-MD5 (patch-ab) = e250709868504acbfd40cfa89634766e
-MD5 (patch-ac) = 17f520797cf067f96939d1c293d05390
-MD5 (patch-ad) = da45661a42aca654307a83b8d00c6a18
+SHA1 (patch-aa) = 3c8aaac5d53c1069995ab74ad99bc5e64843a507
+SHA1 (patch-ab) = 4b9d66cff6ecb565f0aa15243f3fe4aad2c3f2fe
+SHA1 (patch-ac) = ef0e651807bb0942ca79ed3b10ffc000f71bd330
+SHA1 (patch-ad) = b6bffc59f28992fa0d3de0f9dad250c73bbeffc6
diff --git a/mail/fetchmail/patches/patch-ab b/mail/fetchmail/patches/patch-ab
index 763f8d68dac..fd225274c3f 100644
--- a/mail/fetchmail/patches/patch-ab
+++ b/mail/fetchmail/patches/patch-ab
@@ -1,15 +1,15 @@
-$NetBSD: patch-ab,v 1.13 2000/10/29 22:56:31 frueauf Exp $
+$NetBSD: patch-ab,v 1.14 2001/03/30 15:08:43 mycroft Exp $
---- Makefile.in.orig Tue Oct 17 23:50:22 2000
-+++ Makefile.in Sun Oct 29 23:44:01 2000
-@@ -153,12 +153,12 @@
+--- Makefile.in.orig Thu Mar 29 03:10:31 2001
++++ Makefile.in Fri Mar 30 14:50:50 2001
+@@ -166,12 +166,12 @@
$(SHELL) ${srcdir}/mkinstalldirs $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)
@echo "Installing fetchmail binary..."
$(INSTALL_PROGRAM) ./fetchmail $(DESTDIR)$(bindir)/fetchmail
- @echo "Installing fetchmail configurator..."
- $(INSTALL_PROGRAM) ${srcdir}/fetchmailconf $(DESTDIR)$(bindir)/fetchmailconf
+# @echo "Installing fetchmail configurator..."
-+# $(BSD_INSTALL_SCRIPT) ${srcdir}/fetchmailconf $(DESTDIR)$(bindir)/fetchmailconf
++# $(INSTALL_PROGRAM) ${srcdir}/fetchmailconf $(DESTDIR)$(bindir)/fetchmailconf
@echo "Installing manual page..."
$(INSTALL_DATA) $(srcdir)/fetchmail.man $(DESTDIR)$(mandir)/fetchmail.$(manext)
- rm -f $(DESTDIR)$(mandir)/fetchmailconf.$(manext)
@@ -17,5 +17,5 @@ $NetBSD: patch-ab,v 1.13 2000/10/29 22:56:31 frueauf Exp $
+# rm -f $(DESTDIR)$(mandir)/fetchmailconf.$(manext)
+# cd $(DESTDIR)$(mandir) && ln -s fetchmail.$(manext) fetchmailconf.$(manext)
@echo "Installing language catalogs..."
- @POMAKE@ install
-
+ -$(MAKE) -C intl install
+ $(MAKE) -C po install