Bug 84962

Summary: [port update] archivers/rar is outdated and broken
Product: Ports & Packages Reporter: Gabor Kovesdan <gabor.kovesdan>
Component: Individual Port(s)Assignee: Andrey A. Chernov <ache>
Status: Closed FIXED    
Severity: Affects Only Me CC: ache
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff none

Description Gabor Kovesdan 2005-08-15 21:10:22 UTC
New version is out the old one is removed from the mirror, so it is unfetchable.

Fix: Makefile.diff:
distinfo.diff:
How-To-Repeat: Try to make fetch.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-08-15 21:13:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ache

Over to maintainer
Comment 2 Gabor Kovesdan 2005-08-16 02:02:46 UTC
Sorry, I confused PORTEPOCH and PORTREVISION. The distinfo.diff is okay, 
here's the corect Makefile.diff with additional mirrors for better 
reliability:

--- /usr/ports/archivers/rar/Makefile   Mon Dec  6 12:45:37 2004
+++ /usr/home/tux/ports/rar/Makefile    Tue Aug 16 03:00:37 2005
@@ -6,11 +6,16 @@
 #
 
 PORTNAME=      rar
-PORTVERSION=   3.41
+PORTVERSION=   3.5
 PORTEPOCH=     1
 CATEGORIES=    archivers
-MASTER_SITES=  http://files10.rarlab.com/rar/
-DISTNAME=      rarbsd-3.4.1
+MASTER_SITES=  http://files1.rarlab.com/rar/ \
+               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
 
 MAINTAINER=    ache@FreeBSD.org
 COMMENT=       File archiver (binary port)



Gabor Kovesdan
Comment 3 Andrey A. Chernov freebsd_committer freebsd_triage 2005-08-28 07:59:32 UTC
State Changed
From-To: open->closed

Updated.