diff options
author | wiz <wiz@pkgsrc.org> | 2021-10-21 07:46:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-10-21 07:46:31 +0000 |
commit | 22a5fe13c2aa45b88e59501d5bcff64bada42eb5 (patch) | |
tree | 8e216052912bc8becd2535d050a09adf153bc4ef /mail/fetchmail | |
parent | 9db04def17d4a34031d1e8d1b2227b5d14684def (diff) | |
download | pkgsrc-22a5fe13c2aa45b88e59501d5bcff64bada42eb5.tar.gz |
*: recursive bump for heimdal 7.7.0
its buildlink3.mk now includes openssl's buildlink3.mk
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 44c5239b711..51e55132c84 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.198 2021/08/28 05:21:19 triaxx Exp $ +# $NetBSD: Makefile,v 1.199 2021/10/21 07:46:35 wiz Exp $ # Note to updaters: mail/fetchmailconf reaches over here, make sure it builds. DISTNAME= fetchmail-6.4.21 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fetchmail/} EXTRACT_SUFX= .tar.xz |