From owner-svn-ports-all@freebsd.org Tue Nov 21 11:18:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B3B6DEB272; Tue, 21 Nov 2017 11:18:49 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 472C269E16; Tue, 21 Nov 2017 11:18:49 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vALBImrw022861; Tue, 21 Nov 2017 11:18:48 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vALBImeC022859; Tue, 21 Nov 2017 11:18:48 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201711211118.vALBImeC022859@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 21 Nov 2017 11:18:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r454597 - branches/2017Q4/archivers/libzip X-SVN-Group: ports-branches X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: branches/2017Q4/archivers/libzip X-SVN-Commit-Revision: 454597 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Nov 2017 11:18:49 -0000 Author: rakuco Date: Tue Nov 21 11:18:48 2017 New Revision: 454597 URL: https://svnweb.freebsd.org/changeset/ports/454597 Log: MFH: r454595 Point to libzip.org. libzip has recently switched to its own domain; use it instead of relying on redirections from the old one. Approved by: ports-secteam (blanket approval) Modified: branches/2017Q4/archivers/libzip/Makefile branches/2017Q4/archivers/libzip/pkg-descr Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/archivers/libzip/Makefile ============================================================================== --- branches/2017Q4/archivers/libzip/Makefile Tue Nov 21 11:17:44 2017 (r454596) +++ branches/2017Q4/archivers/libzip/Makefile Tue Nov 21 11:18:48 2017 (r454597) @@ -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: branches/2017Q4/archivers/libzip/pkg-descr ============================================================================== --- branches/2017Q4/archivers/libzip/pkg-descr Tue Nov 21 11:17:44 2017 (r454596) +++ branches/2017Q4/archivers/libzip/pkg-descr Tue Nov 21 11:18:48 2017 (r454597) @@ -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/