aboutsummaryrefslogtreecommitdiff
path: root/archivers/libarchive/Makefile
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2017-10-29 23:47:56 +0000
committerGreg Lewis <glewis@FreeBSD.org>2017-10-29 23:47:56 +0000
commit24fc1b741b89ff5c1341d173bd6b1c5d489669fd (patch)
treedec42c4df4f45759b37ae4e8d48f462c321bd6ee /archivers/libarchive/Makefile
parentb174c4476757336a69e2e91dfc3bf588eef54735 (diff)
downloadports-24fc1b741b89ff5c1341d173bd6b1c5d489669fd.tar.gz
ports-24fc1b741b89ff5c1341d173bd6b1c5d489669fd.zip
. Update to 3.3.2
. Use https rather than http where possible. . Update WWW entry. Reported by: tj <tj@mrsk.me>
Notes
Notes: svn path=/head/; revision=453144
Diffstat (limited to 'archivers/libarchive/Makefile')
-rw-r--r--archivers/libarchive/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile
index 81131ea2b145..965bec45e113 100644
--- a/archivers/libarchive/Makefile
+++ b/archivers/libarchive/Makefile
@@ -1,10 +1,10 @@
# $FreeBSD$
PORTNAME= libarchive
-PORTVERSION= 3.3.1
+PORTVERSION= 3.3.2
PORTEPOCH= 1
CATEGORIES= archivers
-MASTER_SITES= http://libarchive.org/downloads/
+MASTER_SITES= https://libarchive.org/downloads/
MAINTAINER= glewis@FreeBSD.org
COMMENT= Library to create and read several streaming archive formats
@@ -35,7 +35,7 @@ PLIST_FILES= bin/bsdcat \
lib/libarchive.a \
lib/libarchive.so \
lib/libarchive.so.13 \
- lib/libarchive.so.13.3.1 \
+ lib/libarchive.so.1${PORTVERSION} \
libdata/pkgconfig/libarchive.pc \
man/man1/bsdcat.1.gz \
man/man1/bsdcpio.1.gz \