From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 25 06:10:02 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 355F616A468 for ; Thu, 25 Oct 2007 06:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 115D413C4A7 for ; Thu, 25 Oct 2007 06:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9P6A1kH012752 for ; Thu, 25 Oct 2007 06:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9P6A15h012750; Thu, 25 Oct 2007 06:10:01 GMT (envelope-from gnats) Resent-Date: Thu, 25 Oct 2007 06:10:01 GMT Resent-Message-Id: <200710250610.l9P6A15h012750@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Philippe Audeoud Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1945C16A419 for ; Thu, 25 Oct 2007 06:07:18 +0000 (UTC) (envelope-from jadawin@huppa.tuxaco.net) Received: from huppa.tuxaco.net (huppa.tuxaco.net [91.121.19.193]) by mx1.freebsd.org (Postfix) with ESMTP id D07E313C491 for ; Thu, 25 Oct 2007 06:07:17 +0000 (UTC) (envelope-from jadawin@huppa.tuxaco.net) Received: from localhost (unknown [127.0.0.1]) by huppa.tuxaco.net (Postfix) with ESMTP id 1594BF1C9 for ; Thu, 25 Oct 2007 08:08:59 +0200 (CEST) Received: from huppa.tuxaco.net ([127.0.0.1]) by localhost (huppa.tuxaco.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EtuAeO7vhl5s for ; Thu, 25 Oct 2007 08:08:56 +0200 (CEST) Received: by huppa.tuxaco.net (Postfix, from userid 1001) id 758BBF1C7; Thu, 25 Oct 2007 08:08:56 +0200 (CEST) Message-Id: <20071025060856.758BBF1C7@huppa.tuxaco.net> Date: Thu, 25 Oct 2007 08:08:56 +0200 (CEST) From: Philippe Audeoud To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/117472: [update] sysutils/dar : update to 2.3.6 and maintainer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Philippe Audeoud List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2007 06:10:02 -0000 >Number: 117472 >Category: ports >Synopsis: [update] sysutils/dar : update to 2.3.6 and maintainer >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Oct 25 06:10:01 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Philippe Audeoud >Release: FreeBSD 6.2-RELEASE i386 >Organization: >Environment: System: FreeBSD huppa.tuxaco.net 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Tue Mar 20 16:05:42 CET 2007 root@:/usr/obj/usr/src/sys/GENERIC i386 >Description: Here is the patch to update sysutils/dar to 2.3.6 and i take maintainership >How-To-Repeat: >Fix: --- patch-dar.1 begins here --- diff -ruN sysutils/dar.orig/Makefile sysutils/dar/Makefile --- sysutils/dar.orig/Makefile Wed Oct 24 17:09:47 2007 +++ sysutils/dar/Makefile Thu Oct 25 05:59:38 2007 @@ -6,12 +6,11 @@ # PORTNAME= dar -PORTVERSION= 2.3.4 -PORTREVISION= 1 +PORTVERSION= 2.3.6 CATEGORIES= sysutils archivers MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jadawin@tuxaco.net COMMENT= A full featured command-line backup tool, aimed for disks USE_AUTOTOOLS= libtool:15 diff -ruN sysutils/dar.orig/distinfo sysutils/dar/distinfo --- sysutils/dar.orig/distinfo Wed Oct 24 17:09:47 2007 +++ sysutils/dar/distinfo Thu Oct 25 05:59:38 2007 @@ -1,3 +1,3 @@ -MD5 (dar-2.3.4.tar.gz) = 270d0517afdcbb2fbca60d674b5ca4bc -SHA256 (dar-2.3.4.tar.gz) = cee6fd794f0c8a37527516f8bc0cac5ad23241e1a032a118473457e1c5e86ea2 -SIZE (dar-2.3.4.tar.gz) = 1186874 +MD5 (dar-2.3.6.tar.gz) = de290b9d4ff93838be0779a6daa66fff +SHA256 (dar-2.3.6.tar.gz) = ae5c1c196eb8b0bfe0cad1776fd330307a886bc7619e687abdfffc74bd31dddb +SIZE (dar-2.3.6.tar.gz) = 1189996 diff -ruN sysutils/dar.orig/pkg-plist sysutils/dar/pkg-plist --- sysutils/dar.orig/pkg-plist Wed Oct 24 17:09:47 2007 +++ sysutils/dar/pkg-plist Thu Oct 25 05:59:38 2007 @@ -37,6 +37,7 @@ include/dar/string_file.hpp include/dar/gettext.h include/dar/my_config.h +include/dar/user_group_bases.hpp bin/dar bin/dar_xform bin/dar_slave --- patch-dar.1 ends here --- >Release-Note: >Audit-Trail: >Unformatted: