Date: Wed, 27 Sep 2017 17:50:51 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450772 - head/archivers/libzip Message-ID: <201709271750.v8RHopYc070766@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Wed Sep 27 17:50:51 2017 New Revision: 450772 URL: https://svnweb.freebsd.org/changeset/ports/450772 Log: Switch MASTER_SITES to https. Modified: head/archivers/libzip/Makefile Modified: head/archivers/libzip/Makefile ============================================================================== --- head/archivers/libzip/Makefile Wed Sep 27 17:01:15 2017 (r450771) +++ head/archivers/libzip/Makefile Wed Sep 27 17:50:51 2017 (r450772) @@ -5,7 +5,7 @@ PORTNAME= libzip PORTVERSION= 1.1.3 PORTREVISION= 1 CATEGORIES= archivers devel -MASTER_SITES= http://www.nih.at/libzip/ +MASTER_SITES= https://www.nih.at/libzip/ MAINTAINER= rakuco@FreeBSD.org COMMENT= C library for reading, creating, and modifying ZIP archives
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709271750.v8RHopYc070766>