mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Update to fetchamil 5.0.4.
Submitted by: cpiazza@home.net PR: ports/12172
This commit is contained in:
parent
05ab7db287
commit
1c9f9e6798
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19462
@ -1,9 +1,9 @@
|
||||
# New ports collection makefile for: fetchmail
|
||||
# Version required: 5.0
|
||||
# Version required: 5.0.4
|
||||
# Date created: 26 Oct 1996
|
||||
# Whom: Ville Eerola <ve@sci.fi>
|
||||
#
|
||||
# $Id: Makefile,v 1.74 1999/04/06 11:44:16 flathill Exp $
|
||||
# $Id: Makefile,v 1.75 1999/05/16 23:35:39 steve Exp $
|
||||
#
|
||||
# NOTE: The fetchmailconf program (an interactive program for
|
||||
# writing .fetchmailrc files) requires Python, found in the Ports
|
||||
@ -11,7 +11,7 @@
|
||||
# does not need Python, so there is no RUN_DEPENDS for Python in
|
||||
# this Makefile.
|
||||
|
||||
DISTNAME= fetchmail-5.0.3
|
||||
DISTNAME= fetchmail-5.0.4
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/
|
||||
|
||||
@ -33,7 +33,7 @@ CONFIGURE_ARGS += --with-kerberos5=${KRB5_HOME}
|
||||
|
||||
FDOC= ${PREFIX}/share/doc/fetchmail
|
||||
|
||||
post-patch:
|
||||
pre-patch:
|
||||
@${CP} -f /usr/include/md5.h ${WRKSRC}
|
||||
@perl -pi.bak -e 's|^#!/.*/python|#!${PREFIX}/bin/python|;' ${WRKSRC}/fetchmailconf
|
||||
@${SED} -e "s|@PREFIX@|${PREFIX}|" ${FILESDIR}/fetchmailconf > ${WRKDIR}/fetchmailconf
|
||||
|
@ -1 +1 @@
|
||||
MD5 (fetchmail-5.0.3.tar.gz) = 72a9ed7756f7e4bad5566c1df4c1287c
|
||||
MD5 (fetchmail-5.0.4.tar.gz) = 5c72fda783a28064ef2182407c36e2f2
|
||||
|
@ -1,24 +1,24 @@
|
||||
*** configure.orig Mon Aug 3 08:45:11 1998
|
||||
--- configure Sat Sep 19 11:49:22 1998
|
||||
*** configure.orig Sat Jun 12 08:17:32 1999
|
||||
--- configure Sat Jun 12 08:18:28 1999
|
||||
***************
|
||||
*** 2880,2886 ****
|
||||
*** 4906,4912 ****
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
ac_save_LIBS="$LIBS"
|
||||
! LIBS="-lopie $LIBS"
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 2886 "configure"
|
||||
#line 4912 "configure"
|
||||
#include "confdefs.h"
|
||||
--- 2880,2886 ----
|
||||
--- 4906,4912 ----
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
ac_save_LIBS="$LIBS"
|
||||
! LIBS="-lopie -lmd $LIBS"
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 2886 "configure"
|
||||
#line 4912 "configure"
|
||||
#include "confdefs.h"
|
||||
***************
|
||||
*** 2914,2920 ****
|
||||
*** 4940,4946 ****
|
||||
#define $ac_tr_lib 1
|
||||
EOF
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
|
||||
else
|
||||
echo "$ac_t""no" 1>&6
|
||||
--- 2914,2920 ----
|
||||
--- 4940,4946 ----
|
||||
#define $ac_tr_lib 1
|
||||
EOF
|
||||
|
||||
@ -34,13 +34,3 @@
|
||||
|
||||
else
|
||||
echo "$ac_t""no" 1>&6
|
||||
***************
|
||||
*** 3531,3536 ****
|
||||
--- 3531,3537 ----
|
||||
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
|
||||
|
@ -1,13 +1,13 @@
|
||||
bin/fetchmail
|
||||
bin/fetchmailconf
|
||||
libexec/fetchmailconf.bin
|
||||
share/doc/fetchmail/README
|
||||
share/doc/fetchmail/COPYING
|
||||
share/doc/fetchmail/FAQ
|
||||
share/doc/fetchmail/NOTES
|
||||
share/doc/fetchmail/FEATURES
|
||||
share/doc/fetchmail/fetchmail-FAQ.html
|
||||
share/doc/fetchmail/NOTES
|
||||
share/doc/fetchmail/README
|
||||
share/doc/fetchmail/design-notes.html
|
||||
share/doc/fetchmail/fetchmail-FAQ.html
|
||||
share/doc/fetchmail/fetchmail-features.html
|
||||
share/doc/fetchmail/sample.rcfile
|
||||
@dirrm share/doc/fetchmail
|
||||
|
Loading…
Reference in New Issue
Block a user