Bug 93636 - [lang/elan] Update 1.7-beta -> 1.7; make it fetchable again
Summary: [lang/elan] Update 1.7-beta -> 1.7; make it fetchable again
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-21 11:00 UTC by Ed Schouten
Modified: 2006-03-02 16:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1000 bytes, patch)
2006-02-21 11:00 UTC, Ed Schouten
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Schouten 2006-02-21 11:00:17 UTC
The lang/elan port has been updated to version 1.7. The old distfile
(1.7-beta) has been removed from the FTP site, making the current port
unfetchable.

Fix: The patch below bumps the elan port to 1.7. It also raises the
PORTEPOCH, which may be unneeded (1.7b > 1.7?).

%%%
How-To-Repeat: Build the elan port. Fetching will fail with a 'file not found'.
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2006-03-02 15:06:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

I'll take it.
Comment 2 Renato Botelho freebsd_committer freebsd_triage 2006-03-02 16:43:21 UTC
State Changed
From-To: open->closed

Committed. With changes: 

When it was updated to 1.7-beta, who did the job, change PORTVERSION to 
1.7b, this is the wrong way, the correct is remove PORTVERSION line, and use 
DISTVERSION=1.7-beta. 
So now, 1.7 version is not greater than current 1.7b, but after discuss with 
erwin@ we concluded bump PORTEPOCH just because it is not a good idea, and 
erwin suggested me to use 1.7c version. when 1.8 version comes, all will be 
fixed and back to normal state. 

Thanks for contributing!!!