diff options
author | flathill <flathill@FreeBSD.org> | 1999-04-06 19:44:17 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1999-04-06 19:44:17 +0800 |
commit | 93e0722ae80d1484b19acc881b5fb8c1e813183c (patch) | |
tree | c6b0738372a16f44df901fc2774bb3cfd898ae9c | |
parent | 960906a61f20e4f638a0e742f0848d92cf1c5157 (diff) | |
download | freebsd-ports-gnome-93e0722ae80d1484b19acc881b5fb8c1e813183c.tar.gz freebsd-ports-gnome-93e0722ae80d1484b19acc881b5fb8c1e813183c.tar.zst freebsd-ports-gnome-93e0722ae80d1484b19acc881b5fb8c1e813183c.zip |
Update to 5.0.0
PR: ports/10977
Submitted by: mharo@area51.fremont.ca.us
-rw-r--r-- | mail/fetchmail/Makefile | 8 | ||||
-rw-r--r-- | mail/fetchmail/distinfo | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 50e175785f2d..b8e71ec1aa4c 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: fetchmail -# Version required: 4.* +# Version required: 5.0 # Date created: 26 Oct 1996 # Whom: Ville Eerola <ve@sci.fi> # -# $Id: Makefile,v 1.72 1999/03/15 02:09:20 steve Exp $ +# $Id: Makefile,v 1.73 1999/03/31 11:17:46 flathill Exp $ # # NOTE: The fetchmailconf program (an interactive program for # writing .fetchmailrc files) requires Python, found in the Ports @@ -11,14 +11,14 @@ # does not need Python, so there is no RUN_DEPENDS for Python in # this Makefile. -DISTNAME= fetchmail-4.7.9 +DISTNAME= fetchmail-5.0.0 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ MAINTAINER= ve@sci.fi GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-opie --enable-RPA --enable-POP2 +CONFIGURE_ARGS= --enable-OPIE --enable-RPA --enable-POP2 CONFIGURE_ENV= LDFLAGS="${CFLAGS}" MAN1= fetchmail.1 MLINKS= fetchmail.1 fetchmailconf.1 diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo index 92dd1c185fb0..c92135c675fe 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -1 +1 @@ -MD5 (fetchmail-4.7.9.tar.gz) = 7832d55f49e9364677e9f7388dc12631 +MD5 (fetchmail-5.0.0.tar.gz) = b335d27ee666438f49c9eb5422b3a0e7 |