svn commit: r454597 - branches/2017Q4/archivers/libzip
Raphael Kubo da Costa
rakuco at FreeBSD.org
Tue Nov 21 11:18:49 UTC 2017
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 at 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/
More information about the svn-ports-branches
mailing list