From e25cbaf17be3b9d726fa3f81c8be27b41053f72d Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Tue, 21 Nov 2017 11:13:35 +0000 Subject: [PATCH] Point to libzip.org. libzip has recently switched to its own domain; use it instead of relying on redirections from the old one. --- archivers/libzip/Makefile | 2 +- archivers/libzip/pkg-descr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/archivers/libzip/Makefile b/archivers/libzip/Makefile index b423e9341f44..e6627d325e66 100644 --- a/archivers/libzip/Makefile +++ b/archivers/libzip/Makefile @@ -4,7 +4,7 @@ PORTNAME= libzip PORTVERSION= 1.3.0 CATEGORIES= archivers devel -MASTER_SITES= https://www.nih.at/libzip/ +MASTER_SITES= https://libzip.org/download/ MAINTAINER= rakuco@FreeBSD.org COMMENT= C library for reading, creating, and modifying ZIP archives diff --git a/archivers/libzip/pkg-descr b/archivers/libzip/pkg-descr index 63248ddb82d6..8d1b0783c689 100644 --- a/archivers/libzip/pkg-descr +++ b/archivers/libzip/pkg-descr @@ -4,4 +4,4 @@ data copied directly from other zip archives. Changes made without closing the archive can be reverted. The API is documented by man pages. -WWW: https://nih.at/libzip/ +WWW: https://libzip.org/