diff options
author | barner <barner@FreeBSD.org> | 2005-12-11 03:58:31 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2005-12-11 03:58:31 +0800 |
commit | 402f69acdacb29426c5227ad9b0f945978467887 (patch) | |
tree | e8203bc1a1a392ee4a66392d87c407b04b86f25a /mail/fetchmail | |
parent | 5fefb742973cc67bc6b976857c3ceb46e1e63683 (diff) | |
download | freebsd-ports-gnome-402f69acdacb29426c5227ad9b0f945978467887.tar.gz freebsd-ports-gnome-402f69acdacb29426c5227ad9b0f945978467887.tar.zst freebsd-ports-gnome-402f69acdacb29426c5227ad9b0f945978467887.zip |
- Add RUN_DEPENDS on security/ca-roots, so the certificate check really
succeeds (if the servers certificate is signed by one of those authorites)
- Bump PORTREVISON, since a failing certiciate check spams the port users'
maillog.
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 4e77572f20b1..2b06079e06b8 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -11,7 +11,7 @@ PORTNAME= fetchmail PORTVERSION= 6.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= http://download.berlios.de/%SUBDIR%/ \ http://home.pages.de/~mandree/%SUBDIR%/ \ @@ -21,6 +21,8 @@ MASTER_SITE_SUBDIR= fetchmail MAINTAINER= barner@FreeBSD.org COMMENT= Batch mail retrieval utility for IMAP/POP2/POP3/ETRN/ODMR +RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root.crt:${PORTSDIR}/security/ca-roots + USE_BZIP2= yes USE_REINPLACE= yes USE_GMAKE= yes |