diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2017-09-27 17:50:51 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2017-09-27 17:50:51 +0000 |
commit | 356e57325deaaf45f34873887ab2507242aa19ee (patch) | |
tree | 1e0dba1ba77a0942ef9651382ffeca2a932fae6e /archivers | |
parent | 46ff054d40b9460c424fde427bb883324820a569 (diff) | |
download | ports-356e57325deaaf45f34873887ab2507242aa19ee.tar.gz ports-356e57325deaaf45f34873887ab2507242aa19ee.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libzip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/libzip/Makefile b/archivers/libzip/Makefile index 959d0213bf3f..1f5868efee57 100644 --- a/archivers/libzip/Makefile +++ b/archivers/libzip/Makefile @@ -5,7 +5,7 @@ PORTNAME= libzip PORTVERSION= 1.1.3 PORTREVISION= 1 CATEGORIES= archivers devel -MASTER_SITES= http://www.nih.at/libzip/ +MASTER_SITES= https://www.nih.at/libzip/ MAINTAINER= rakuco@FreeBSD.org COMMENT= C library for reading, creating, and modifying ZIP archives |