diff options
author | rakuco <rakuco@FreeBSD.org> | 2017-11-21 19:13:35 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2017-11-21 19:13:35 +0800 |
commit | e93e541a355cbe1edd69b333aecbd018d5cd595d (patch) | |
tree | 2853226c6ccbf68510b91ee70b6de7e8b2b6793f /archivers/libzip | |
parent | 7a7bf5d3d004de3cbb8a6ae040dfd2134818a970 (diff) | |
download | freebsd-ports-gnome-e93e541a355cbe1edd69b333aecbd018d5cd595d.tar.gz freebsd-ports-gnome-e93e541a355cbe1edd69b333aecbd018d5cd595d.tar.zst freebsd-ports-gnome-e93e541a355cbe1edd69b333aecbd018d5cd595d.zip |
Point to libzip.org.
libzip has recently switched to its own domain; use it instead of relying on
redirections from the old one.
Diffstat (limited to 'archivers/libzip')
-rw-r--r-- | archivers/libzip/Makefile | 2 | ||||
-rw-r--r-- | 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/ |