| 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
Gabor Kovesdan
2005-08-15 21:10:22 UTC
Responsible Changed From-To: freebsd-ports-bugs->ache Over to maintainer 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 State Changed From-To: open->closed Updated. |