From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 8 15:30:27 2006 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 4FFA416EBD7 for ; Thu, 8 Jun 2006 14:10:23 +0000 (UTC) (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 595A643D48 for ; Thu, 8 Jun 2006 14:10:22 +0000 (GMT) (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 k58EAM0e037544 for ; Thu, 8 Jun 2006 14:10:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k58EAMKM037543; Thu, 8 Jun 2006 14:10:22 GMT (envelope-from gnats) Resent-Date: Thu, 8 Jun 2006 14:10:22 GMT Resent-Message-Id: <200606081410.k58EAMKM037543@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 A415E16C325 for ; Thu, 8 Jun 2006 11:46:08 +0000 (UTC) (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 A1A6543D5F for ; Thu, 8 Jun 2006 11:46:02 +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 E1CB799835D; Thu, 8 Jun 2006 13:45:58 +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 w+Vqm8oI8L5l; Thu, 8 Jun 2006 13:45:51 +0200 (CEST) Received: by server.t-hosting.hu (Postfix, from userid 0) id 6835B99833E; Thu, 8 Jun 2006 13:45:51 +0200 (CEST) Message-Id: <20060608114551.6835B99833E@server.t-hosting.hu> Date: Thu, 8 Jun 2006 13:45:51 +0200 (CEST) From: Gabor Kovesdan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Gabor Kovesdan Subject: ports/98707: [maintainer update] archivers/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: Thu, 08 Jun 2006 15:30:31 -0000 >Number: 98707 >Category: ports >Synopsis: [maintainer update] archivers/rar >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 08 14:10:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gabor Kovesdan >Release: FreeBSD 5.3-RELEASE-p17 amd64 >Organization: n/a >Environment: >Description: - Update MASTER_SITES - Style (no functional changes) >How-To-Repeat: >Fix: --- archivers-rar.diff begins here --- Index: archivers/rar/Makefile =================================================================== RCS file: /usr/cvs/ports/archivers/rar/Makefile,v retrieving revision 1.53 diff -u -r1.53 Makefile --- archivers/rar/Makefile 8 Apr 2006 12:49:01 -0000 1.53 +++ archivers/rar/Makefile 8 Jun 2006 10:38:59 -0000 @@ -9,11 +9,8 @@ PORTVERSION= 3.51 PORTEPOCH= 1 CATEGORIES= archivers -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/ +MASTER_SITES= http://files.rarlab.com/rar/ \ + http://files2.rarlab.com/rar/ DISTNAME= rarbsd-3.5.1 MAINTAINER= gkovesdan@t-hosting.hu @@ -40,21 +37,16 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rar ${PREFIX}/bin/rar - (cd ${WRKSRC} && \ - ${INSTALL_MAN} rar.txt ${PREFIX}/man/cat1/rar.1 && \ - ${INSTALL_DATA} rarfiles.lst \ - ${PREFIX}/etc && \ - ${INSTALL_DATA} default.sfx \ - ${PREFIX}/lib ) + ${INSTALL_MAN} ${WRKSRC}/rar.txt ${PREFIX}/man/cat1/rar.1 + ${INSTALL_DATA} ${WRKSRC}/rarfiles.lst ${PREFIX}/etc + ${INSTALL_DATA} ${WRKSRC}/default.sfx ${PREFIX}/lib post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} - (cd ${WRKSRC} && \ - ${INSTALL_DATA} technote.txt license.txt \ - order.htm readme.txt whatsnew.txt \ - file_id.diz \ - ${DOCSDIR} ) +.for FILE in technote.txt license.txt order.htm readme.txt whatsnew.txt file_id.diz + ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} +.endfor .endif .include --- archivers-rar.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: