svn commit: r453144 - in head/archivers/libarchive: . files

Greg Lewis glewis at FreeBSD.org
Sun Oct 29 23:47:57 UTC 2017


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 at 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 at 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/


More information about the svn-ports-all mailing list