Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Nov 2004 15:50:44 -0500
From:      Frank Laszlo <laszlof@vonostingroup.com>
To:        Norikatsu Shigemura <nork@FreeBSD.org>
Cc:        freebsd-ports@FreeBSD.org
Subject:   Re: net/liveMedia live.2004.11.11.tar.gz not fetchable agian
Message-ID:  <41952224.7040302@vonostingroup.com>
In-Reply-To: <200411122011.iACKBRAP011371@sakura.ninth-nine.com>
References:  <200411120827.08186.ringworm@inbox.lv> <4194EE80.4090208@vonostingroup.com>	<200411120923.39199.ringworm@inbox.lv> <4194FC8B.9030402@vonostingroup.com> <200411122011.iACKBRAP011371@sakura.ninth-nine.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Norikatsu Shigemura wrote:

>On Fri, 12 Nov 2004 13:10:19 -0500
>Frank Laszlo <laszlof@vonostingroup.com> wrote:
>  
>
>>Not exactly, as you can see there is a couple with an 'a' after it.
>> /usr/ports/distfiles/live.2004.10.28a.tar.gz
>> /usr/ports/distfiles/live.2004.11.09a.tar.gz
>>Michael Johnson has informed me that this means there is multiple 
>>releases in the same day. Maybe the port should address this? Also, I 
>>see that DISTNAME is statically set, and if infact live.com creates 
>>build daily and doesnt archive old builds, this needs to be updated to 
>>    
>>
>
>	Author hopes to update and build *almost daily*.  So he
>	didn't remain old archives.
>
>  
>
>>reflect the current date in the DISTNAME to retrieve the proper 
>>distfile. If the maintainer is unresponsive, I would be willing to write 
>>a patch for this. Hope this helps.
>>    
>>
>
>	To update is not so hard.  So tell me it is updated. OK.
>_______________________________________________
>  
>
I cant think of a way to automate this within the port. I can make the 
port fetch the distfile depending on the date.. like this:

PORTVERSION=    ${MYDATE}
DISTNAME=       live.${PORTVERSION}
MYDATE!=        date "+%Y.%m.%d"

But the problem exists with the distinfo. The file size and md5 checksum 
will change daily, isnt there a NO_CHECKSUM or something within the port?
Thanks!

Regards,
    Frank Laszlo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41952224.7040302>