CVS commit: pkgsrc/mail/exim-html
"Thomas Klausner" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: wiz Date: Wed Aug 26 08:55:11 UTC 2026 Modified Files: pkgsrc/mail/exim-html: Makefile Log Message: exim-html: fix MASTER_SITES To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 pkgsrc/mail/exim-html/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 597 B)
Modified files: Index: pkgsrc/mail/exim-html/Makefile diff -u pkgsrc/mail/exim-html/Makefile:1.55 pkgsrc/mail/exim-html/Makefile:1.56 --- pkgsrc/mail/exim-html/Makefile:1.55 Mon Aug 24 11:47:25 2026 +++ pkgsrc/mail/exim-html/Makefile Wed Aug 26 08:55:11 2026 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.55 2026/08/24 11:47:25 adam Exp $ +# $NetBSD: Makefile,v 1.56 2026/08/26 08:55:11 wiz Exp $ DISTNAME= exim-html-4.100 CATEGORIES= mail net -MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ +MASTER_SITES= https://downloads.exim.org/exim4/ EXTRACT_SUFX= .tar.xz MAINTAINER= [email protected]