svn commit: r454595 - head/archivers/libzip
Raphael Kubo da Costa
rakuco at FreeBSD.org
Tue Nov 21 11:13:37 UTC 2017
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 at 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/
More information about the svn-ports-all
mailing list