From owner-svn-ports-head@freebsd.org Sun Oct 29 23:47:57 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7101E4F552; Sun, 29 Oct 2017 23:47:57 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8AC086B71E; Sun, 29 Oct 2017 23:47:57 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9TNludU033334; Sun, 29 Oct 2017 23:47:56 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9TNluNq033331; Sun, 29 Oct 2017 23:47:56 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201710292347.v9TNluNq033331@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Sun, 29 Oct 2017 23:47:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453144 - in head/archivers/libarchive: . files X-SVN-Group: ports-head X-SVN-Commit-Author: glewis X-SVN-Commit-Paths: in head/archivers/libarchive: . files X-SVN-Commit-Revision: 453144 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Oct 2017 23:47:57 -0000 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 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/