diff options
author | jeh <jeh@FreeBSD.org> | 2000-10-26 20:43:42 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2000-10-26 20:43:42 +0800 |
commit | 47f044168cc9629b7200baeecc360cdc5b593c41 (patch) | |
tree | 40ebceffa0584a9e01756ff987e2348b76cab0b4 /mail | |
parent | ea006c03d38e01a59a7b90b75b6092e468c16907 (diff) | |
download | freebsd-ports-gnome-47f044168cc9629b7200baeecc360cdc5b593c41.tar.gz freebsd-ports-gnome-47f044168cc9629b7200baeecc360cdc5b593c41.tar.zst freebsd-ports-gnome-47f044168cc9629b7200baeecc360cdc5b593c41.zip |
The fetchmail application has been updated to version 5.5.3
PR: 21641
Submitted by: Patrick Bihan-Faou <patrick@mindstep.com>
Reviewed by: Ville Eerola <Ville.Eerola@vehome.pp.sci.fi> MAINTAINER
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/Makefile | 9 | ||||
-rw-r--r-- | mail/fetchmail/distinfo | 2 | ||||
-rw-r--r-- | mail/fetchmail/pkg-plist | 1 |
3 files changed, 6 insertions, 6 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 50c69f5517be..3b0a8fc67991 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -10,22 +10,21 @@ # want fetchmailconf to work, define WITH_X11 PORTNAME= fetchmail -PORTVERSION= 5.5.2 +PORTVERSION= 5.5.3 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ MAINTAINER= ve@sci.fi LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext - .if defined(WITH_X11) RUN_DEPENDS= ${LOCALBASE}/lib/python1.5/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter .endif GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-OPIE --enable-RPA --enable-POP2 --enable-SDPS \ +CONFIGURE_ARGS= --enable-OPIE --enable-RPA --enable-POP2 --enable-SDPS \ --enable-nls --with-hesiod=no -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" MAN1= fetchmail.1 @@ -50,7 +49,7 @@ CONFIGURE_ARGS += --with-kerberos=/usr/include CONFIGURE_ARGS += --with-kerberos5=${KRB5_HOME} .endif -FDOC= ${PREFIX}/share/doc/fetchmail +FDOC= ${PREFIX}/share/doc/fetchmail pre-patch: @${CP} -f /usr/include/md5.h ${WRKSRC} diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo index 9e85c57a29bd..3ad1ce096818 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -1 +1 @@ -MD5 (fetchmail-5.5.2.tar.gz) = 645a8da902d998e139897e9023545cef +MD5 (fetchmail-5.5.3.tar.gz) = bc4cbae5af3f0f64a68762e3d3eb33a0 diff --git a/mail/fetchmail/pkg-plist b/mail/fetchmail/pkg-plist index 766837d90f79..85ca5c17c624 100644 --- a/mail/fetchmail/pkg-plist +++ b/mail/fetchmail/pkg-plist @@ -2,6 +2,7 @@ bin/fetchmail bin/fetchmailconf libexec/fetchmailconf.bin share/locale/es/LC_MESSAGES/fetchmail.mo +share/locale/da/LC_MESSAGES/fetchmail.mo share/locale/fr/LC_MESSAGES/fetchmail.mo share/locale/pl/LC_MESSAGES/fetchmail.mo share/locale/pt_BR/LC_MESSAGES/fetchmail.mo |