Date: Tue, 21 Nov 2017 11:13:36 +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: r454595 - head/archivers/libzip Message-ID: <201711211113.vALBDaIx022394@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Tue Nov 21 11:13:35 2017 New Revision: 454595 URL: https://svnweb.freebsd.org/changeset/ports/454595 Log: Point to libzip.org. libzip has recently switched to its own domain; use it instead of relying on redirections from the old one. Modified: head/archivers/libzip/Makefile head/archivers/libzip/pkg-descr Modified: head/archivers/libzip/Makefile ============================================================================== --- head/archivers/libzip/Makefile Tue Nov 21 11:05:14 2017 (r454594) +++ head/archivers/libzip/Makefile Tue Nov 21 11:13:35 2017 (r454595) @@ -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 Modified: head/archivers/libzip/pkg-descr ============================================================================== --- head/archivers/libzip/pkg-descr Tue Nov 21 11:05:14 2017 (r454594) +++ head/archivers/libzip/pkg-descr Tue Nov 21 11:13:35 2017 (r454595) @@ -4,4 +4,4 @@ data copied directly from other zip archives. Changes closing the archive can be reverted. The API is documented by man pages. -WWW: https://nih.at/libzip/ +WWW: https://libzip.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711211113.vALBDaIx022394>