On Thu, Dec 02, 2010 at 12:18:50AM +0100, Exceed <[email protected]> 
wrote:
> This is because of recent changes on sourceforge. 3 days ago, it was ok 
> with tour FB, Kikadf.
> 
> So, what's new on Sourceforge UI "files" page?
> - subtrees with version as folder name  in some cases 
> (http://sourceforge.net/projects/fsarchiver/files/fsarchiver-src/), but 
> sometimes not (http://sourceforge.net/projects/partclone/files/testing/src/)
> - The only constant thing is the "Looking for the latest version?", but 
> for some apps (packages with lib+ app), it's not helpfull (see this one 
> : http://sourceforge.net/projects/libexif/files/)
> 
> Sourceforge.sh should become a devil to provide all of these cases...

Hm, yes.

My favorite sourceforge-based test package is beecrypt, looks like
that's not affected. I just added _F_sourceforge_subdir that can be set
to "/fsarchiver-src/" or "/testing/src/" in the above examples.

Melko, your solution works, but actually having $pkgver in the up2date
string makes no sense, that way we'll never notice new versions. ;)

Kikadf, so I would use a custom up2date in that case like:

up2date="lynx -dump http://sourceforge.net/projects/fourpane/files/|grep 
files/[0-9.]*/$|sed -n 's|.*/\(.*\)/|\1|;$ p'"

That returns the latest subdir where the subdir name has digits and dots
only.

Attachment: pgp6XRv3qy8We.pgp
Description: PGP signature

_______________________________________________
Frugalware-devel mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-devel

Reply via email to