From owner-svn-ports-head@freebsd.org Thu Nov 19 09:36:01 2015 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 88CB4A32C4A; Thu, 19 Nov 2015 09:36:01 +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 4949C1190; Thu, 19 Nov 2015 09:36:01 +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 tAJ9a0cr084247; Thu, 19 Nov 2015 09:36:00 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAJ9a0Cu084244; Thu, 19 Nov 2015 09:36:00 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201511190936.tAJ9a0Cu084244@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Thu, 19 Nov 2015 09:36:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401920 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 19 Nov 2015 09:36:01 -0000 Author: bofh Date: Thu Nov 19 09:35:59 2015 New Revision: 401920 URL: https://svnweb.freebsd.org/changeset/ports/401920 Log: sysutils/dar: Update version 2.4.17=>2.5.1 - Added c++11-lang as requirement Modified: head/sysutils/dar/Makefile head/sysutils/dar/distinfo head/sysutils/dar/pkg-plist Modified: head/sysutils/dar/Makefile ============================================================================== --- head/sysutils/dar/Makefile Thu Nov 19 09:27:33 2015 (r401919) +++ head/sysutils/dar/Makefile Thu Nov 19 09:35:59 2015 (r401920) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dar -PORTVERSION= 2.4.17 +PORTVERSION= 2.5.1 CATEGORIES= sysutils archivers MASTER_SITES= SF @@ -11,7 +11,7 @@ COMMENT= Command-line backup tool, aimed LICENSE= GPLv2 # (or later) -USES= libtool shebangfix +USES= compiler:c++11-lang libtool shebangfix SHEBANG_FILES= doc/samples/dar_backup doc/samples/*.bash doc/samples/*.sh GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${DATADIR} --disable-build-html \ Modified: head/sysutils/dar/distinfo ============================================================================== --- head/sysutils/dar/distinfo Thu Nov 19 09:27:33 2015 (r401919) +++ head/sysutils/dar/distinfo Thu Nov 19 09:35:59 2015 (r401920) @@ -1,2 +1,2 @@ -SHA256 (dar-2.4.17.tar.gz) = 5d861c39698b77124680914741e1e40e7e9bedb3fcedc6df8d468e619479833c -SIZE (dar-2.4.17.tar.gz) = 1800050 +SHA256 (dar-2.5.1.tar.gz) = ab1881aed33610e709029f7c2529d97033be341303298f4154a2a4c2377a25f1 +SIZE (dar-2.5.1.tar.gz) = 1840950 Modified: head/sysutils/dar/pkg-plist ============================================================================== --- head/sysutils/dar/pkg-plist Thu Nov 19 09:27:33 2015 (r401919) +++ head/sysutils/dar/pkg-plist Thu Nov 19 09:35:59 2015 (r401920) @@ -2,28 +2,44 @@ bin/dar bin/dar_cp bin/dar_manager bin/dar_slave +bin/dar_split bin/dar_xform etc/darrc include/dar/archive.hpp include/dar/archive_options.hpp include/dar/archive_version.hpp +include/dar/capabilities.hpp +include/dar/cat_directory.hpp +include/dar/cat_entree.hpp +include/dar/cat_inode.hpp +include/dar/cat_nomme.hpp include/dar/catalogue.hpp include/dar/compile_time_features.hpp include/dar/compressor.hpp include/dar/crc.hpp include/dar/criterium.hpp include/dar/crypto.hpp +include/dar/crypto_asym.hpp +include/dar/crypto_sym.hpp include/dar/data_tree.hpp include/dar/database.hpp include/dar/database_options.hpp +include/dar/datetime.hpp include/dar/deci.hpp include/dar/ea.hpp +include/dar/entrepot.hpp +include/dar/entrepot_local.hpp include/dar/erreurs.hpp include/dar/erreurs_ext.hpp include/dar/escape.hpp include/dar/escape_catalogue.hpp -include/dar/fichier.hpp +include/dar/etage.hpp +include/dar/fichier_global.hpp +include/dar/fichier_local.hpp +include/dar/filesystem_specific_attribute.hpp +include/dar/fsa_family.hpp include/dar/generic_file.hpp +include/dar/generic_file_overlay_for_gpgme.hpp include/dar/gettext.h include/dar/hash_fichier.hpp include/dar/header_version.hpp @@ -32,25 +48,31 @@ include/dar/int_tools.hpp include/dar/integers.hpp include/dar/label.hpp include/dar/libdar.hpp -include/dar/libdar_4_4.hpp include/dar/libdar_config.h include/dar/libdar_my_config.h include/dar/limitint.hpp include/dar/list_entry.hpp include/dar/mask.hpp include/dar/mask_list.hpp +include/dar/mem_allocator.hpp +include/dar/mem_cluster.hpp +include/dar/mem_sized.hpp include/dar/mem_ui.hpp include/dar/memory_file.hpp +include/dar/memory_pool.hpp include/dar/nls_swap.hpp +include/dar/on_pool.hpp include/dar/path.hpp include/dar/pile.hpp +include/dar/pile_descriptor.hpp +include/dar/range.hpp include/dar/real_infinint.hpp include/dar/scrambler.hpp +include/dar/secu_memory_file.hpp include/dar/secu_string.hpp -include/dar/special_alloc.hpp +include/dar/slice_layout.hpp include/dar/statistics.hpp include/dar/storage.hpp -include/dar/string_file.hpp include/dar/thread_cancellation.hpp include/dar/tlv.hpp include/dar/tlv_list.hpp @@ -64,12 +86,13 @@ include/dar/wrapperlib.hpp lib/libdar.a lib/libdar.so lib/libdar.so.5000 -lib/libdar.so.5000.6.4 +lib/libdar.so.5000.7.1 libdata/pkgconfig/libdar.pc man/man1/dar.1.gz man/man1/dar_cp.1.gz man/man1/dar_manager.1.gz man/man1/dar_slave.1.gz +man/man1/dar_split.1.gz man/man1/dar_xform.1.gz %%PORTDOCS%%%%DOCSDIR%%/FAQ.html %%PORTDOCS%%%%DOCSDIR%%/Features.html @@ -79,7 +102,6 @@ man/man1/dar_xform.1.gz %%PORTDOCS%%%%DOCSDIR%%/Notes.html %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/Tutorial.html -%%PORTDOCS%%%%DOCSDIR%%/api_4_4.html %%PORTDOCS%%%%DOCSDIR%%/api_tutorial.html %%PORTDOCS%%%%DOCSDIR%%/authentification.html %%PORTDOCS%%%%DOCSDIR%%/dar-catalog.dtd @@ -128,6 +150,5 @@ man/man1/dar_xform.1.gz %%PORTDOCS%%%%DOCSDIR%%/samples/pause_every_n_slice.duc %%PORTDOCS%%%%DOCSDIR%%/samples/sample1.txt %%PORTDOCS%%%%DOCSDIR%%/usage_notes.html -%%NLS%%share/locale/de/LC_MESSAGES/dar.mo %%NLS%%share/locale/fr/LC_MESSAGES/dar.mo %%NLS%%share/locale/sv/LC_MESSAGES/dar.mo