diff options
author | mph <mph@FreeBSD.org> | 1998-05-27 04:05:14 +0000 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-05-27 04:05:14 +0000 |
commit | d0e4ee09b2a89dc559442a2dba45babbba1b6f8f (patch) | |
tree | 28f730a6b2762a16f1670af60ae9fc3bdc988863 /mail/fetchmail | |
parent | 475a6cdf4cc387b48014d4351c310a5d31367aac (diff) | |
download | FreeBSD-ports-d0e4ee09b2a89dc559442a2dba45babbba1b6f8f.zip FreeBSD-ports-d0e4ee09b2a89dc559442a2dba45babbba1b6f8f.tar.gz |
Update to 4.4.8. Alter configure flags to include POP2 support.
PR: 6767
Submitted by: Douglas Carmichael <dcarmich@mcs.com>
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 9 | ||||
-rw-r--r-- | mail/fetchmail/distinfo | 2 | ||||
-rw-r--r-- | mail/fetchmail/files/patch-ad | 12 | ||||
-rw-r--r-- | mail/fetchmail/pkg-plist | 2 |
4 files changed, 20 insertions, 5 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 2ce9f99..4f32324 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 633526a..0b2f72f 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 0000000..794c057 --- /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 dd9e825..5bcf58a 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 |