summaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-05-27 04:05:14 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-05-27 04:05:14 +0000
commita5e6ff8a76c0cce65e82c985cb9978acaf008f3d (patch)
treec359e4b980f16a824688a791cf480f1e9dabb326 /mail/fetchmail
parentUpgrade to 2.3. Also split patch-aa so that each patch affects only (diff)
Update to 4.4.8. Alter configure flags to include POP2 support.
PR: 6767 Submitted by: Douglas Carmichael <dcarmich@mcs.com>
Notes
Notes: svn path=/head/; revision=11164
Diffstat (limited to 'mail/fetchmail')
-rw-r--r--mail/fetchmail/Makefile9
-rw-r--r--mail/fetchmail/distinfo2
-rw-r--r--mail/fetchmail/files/patch-ad12
-rw-r--r--mail/fetchmail/pkg-plist2
4 files changed, 20 insertions, 5 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 2ce9f998d14b..4f323241c49a 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,19 +1,19 @@
# New ports collection makefile for: fetchmail
-# Version required: 4.4.7
+# Version required: 4.4.8
# Date created: 26 Oct 1996
# Whom: Ville Eerola <ve@sci.fi>
#
-# $Id: Makefile,v 1.60 1998/05/22 01:34:17 mph Exp $
+# $Id: Makefile,v 1.61 1998/05/24 03:15:11 steve Exp $
#
-DISTNAME= fetchmail-4.4.7
+DISTNAME= fetchmail-4.4.8
CATEGORIES= mail
MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/
MAINTAINER= ve@sci.fi
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-opie --enable-RPA
+CONFIGURE_ARGS= --enable-opie --enable-RPA --enable-POP2
CONFIGURE_ENV= LDFLAGS="${CFLAGS}"
MAN1= fetchmail.1
@@ -28,6 +28,7 @@ post-patch:
post-install:
${INSTALL} -d -m 555 -o ${DOCOWN} -g ${DOCGRP} ${FDOC}
+ ${LN} -sf fetchmail.1.gz ${PREFIX}/man/man1/fetchmailconf.1.gz
cd ${WRKSRC} && ${INSTALL_DATA} \
sample.rcfile FAQ NOTES FEATURES README COPYING \
fetchmail-FAQ.html fetchmail-features.html \
diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo
index 633526a8f252..0b2f72fc1f49 100644
--- a/mail/fetchmail/distinfo
+++ b/mail/fetchmail/distinfo
@@ -1 +1 @@
-MD5 (fetchmail-4.4.7.tar.gz) = 13825a3d01dbcce0e34e17ec17894f85
+MD5 (fetchmail-4.4.8.tar.gz) = a733bcf6191e5e1ebd5cc530a7a3f9d4
diff --git a/mail/fetchmail/files/patch-ad b/mail/fetchmail/files/patch-ad
new file mode 100644
index 000000000000..794c057e07f3
--- /dev/null
+++ b/mail/fetchmail/files/patch-ad
@@ -0,0 +1,12 @@
+*** configure.orig Tue May 26 23:50:45 1998
+--- configure Tue May 26 23:50:28 1998
+***************
+*** 3432,3437 ****
+--- 3432,3438 ----
+ s%@host_os@%$host_os%g
+ s%@CC@%$CC%g
+ s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
++ s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
+ s%@INSTALL_DATA@%$INSTALL_DATA%g
+ s%@CPP@%$CPP%g
+ s%@LEX@%$LEX%g
diff --git a/mail/fetchmail/pkg-plist b/mail/fetchmail/pkg-plist
index dd9e82520243..5bcf58a853d4 100644
--- a/mail/fetchmail/pkg-plist
+++ b/mail/fetchmail/pkg-plist
@@ -1,5 +1,7 @@
bin/fetchmail
+bin/fetchmailconf
man/man1/fetchmail.1.gz
+man/man1/fetchmailconf.1.gz
share/doc/fetchmail/README
share/doc/fetchmail/COPYING
share/doc/fetchmail/FAQ