From owner-svn-ports-all@freebsd.org Tue Oct 25 04:08:10 2016 Return-Path: Delivered-To: svn-ports-all@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 558C0C20C12; Tue, 25 Oct 2016 04:08:10 +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 1F52CF5C; Tue, 25 Oct 2016 04:08:10 +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 u9P489UZ074187; Tue, 25 Oct 2016 04:08:09 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9P4899s074185; Tue, 25 Oct 2016 04:08:09 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201610250408.u9P4899s074185@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Tue, 25 Oct 2016 04:08:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424602 - head/archivers/libarchive X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2016 04:08:10 -0000 Author: glewis Date: Tue Oct 25 04:08:08 2016 New Revision: 424602 URL: https://svnweb.freebsd.org/changeset/ports/424602 Log: . Update to 3.2.2. . Set LICENSE. Modified: head/archivers/libarchive/Makefile head/archivers/libarchive/distinfo Modified: head/archivers/libarchive/Makefile ============================================================================== --- head/archivers/libarchive/Makefile Tue Oct 25 03:04:13 2016 (r424601) +++ head/archivers/libarchive/Makefile Tue Oct 25 04:08:08 2016 (r424602) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libarchive -PORTVERSION= 3.2.1 +PORTVERSION= 3.2.2 PORTEPOCH= 1 CATEGORIES= archivers MASTER_SITES= http://libarchive.org/downloads/ @@ -9,6 +9,8 @@ MASTER_SITES= http://libarchive.org/down MAINTAINER= glewis@FreeBSD.org COMMENT= Library to create and read several streaming archive formats +LICENSE= BSD2CLAUSE + LIB_DEPENDS= libexpat.so:textproc/expat2 OPTIONS_DEFINE= LZ4 LZO NETTLE @@ -33,7 +35,7 @@ PLIST_FILES= bin/bsdcat \ lib/libarchive.a \ lib/libarchive.so \ lib/libarchive.so.13 \ - lib/libarchive.so.13.2.1 \ + lib/libarchive.so.13.2.2 \ libdata/pkgconfig/libarchive.pc \ man/man1/bsdcat.1.gz \ man/man1/bsdcpio.1.gz \ Modified: head/archivers/libarchive/distinfo ============================================================================== --- head/archivers/libarchive/distinfo Tue Oct 25 03:04:13 2016 (r424601) +++ head/archivers/libarchive/distinfo Tue Oct 25 04:08:08 2016 (r424602) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466687824 -SHA256 (libarchive-3.2.1.tar.gz) = 72ee1a4e3fd534525f13a0ba1aa7b05b203d186e0c6072a8a4738649d0b3cfd2 -SIZE (libarchive-3.2.1.tar.gz) = 5448888 +TIMESTAMP = 1477363506 +SHA256 (libarchive-3.2.2.tar.gz) = 691c194ee132d1f0f7a42541f091db811bc2e56f7107e9121be2bc8c04f1060f +SIZE (libarchive-3.2.2.tar.gz) = 5458241