diff options
author | jeh <jeh@FreeBSD.org> | 2000-10-31 20:56:18 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2000-10-31 20:56:18 +0000 |
commit | 9368c91df2719354b34a85f0e96312a5747f765b (patch) | |
tree | 432fadd8e451b095fb8da87d8f541714ef387fa1 /mail/fetchmail | |
parent | 6e7703204f9a04c8ec3d210a62129a6802032bd1 (diff) | |
download | FreeBSD-ports-9368c91df2719354b34a85f0e96312a5747f765b.zip FreeBSD-ports-9368c91df2719354b34a85f0e96312a5747f765b.tar.gz |
Update fetchmail to 5.5.5
PR: 22382
Submitted by: Ben Lovett <blovett@oneinsane.net>
Approved by: MAINTAINER
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 2 | ||||
-rw-r--r-- | mail/fetchmail/distinfo | 2 | ||||
-rw-r--r-- | mail/fetchmail/files/patch-ah | 19 |
3 files changed, 11 insertions, 12 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 3b0a8fc..8eba6cb 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -10,7 +10,7 @@ # want fetchmailconf to work, define WITH_X11 PORTNAME= fetchmail -PORTVERSION= 5.5.3 +PORTVERSION= 5.5.5 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo index 3ad1ce0..ab60595 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -1 +1 @@ -MD5 (fetchmail-5.5.3.tar.gz) = bc4cbae5af3f0f64a68762e3d3eb33a0 +MD5 (fetchmail-5.5.5.tar.gz) = 58e63756f9de6d504a1398164e1638e8 diff --git a/mail/fetchmail/files/patch-ah b/mail/fetchmail/files/patch-ah index 7d0d43e..d4c2e83 100644 --- a/mail/fetchmail/files/patch-ah +++ b/mail/fetchmail/files/patch-ah @@ -1,7 +1,6 @@ -diff -ruN ../fetchmail-5.3.0.OLD/Makefile.in ./Makefile.in ---- ../fetchmail-5.3.0.OLD/Makefile.in Tue Feb 22 13:48:21 2000 -+++ ./Makefile.in Wed Feb 23 23:40:25 2000 -@@ -70,6 +70,8 @@ +--- ./Makefile.in Wed Oct 18 00:50:22 2000 ++++ ./Makefile.in Sat Oct 28 14:54:23 2000 +@@ -72,6 +72,8 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ # Program to install the man page. INSTALL_DATA = @INSTALL_DATA@ @@ -10,12 +9,12 @@ diff -ruN ../fetchmail-5.3.0.OLD/Makefile.in ./Makefile.in # Generic install program. INSTALL = @INSTALL@ -@@ -152,7 +154,7 @@ +@@ -154,7 +156,7 @@ @echo "Installing fetchmail binary..." - $(INSTALL_PROGRAM) ./fetchmail $(bindir)/fetchmail + $(INSTALL_PROGRAM) ./fetchmail $(DESTDIR)$(bindir)/fetchmail @echo "Installing fetchmail configurator..." -- $(INSTALL_PROGRAM) ${srcdir}/fetchmailconf $(bindir)/fetchmailconf -+ $(INSTALL_SCRIPT) ${srcdir}/fetchmailconf $(bindir)/fetchmailconf +- $(INSTALL_PROGRAM) ${srcdir}/fetchmailconf $(DESTDIR)$(bindir)/fetchmailconf ++ $(INSTALL_SCRIPT) ${srcdir}/fetchmailconf $(DESTDIR)$(bindir)/fetchmailconf @echo "Installing manual page..." - $(INSTALL_DATA) $(srcdir)/fetchmail.man $(mandir)/fetchmail.$(manext) - rm -f $(mandir)/fetchmailconf.$(manext) + $(INSTALL_DATA) $(srcdir)/fetchmail.man $(DESTDIR)$(mandir)/fetchmail.$(manext) + rm -f $(DESTDIR)$(mandir)/fetchmailconf.$(manext) |