diff options
author | wiz <wiz@pkgsrc.org> | 2017-08-01 14:58:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-08-01 14:58:51 +0000 |
commit | aac8ae3f9d5e5887930bc43a78a11dc5ca171869 (patch) | |
tree | 4731dc2aa469be23d28c59f0fa47c6c55b257d52 /mail/gld | |
parent | 728e310226d4082766b2e551577ccf9dc9f502c3 (diff) | |
download | pkgsrc-aac8ae3f9d5e5887930bc43a78a11dc5ca171869.tar.gz |
Follow some http -> https redirects.
Diffstat (limited to 'mail/gld')
-rw-r--r-- | mail/gld/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/gld/Makefile b/mail/gld/Makefile index dba158e65e4..1af3e78d61c 100644 --- a/mail/gld/Makefile +++ b/mail/gld/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.31 2016/10/09 21:42:00 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2017/08/01 14:59:01 wiz Exp $ # DISTNAME= gld-1.7 PKGREVISION= 5 CATEGORIES= mail -MASTER_SITES= http://www.gasmi.net/down/ +MASTER_SITES= https://www.gasmi.net/down/ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.gasmi.net/ +HOMEPAGE= https://www.gasmi.net/ COMMENT= Standalone greylisting server for Postfix GNU_CONFIGURE= yes |