diff options
author | James E. Housley <jeh@FreeBSD.org> | 2000-10-26 12:43:42 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2000-10-26 12:43:42 +0000 |
commit | d1963bad103f6a080bd3458c3f846287c6bc94d1 (patch) | |
tree | c56f95e7942a0993022e00add44c5a463066ed52 /mail | |
parent | Fix LIB_DEPENDS. (expat.0 -> expat.2) (diff) |
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
Notes
Notes:
svn path=/head/; revision=34261
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 |