From owner-freebsd-ports Sat Apr 21 10:55:53 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id 0F67D37B42C for ; Sat, 21 Apr 2001 10:55:47 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 85339 invoked by uid 1000); 21 Apr 2001 17:54:09 -0000 Date: Sat, 21 Apr 2001 20:54:09 +0300 From: Peter Pentchev To: Ville Eerola Cc: Maxim Sobolev , ports@FreeBSD.org Subject: mail/fetchmail FreeBSD port update to 5.8.1 Message-ID: <20010421205409.K458@ringworld.oblivion.bg> Mail-Followup-To: Ville Eerola , Maxim Sobolev , ports@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Here's a proposed patch to the mail/fetchmail port, which updates it to the latest version, 5.8.1. I'm sending this to -ports and Maxim Sobolev, because it seems that the mail/fetchmail port maintainer's address bounces. I'd like somebody to review this before it goes into the tree :) Actually, I'm a bit unclear about what to do with patch-configure. Even after ESR made fetchmail DTRT about aclocal, autoconf and such (there is a 'missing' script in the fetchmail distribution now), and there's no need to replace ACLOCAL and friends with /usr/bin/true, the patch still seems to be needed for the -lRSAglue thing. However, if the port were to be kept consistent, this patch should NOT have been created as patch-configure: there was a patch-ad in the attic, that dealt with the configure script. So should patch-ad be revived with the contents of patch-configure (the RSAglue fixup), or should things be left as-is, as shown in the attached patch? G'luck, Peter -- I had to translate this sentence into English because I could not read the original Sanskrit. Index: ports/mail/fetchmail/Makefile =================================================================== RCS file: /home/ncvs/ports/mail/fetchmail/Makefile,v retrieving revision 1.122 diff -u -r1.122 Makefile --- ports/mail/fetchmail/Makefile 2001/03/27 08:38:06 1.122 +++ ports/mail/fetchmail/Makefile 2001/04/21 17:49:29 @@ -10,7 +10,7 @@ # want fetchmailconf to work, define WITH_X11 PORTNAME= fetchmail -PORTVERSION= 5.7.6 +PORTVERSION= 5.8.1 CATEGORIES= mail ipv6 MASTER_SITES= http://www.tuxedo.org/~esr/fetchmail/ \ ftp://ftp.ccil.org/pub/esr/fetchmail/ Index: ports/mail/fetchmail/distinfo =================================================================== RCS file: /home/ncvs/ports/mail/fetchmail/distinfo,v retrieving revision 1.100 diff -u -r1.100 distinfo --- ports/mail/fetchmail/distinfo 2001/03/24 06:37:20 1.100 +++ ports/mail/fetchmail/distinfo 2001/04/21 17:49:29 @@ -1 +1 @@ -MD5 (fetchmail-5.7.6.tar.gz) = b2103e7729b933c0eff4c16d531eb072 +MD5 (fetchmail-5.8.1.tar.gz) = eb76504e83d2bae98c630526664262ba Index: ports/mail/fetchmail/files/patch-configure =================================================================== RCS file: /home/ncvs/ports/mail/fetchmail/files/patch-configure,v retrieving revision 1.2 diff -u -r1.2 patch-configure --- ports/mail/fetchmail/files/patch-configure 2001/03/27 08:38:06 1.2 +++ ports/mail/fetchmail/files/patch-configure 2001/04/21 17:49:29 @@ -12,18 +12,3 @@ cat >> confdefs.h <<\EOF #define SSL_ENABLE 1 EOF -@@ -6799,10 +6799,10 @@ - s%@INSTALL_DATA@%$INSTALL_DATA%g - s%@PACKAGE@%$PACKAGE%g - s%@VERSION@%$VERSION%g --s%@ACLOCAL@%$ACLOCAL%g --s%@AUTOCONF@%$AUTOCONF%g --s%@AUTOMAKE@%$AUTOMAKE%g --s%@AUTOHEADER@%$AUTOHEADER%g -+s%@ACLOCAL@%/usr/bin/true%g -+s%@AUTOCONF@%/usr/bin/true%g -+s%@AUTOMAKE@%/usr/bin/true%g -+s%@AUTOHEADER@%/usr/bin/true%g - s%@MAKEINFO@%$MAKEINFO%g - s%@SET_MAKE@%$SET_MAKE%g - s%@host@%$host%g To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message