aboutsummaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authorSimon Barner <barner@FreeBSD.org>2005-12-10 19:58:31 +0000
committerSimon Barner <barner@FreeBSD.org>2005-12-10 19:58:31 +0000
commita6b600d08ce98dd9f1811a6eea848e80bb96de47 (patch)
treecf27d6edbcc8188da5b163d4bf8ce5bd436a5440 /mail/fetchmail
parentf6cbfaa5855093cd6418f9f93f8738b5f540e219 (diff)
downloadports-a6b600d08ce98dd9f1811a6eea848e80bb96de47.tar.gz
ports-a6b600d08ce98dd9f1811a6eea848e80bb96de47.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.
Notes
Notes: svn path=/head/; revision=150829
Diffstat (limited to 'mail/fetchmail')
-rw-r--r--mail/fetchmail/Makefile4
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