diff options
Diffstat (limited to 'mail/fetchmail/Makefile')
-rw-r--r-- | mail/fetchmail/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index c12fcc050406..38a51094cb44 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -3,13 +3,16 @@ PORTNAME= fetchmail PORTVERSION= 6.3.26 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= mail ipv6 MASTER_SITES= SF/${PORTNAME}/branch_6.3/ \ http://mandree.home.pages.de/${PORTNAME}/ -PATCH_SITES= https://gitlab.com/fetchmail/fetchmail/commit/ -PATCHFILES= 9b8b634.patch:-p1 +PATCH_SITES= https://gitlab.com/fetchmail/fetchmail/commit/:gitlab +PATCH_SITES+= https://src.fedoraproject.org/rpms/fetchmail/raw/master/f/:fedora +PATCHFILES= 9b8b634.patch:-p1:gitlab # SNI fix +PATCHFILES+= fetchmail-6.3.26-ssl-backport.patch:-p1:fedora + MAINTAINER= chalpin@cs.wisc.edu COMMENT= Batch mail retrieval utility for IMAP/POP3/ETRN/ODMR |