Date: Thu, 9 Oct 2008 10:24:37 +0200 (CEST) From: Björn König <bkoenig@alpha-tierchen.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/127962: [patch] archivers/rar: update to 3.8.0 Message-ID: <20081009082437.E16F5289B4@home.alpha-tierchen.de> Resent-Message-ID: <200810090850.m998o17u087798@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 127962 >Category: ports >Synopsis: [patch] archivers/rar: update to 3.8.0 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Oct 09 08:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Björn König >Release: >Organization: >Environment: >Description: The patch updates the port archivers/rar from 3.7.1 to 3.8.0. I like to remove the bits from ports/Mk/bsd.sites.mk because it seems like that there are no mirror servers anymore. >How-To-Repeat: >Fix: --- ports-rar-3.8.0.diff begins here --- diff --git ports/archivers/rar/Makefile ports/archivers/rar/Makefile index 515eb31..259d000 100644 --- ports/archivers/rar/Makefile +++ ports/archivers/rar/Makefile @@ -6,11 +6,11 @@ # PORTNAME= rar -PORTVERSION= 3.71 +PORTVERSION= 3.80 PORTEPOCH= 2 CATEGORIES= archivers -MASTER_SITES= RAR -DISTNAME= rarbsd-3.7.1 +MASTER_SITES= http://www.rarlab.com/rar/ +DISTNAME= rarbsd-3.8.0 MAINTAINER= gabor@FreeBSD.org COMMENT= File archiver (binary port) diff --git ports/archivers/rar/distinfo ports/archivers/rar/distinfo index d6a28cf..f2a43fb 100644 --- ports/archivers/rar/distinfo +++ ports/archivers/rar/distinfo @@ -1,3 +1,3 @@ -MD5 (rarbsd-3.7.1.tar.gz) = 88cd33f9a0516c67cc58f081233c9697 -SHA256 (rarbsd-3.7.1.tar.gz) = 4fdad190bda381a2d3fb1c4c12088e6bc6a74c23f82bceab42c1eb5a65a43ddd -SIZE (rarbsd-3.7.1.tar.gz) = 748486 +MD5 (rarbsd-3.8.0.tar.gz) = 63b3dabffa7db30a88985e921875609c +SHA256 (rarbsd-3.8.0.tar.gz) = 7227bbcb0efb743588b50ed7ed9afd96bcfcffff6388825d343f986e267865b2 +SIZE (rarbsd-3.8.0.tar.gz) = 777596 diff --git ports/Mk/bsd.sites.mk ports/Mk/bsd.sites.mk index fc2050a..470e05a 100644 --- ports/Mk/bsd.sites.mk +++ ports/Mk/bsd.sites.mk @@ -1096,13 +1096,6 @@ MASTER_SITE_QT+= \ ftp://ftp.trolltech.com/qt/source/%SUBDIR%/ .endif -.if !defined(IGNORE_MASTER_SITE_RAR) -.for mirror in 2 3 4 5 6 7 8 9 -MASTER_SITE_RAR+= \ - http://files${mirror}.rarlab.com/rar/%SUBDIR%/ -.endfor -.endif - .if !defined(IGNORE_MASTER_SITE_REDHAT_LINUX) MASTER_SITE_REDHAT_LINUX+= \ http://mirrors.usc.edu/pub/linux/distributions/redhat/redhat/linux/%SUBDIR%/ \ --- ports-rar-3.8.0.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081009082437.E16F5289B4>