From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 11 20:30:10 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB09C16A41F for ; Tue, 11 Oct 2005 20:30:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6554843D49 for ; Tue, 11 Oct 2005 20:30:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9BKU9cq060259 for ; Tue, 11 Oct 2005 20:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9BKU9I6060257; Tue, 11 Oct 2005 20:30:09 GMT (envelope-from gnats) Resent-Date: Tue, 11 Oct 2005 20:30:09 GMT Resent-Message-Id: <200510112030.j9BKU9I6060257@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, Gabor Kovesdan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB61C16A41F for ; Tue, 11 Oct 2005 20:20:48 +0000 (GMT) (envelope-from root@server.t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DC0643D49 for ; Tue, 11 Oct 2005 20:20:46 +0000 (GMT) (envelope-from root@server.t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id BE5E2997C35; Tue, 11 Oct 2005 22:20:42 +0200 (CEST) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 95823-08; Tue, 11 Oct 2005 22:20:37 +0200 (CEST) Received: by server.t-hosting.hu (Postfix, from userid 0) id A3226997BC9; Tue, 11 Oct 2005 22:20:37 +0200 (CEST) Message-Id: <20051011202037.A3226997BC9@server.t-hosting.hu> Date: Tue, 11 Oct 2005 22:20:37 +0200 (CEST) From: Gabor Kovesdan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Gabor Kovesdan Subject: ports/87281: [maintainer update] archievers/rar X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gabor Kovesdan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2005 20:30:10 -0000 >Number: 87281 >Category: ports >Synopsis: [maintainer update] archievers/rar >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 11 20:30:08 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Gabor Kovesdan >Release: FreeBSD 5.3-RELEASE-p17 amd64 >Organization: n/a >Environment: System: FreeBSD server.t-hosting.hu 5.3-RELEASE-p17 FreeBSD 5.3-RELEASE-p17 #0: Mon Jul 4 20:23:15 CEST 2005 root@server.t-hosting.hu:/usr/src/sys/amd64/compile/FREEBSD amd64 >Description: - Update to 3.51 - Remove stale mastersite >How-To-Repeat: >Fix: --- rar.diff begins here --- diff -ur /usr/ports/archivers/rar/Makefile ../rar/Makefile --- /usr/ports/archivers/rar/Makefile Sat Sep 3 20:30:01 2005 +++ ../rar/Makefile Tue Oct 11 22:15:54 2005 @@ -6,16 +6,15 @@ # PORTNAME= rar -PORTVERSION= 3.50 +PORTVERSION= 3.51 PORTEPOCH= 1 CATEGORIES= archivers -MASTER_SITES= http://files1.rarlab.com/rar/ \ - http://files2.rarlab.com/rar/ \ +MASTER_SITES= http://files2.rarlab.com/rar/ \ http://files3.rarlab.com/rar/ \ http://files4.rarlab.com/rar/ \ http://files5.rarlab.com/rar/ \ http://files6.rarlab.com/rar/ -DISTNAME= rarbsd-3.5.0 +DISTNAME= rarbsd-3.5.1 MAINTAINER= gkovesdan@t-hosting.hu COMMENT= File archiver (binary port) diff -ur /usr/ports/archivers/rar/distinfo ../rar/distinfo --- /usr/ports/archivers/rar/distinfo Sun Aug 28 11:00:04 2005 +++ ../rar/distinfo Tue Oct 11 22:13:09 2005 @@ -1,2 +1,2 @@ -MD5 (rarbsd-3.5.0.tar.gz) = 530e28d444e70d3bb5a5409fb3551765 -SIZE (rarbsd-3.5.0.tar.gz) = 330545 +MD5 (rarbsd-3.5.1.tar.gz) = 3e0b6f1b63f579eeb34ef911be79153d +SIZE (rarbsd-3.5.1.tar.gz) = 330982 --- rar.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: