From owner-svn-ports-head@freebsd.org Tue Nov 21 11:13:37 2017 Return-Path: Delivered-To: svn-ports-head@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 4BFB6DEB024; Tue, 21 Nov 2017 11:13:37 +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 18B7569A7A; Tue, 21 Nov 2017 11:13:37 +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 vALBDa1l022396; Tue, 21 Nov 2017 11:13:36 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vALBDaIx022394; Tue, 21 Nov 2017 11:13:36 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201711211113.vALBDaIx022394@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:13:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454595 - head/archivers/libzip X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: head/archivers/libzip X-SVN-Commit-Revision: 454595 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Nov 2017 11:13:37 -0000 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/