From root@hoeg.nl  Tue Feb 21 10:54:06 2006
Return-Path: <root@hoeg.nl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8EE3616A420
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 21 Feb 2006 10:54:06 +0000 (GMT)
	(envelope-from root@hoeg.nl)
Received: from palm.hoeg.nl (mx0.hoeg.nl [83.98.131.211])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3E56743D45
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 21 Feb 2006 10:54:05 +0000 (GMT)
	(envelope-from root@hoeg.nl)
Received: by palm.hoeg.nl (Postfix, from userid 0)
	id 4D1B817269; Tue, 21 Feb 2006 11:54:02 +0100 (CET)
Message-Id: <20060221105402.4D1B817269@palm.hoeg.nl>
Date: Tue, 21 Feb 2006 11:54:02 +0100 (CET)
From: Ed Schouten <ed@fxq.nl>
Reply-To: Ed Schouten <ed@fxq.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [lang/elan] Update 1.7-beta -> 1.7; make it fetchable again
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         93636
>Category:       ports
>Synopsis:       [lang/elan] Update 1.7-beta -> 1.7; make it fetchable again
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    garga
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 21 11:00:17 GMT 2006
>Closed-Date:    Thu Mar 02 16:50:23 GMT 2006
>Last-Modified:  Thu Mar 02 16:50:23 GMT 2006
>Originator:     Ed Schouten
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
n/a
>Environment:
System: FreeBSD palm.hoeg.nl 5.4-STABLE FreeBSD 5.4-STABLE #0: Wed Jan 25 15:03:15 CET 2006 root@palm.hoeg.nl:/usr/obj/usr/src/sys/PALM i386

>Description:
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.

>How-To-Repeat:
Build the elan port. Fetching will fail with a 'file not found'.

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

%%%
--- lang/elan/Makefile	Tue Dec 27 22:14:39 2005
+++ lang/elan/Makefile	Tue Feb 21 11:45:05 2006
@@ -6,17 +6,16 @@
 #
 
 PORTNAME=		elan
-PORTVERSION=		1.7b
+PORTVERSION=		1.7
+PORTEPOCH=		1
 CATEGORIES=		lang
 MASTER_SITES=		ftp://ftp.cs.ru.nl/pub/vb/
-DISTNAME=		${PORTNAME}-1.7-beta
+DISTNAME=		${PORTNAME}-1.7
 
 MAINTAINER=		ed@fxq.nl
 COMMENT=		Compiler for the Elan Programming Environment
 
 LIB_DEPENDS=		dcg:${PORTSDIR}/devel/mimir
-
-WRKSRC=			${WRKDIR}/${PORTNAME}-1.7
 
 MAN1=			elancc.1
 
--- lang/elan/distinfo	Tue Dec 27 22:14:39 2005
+++ lang/elan/distinfo	Tue Feb 21 11:46:00 2006
@@ -1,3 +1,3 @@
-MD5 (elan-1.7-beta.tar.gz) = 22fa3d626ada071802a2a114fe4a12a9
-SHA256 (elan-1.7-beta.tar.gz) = 0830c9f38a4446f028a28744f93fcb52d1bc96be13d383414236f1f99caddc5b
-SIZE (elan-1.7-beta.tar.gz) = 441339
+MD5 (elan-1.7.tar.gz) = 9dd31fcf641d508b7a44067536c7309c
+SHA256 (elan-1.7.tar.gz) = bfb272ce297526f8ef3274e74b22e89a15e36892d2d06447dabbdfdbd31f531d
+SIZE (elan-1.7.tar.gz) = 442002
%%%
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->garga 
Responsible-Changed-By: garga 
Responsible-Changed-When: Thu Mar 2 15:06:42 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93636 
State-Changed-From-To: open->closed 
State-Changed-By: garga 
State-Changed-When: Thu Mar 2 16:43:21 UTC 2006 
State-Changed-Why:  
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!!! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93636 
>Unformatted:
