Index: head/archivers/libzip/Makefile =================================================================== --- head/archivers/libzip/Makefile (revision 454594) +++ head/archivers/libzip/Makefile (revision 454595) @@ -1,24 +1,24 @@ # Created by: Alexander Zhuravlev # $FreeBSD$ 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 LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE CPE_VENDOR= nih GNU_CONFIGURE= yes USES= cpe libtool pathfix perl5 tar:xz USE_PERL5= build USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check .include Index: head/archivers/libzip/pkg-descr =================================================================== --- head/archivers/libzip/pkg-descr (revision 454594) +++ head/archivers/libzip/pkg-descr (revision 454595) @@ -1,7 +1,7 @@ libzip is a C library for reading, creating, and modifying zip archives. Files can be added from data buffers, files, or compressed 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/