Date: Sun, 29 Oct 2017 23:47:56 +0000 (UTC) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453144 - in head/archivers/libarchive: . files Message-ID: <201710292347.v9TNluNq033331@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glewis Date: Sun Oct 29 23:47:56 2017 New Revision: 453144 URL: https://svnweb.freebsd.org/changeset/ports/453144 Log: . Update to 3.3.2 . Use https rather than http where possible. . Update WWW entry. Reported by: tj <tj@mrsk.me> Deleted: head/archivers/libarchive/files/patch-libarchive-archive_openssl_hmac_private.h Modified: head/archivers/libarchive/Makefile head/archivers/libarchive/distinfo head/archivers/libarchive/pkg-descr Modified: head/archivers/libarchive/Makefile ============================================================================== --- head/archivers/libarchive/Makefile Sun Oct 29 22:37:40 2017 (r453143) +++ head/archivers/libarchive/Makefile Sun Oct 29 23:47:56 2017 (r453144) @@ -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 \ Modified: head/archivers/libarchive/distinfo ============================================================================== --- head/archivers/libarchive/distinfo Sun Oct 29 22:37:40 2017 (r453143) +++ head/archivers/libarchive/distinfo Sun Oct 29 23:47:56 2017 (r453144) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489875854 -SHA256 (libarchive-3.3.1.tar.gz) = 29ca5bd1624ca5a007aa57e16080262ab4379dbf8797f5c52f7ea74a3b0424e7 -SIZE (libarchive-3.3.1.tar.gz) = 6219943 +TIMESTAMP = 1509320100 +SHA256 (libarchive-3.3.2.tar.gz) = ed2dbd6954792b2c054ccf8ec4b330a54b85904a80cef477a1c74643ddafa0ce +SIZE (libarchive-3.3.2.tar.gz) = 6236562 Modified: head/archivers/libarchive/pkg-descr ============================================================================== --- head/archivers/libarchive/pkg-descr Sun Oct 29 22:37:40 2017 (r453143) +++ head/archivers/libarchive/pkg-descr Sun Oct 29 23:47:56 2017 (r453144) @@ -2,4 +2,4 @@ Libarchive is a programming library that can create an different streaming archive formats, including most popular tar variants and the POSIX cpio format. -WWW: http://libarchive.googlecode.com/ +WWW: https://libarchive.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710292347.v9TNluNq033331>