Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Nov 2017 11:18:48 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r454597 - branches/2017Q4/archivers/libzip
Message-ID:  <201711211118.vALBImeC022859@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711211118.vALBImeC022859>