From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 8 15:30:37 2007 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 96A1516A492 for ; Thu, 8 Feb 2007 15:30:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 7786313C481 for ; Thu, 8 Feb 2007 15:30:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l18FUKHe086086 for ; Thu, 8 Feb 2007 15:30:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l18FUKK9086085; Thu, 8 Feb 2007 15:30:20 GMT (envelope-from gnats) Resent-Date: Thu, 8 Feb 2007 15:30:20 GMT Resent-Message-Id: <200702081530.l18FUKK9086085@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, Michael Neumann Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EE76416A40A for ; Thu, 8 Feb 2007 15:29:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id D3E3C13C474 for ; Thu, 8 Feb 2007 15:29:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l18FTNE7047256 for ; Thu, 8 Feb 2007 15:29:23 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l18FTNCZ047255; Thu, 8 Feb 2007 15:29:23 GMT (envelope-from nobody) Message-Id: <200702081529.l18FTNCZ047255@www.freebsd.org> Date: Thu, 8 Feb 2007 15:29:23 GMT From: Michael Neumann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: ports/108933: [patch] archivers/unrar, chinese/unrar and archivers/libunrar update to 3.7.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2007 15:30:37 -0000 >Number: 108933 >Category: ports >Synopsis: [patch] archivers/unrar, chinese/unrar and archivers/libunrar update to 3.7.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 08 15:30:16 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Michael Neumann >Release: 6.2 >Organization: >Environment: >Description: Updated archivers/unrar, chinese/unrar and archivers/libunrar to 3.7.3. Made archive/unrar and chinese/unrar conflict each other. >How-To-Repeat: >Fix: diff -Naur archivers/unrar.orig/Makefile archivers/unrar/Makefile --- archivers/unrar.orig/Makefile Thu Feb 8 14:42:38 2007 +++ archivers/unrar/Makefile Thu Feb 8 15:27:56 2007 @@ -6,7 +6,7 @@ # PORTNAME= unrar -PORTVERSION= 3.60 +PORTVERSION= 3.7.3 PORTEPOCH= 4 CATEGORIES+= archivers MASTER_SITES= http://files1.rarlab.com/rar/ \ @@ -15,12 +15,14 @@ http://files4.rarlab.com/rar/ \ http://files5.rarlab.com/rar/ \ http://files6.rarlab.com/rar/ -DISTNAME= unrarsrc-3.6.8 +DISTNAME= unrarsrc-${PORTVERSION} MAINTAINER?= ache@FreeBSD.org COMMENT= Extract, view & test RAR archives WRKSRC= ${WRKDIR}/unrar + +CONFLICTS= zh-unrar-* USE_GMAKE= yes diff -Naur archivers/unrar.orig/distinfo archivers/unrar/distinfo --- archivers/unrar.orig/distinfo Thu Feb 8 14:42:38 2007 +++ archivers/unrar/distinfo Thu Feb 8 14:52:07 2007 @@ -1,3 +1,3 @@ -MD5 (unrarsrc-3.6.8.tar.gz) = 903363aada5fafa9bd00cac3309e6e45 -SHA256 (unrarsrc-3.6.8.tar.gz) = 3505ebda1f5b265ddea5bec957c0f9e5cc650bc27ca648fd789a3b5f12862191 -SIZE (unrarsrc-3.6.8.tar.gz) = 125045 +MD5 (unrarsrc-3.7.3.tar.gz) = 0aa5df1e268eace4f2bd0932fc59d6a1 +SHA256 (unrarsrc-3.7.3.tar.gz) = fd91c11864746eaa7b70c8c47ed5e9e1c2f29a15a1e60550f185756599795999 +SIZE (unrarsrc-3.7.3.tar.gz) = 129328 diff -Naur chinese/unrar.orig/Makefile chinese/unrar/Makefile --- chinese/unrar.orig/Makefile Thu Feb 8 15:17:59 2007 +++ chinese/unrar/Makefile Thu Feb 8 15:32:23 2007 @@ -15,3 +15,5 @@ ${.CURDIR}/files/patch-unicode.cpp .include "${MASTERDIR}/Makefile" + +CONFLICTS= unrar-* --- archivers/libunrar.orig/Makefile Thu Feb 8 16:15:56 2007 +++ archivers/libunrar/Makefile Thu Feb 8 16:16:09 2007 @@ -6,7 +6,7 @@ # PORTNAME= libunrar -PORTVERSION= 3.6.8 +PORTVERSION= 3.7.3 PORTEPOCH= 1 CATEGORIES= archivers MASTER_SITES= http://files2.rarlab.com/rar/ \ diff -Naur archivers/libunrar.orig/distinfo archivers/libunrar/distinfo --- archivers/libunrar.orig/distinfo Thu Feb 8 16:15:56 2007 +++ archivers/libunrar/distinfo Thu Feb 8 16:16:42 2007 @@ -1,3 +1,3 @@ -MD5 (unrarsrc-3.6.8.tar.gz) = 903363aada5fafa9bd00cac3309e6e45 -SHA256 (unrarsrc-3.6.8.tar.gz) = 3505ebda1f5b265ddea5bec957c0f9e5cc650bc27ca648fd789a3b5f12862191 -SIZE (unrarsrc-3.6.8.tar.gz) = 125045 +MD5 (unrarsrc-3.7.3.tar.gz) = 0aa5df1e268eace4f2bd0932fc59d6a1 +SHA256 (unrarsrc-3.7.3.tar.gz) = fd91c11864746eaa7b70c8c47ed5e9e1c2f29a15a1e60550f185756599795999 +SIZE (unrarsrc-3.7.3.tar.gz) = 129328 >Release-Note: >Audit-Trail: >Unformatted: