Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Apr 2001 20:54:09 +0300
From:      Peter Pentchev <roam@orbitel.bg>
To:        Ville Eerola <ve@sci.fi>
Cc:        Maxim Sobolev <sobomax@FreeBSD.org>, ports@FreeBSD.org
Subject:   mail/fetchmail FreeBSD port update to 5.8.1
Message-ID:  <20010421205409.K458@ringworld.oblivion.bg>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010421205409.K458>