diff options
author | wiz <wiz@pkgsrc.org> | 2017-08-16 20:21:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-08-16 20:21:03 +0000 |
commit | d204347f9f6a55a39b90ef8d24fc21a52fecfb92 (patch) | |
tree | b0aa8154e3882fbebd45b490e8f7703bedd4ff09 /mail/libsrs2 | |
parent | 41d5e4e5a32be4a513695b5f41c586bcdb637c25 (diff) | |
download | pkgsrc-d204347f9f6a55a39b90ef8d24fc21a52fecfb92.tar.gz |
Follow some http redirects.
Diffstat (limited to 'mail/libsrs2')
-rw-r--r-- | mail/libsrs2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/libsrs2/Makefile b/mail/libsrs2/Makefile index 57d91a81f1b..2a0181904d4 100644 --- a/mail/libsrs2/Makefile +++ b/mail/libsrs2/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2017/03/30 01:55:57 schmonz Exp $ +# $NetBSD: Makefile,v 1.2 2017/08/16 20:21:10 wiz Exp $ DISTNAME= libsrs2-1.0.18 CATEGORIES= mail -MASTER_SITES= http://www.libsrs2.org/srs/ +MASTER_SITES= https://www.libsrs2.org/srs/ MAINTAINER= schmonz@NetBSD.org -HOMEPAGE= http://www.libsrs2.org/ +HOMEPAGE= https://www.libsrs2.org/ COMMENT= Implementation of the Sender Rewriting Scheme for SMTP forwarding LICENSE= gnu-gpl-v2 OR modified-bsd |