From owner-svn-ports-all@freebsd.org Tue Jun 7 12:20: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 4724BB6EAF2; Tue, 7 Jun 2016 12:20:10 +0000 (UTC) (envelope-from bofh@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 F17411110; Tue, 7 Jun 2016 12:20:09 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u57CK97C052757; Tue, 7 Jun 2016 12:20:09 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u57CK8fg052753; Tue, 7 Jun 2016 12:20:08 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201606071220.u57CK8fg052753@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Tue, 7 Jun 2016 12:20:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416509 - head/sysutils/dar 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.22 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, 07 Jun 2016 12:20:10 -0000 Author: bofh Date: Tue Jun 7 12:20:08 2016 New Revision: 416509 URL: https://svnweb.freebsd.org/changeset/ports/416509 Log: sysutils/dar: Update version 2.5.3=>2.5.5 - Enable Compression as DEFAULT options [1] Submitted by: megabrutal@gmail.com [1] Modified: head/sysutils/dar/Makefile head/sysutils/dar/distinfo head/sysutils/dar/pkg-plist Modified: head/sysutils/dar/Makefile ============================================================================== --- head/sysutils/dar/Makefile Tue Jun 7 11:58:25 2016 (r416508) +++ head/sysutils/dar/Makefile Tue Jun 7 12:20:08 2016 (r416509) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dar -PORTVERSION= 2.5.3 +PORTVERSION= 2.5.5 CATEGORIES= sysutils archivers MASTER_SITES= SF @@ -26,6 +26,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= GCRYPT GPGME LZO ZLIB BZIP2 LZMA DOCS NLS +OPTIONS_DEFAULT= BZIP2 LZMA LZO ZLIB OPTIONS_SUB= yes ZLIB_CONFIGURE_OFF= --disable-libz-linking Modified: head/sysutils/dar/distinfo ============================================================================== --- head/sysutils/dar/distinfo Tue Jun 7 11:58:25 2016 (r416508) +++ head/sysutils/dar/distinfo Tue Jun 7 12:20:08 2016 (r416509) @@ -1,2 +1,3 @@ -SHA256 (dar-2.5.3.tar.gz) = 4556ac940de056ca2856407f3d1e59891d992cb39cafb5f957b08afd9c9fca57 -SIZE (dar-2.5.3.tar.gz) = 1847258 +TIMESTAMP = 1465295467 +SHA256 (dar-2.5.5.tar.gz) = aa77d6778206b00ad7b37d5f615aafff3ea770b35d96625429c14ff67b78466d +SIZE (dar-2.5.5.tar.gz) = 1861378 Modified: head/sysutils/dar/pkg-plist ============================================================================== --- head/sysutils/dar/pkg-plist Tue Jun 7 11:58:25 2016 (r416508) +++ head/sysutils/dar/pkg-plist Tue Jun 7 12:20:08 2016 (r416509) @@ -13,6 +13,7 @@ include/dar/cat_directory.hpp include/dar/cat_entree.hpp include/dar/cat_inode.hpp include/dar/cat_nomme.hpp +include/dar/cat_tools.hpp include/dar/catalogue.hpp include/dar/compile_time_features.hpp include/dar/compressor.hpp @@ -21,6 +22,7 @@ include/dar/criterium.hpp include/dar/crypto.hpp include/dar/crypto_asym.hpp include/dar/crypto_sym.hpp +include/dar/cygwin_adapt.hpp include/dar/data_tree.hpp include/dar/database.hpp include/dar/database_options.hpp @@ -71,6 +73,7 @@ include/dar/scrambler.hpp include/dar/secu_memory_file.hpp include/dar/secu_string.hpp include/dar/slice_layout.hpp +include/dar/smart_pointer.hpp include/dar/statistics.hpp include/dar/storage.hpp include/dar/thread_cancellation.hpp @@ -86,7 +89,7 @@ include/dar/wrapperlib.hpp lib/libdar.a lib/libdar.so lib/libdar.so.5000 -lib/libdar.so.5000.7.3 +lib/libdar.so.5000.8.1 libdata/pkgconfig/libdar.pc man/man1/dar.1.gz man/man1/dar_cp.1.gz