Date: Tue, 26 May 1998 16:33:09 -0500 (CDT) From: dcarmich@mcs.com To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/6767: Here's the fetchmail-4.4.8 port update with the checksum fixed. Message-ID: <199805262133.QAA06318@dcarmich.pr.mcs.net>
next in thread | raw e-mail | index | archive | help
>Number: 6767 >Category: ports >Synopsis: Here's the fetchmail-4.4.8 port update with the checksum fixed. >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 26 14:30:02 PDT 1998 >Last-Modified: >Originator: Douglas Carmichael >Organization: N/A >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: N/A >Description: Here's the fetchmail-4.4.8 port update with the checksum fixed. >How-To-Repeat: N/A >Fix: Disregard the last unified diff and apply this one instead: diff -ruN fetchmail.old/Makefile fetchmail/Makefile --- fetchmail.old/Makefile Tue May 26 16:16:31 1998 +++ fetchmail/Makefile Tue May 26 16:16:22 1998 @@ -1,20 +1,21 @@ # 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$ # -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 +MAN1= fetchmail.1 fetchmailconf.1 .if exists(/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4) CONFIGURE_ARGS += --with-kerberos=/usr/include diff -ruN fetchmail.old/files/md5 fetchmail/files/md5 --- fetchmail.old/files/md5 Tue May 26 15:58:20 1998 +++ fetchmail/files/md5 Tue May 26 16:26:34 1998 @@ -1 +1 @@ -MD5 (fetchmail-4.4.7.tar.gz) = 13825a3d01dbcce0e34e17ec17894f85 +MD5 (fetchmail-4.4.8.tar.gz) = a733bcf6191e5e1ebd5cc530a7a3f9d4 diff -ruN fetchmail.old/patches/patch-ac fetchmail/patches/patch-ac --- fetchmail.old/patches/patch-ac Wed Dec 31 18:00:00 1969 +++ fetchmail/patches/patch-ac Tue May 26 16:21:07 1998 @@ -0,0 +1,11 @@ +*** fetchmail.h.old Tue May 26 16:08:58 1998 +--- fetchmail.h Tue May 26 16:09:08 1998 +*************** +*** 398,401 **** +--- 398,403 ---- + + #define STRING_DISABLED (char *)-1 + ++ int cmd_daemon; ++ + /* fetchmail.h ends here */ diff -ruN fetchmail.old/pkg/PLIST fetchmail/pkg/PLIST --- fetchmail.old/pkg/PLIST Tue May 26 15:58:20 1998 +++ fetchmail/pkg/PLIST Tue May 26 16:15:36 1998 @@ -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 >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805262133.QAA06318>