diff options
author | James E. Housley <jeh@FreeBSD.org> | 2000-10-31 20:56:18 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2000-10-31 20:56:18 +0000 |
commit | ff52862e7a0a67760474565ffba8c3dcff343c2c (patch) | |
tree | d4b437c924dbee1b045c5d0e917c90f0f3c7bcd6 /mail/fetchmail | |
parent | Tweak needed. (diff) |
Update fetchmail to 5.5.5
PR: 22382
Submitted by: Ben Lovett <blovett@oneinsane.net>
Approved by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=34510
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 3b0a8fc67991..8eba6cbb1679 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 3ad1ce096818..ab60595e9876 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 7d0d43eddeea..d4c2e837c3c8 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) |