diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-07-22 06:59:44 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-07-22 06:59:44 +0000 |
commit | 5d0b10e19d4add71ebf0ec00fe0a1328f5633685 (patch) | |
tree | c4fe5235fa834a3ff403f1d38beb1d4e09b4128f /mail/fetchmail/Makefile | |
parent | 53118ae475b4659e28f44a40887214249468066a (diff) |
Notes
Diffstat (limited to 'mail/fetchmail/Makefile')
-rw-r--r-- | mail/fetchmail/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 7e5e78a56338..8d484ed58c67 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -10,7 +10,7 @@ # want fetchmailconf to work, define WITH_X11 PORTNAME= fetchmail -PORTVERSION= 6.2.5.1 +PORTVERSION= 6.2.5.2 CATEGORIES= mail ipv6 MASTER_SITES= http://www.catb.org/~esr/%SUBDIR%/ \ http://download.berlios.de/%SUBDIR%/ \ @@ -20,6 +20,11 @@ MASTER_SITES= http://www.catb.org/~esr/%SUBDIR%/ \ MASTER_SITE_SUBDIR= fetchmail DISTNAME= ${PORTNAME}-6.2.5 +PATCH_SITES= http://download.berlios.de/%SUBDIR%/ +PATCH_SITE_SUBDIR= fetchmail +PATCHFILES= ${PORTNAME}-patch-${PORTVERSION}.gz +PATCH_DIST_STRIP=-p1 + MAINTAINER= barner@FreeBSD.org COMMENT= Batch mail retrieval utility for IMAP/POP2/POP3/APOP/KPOP/ETRN/ODMR @@ -49,6 +54,7 @@ MLINKS= fetchmail.1 fetchmailconf.1 FDOC= ${PREFIX}/share/doc/fetchmail DOCS= FAQ FEATURES NEWS NOTES README \ design-notes.html fetchmail-FAQ.html fetchmail-features.html +WRKSRC= ${WRKDIR}/${PORTNAME}-6.2.5 .if !defined(WITHOUT_NLS) CONFIGURE_ARGS+= --enable-nls |