Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Aug 2009 14:50:18 +0000
From:      Paul Schmehl <pschmehl_lists@tx.rr.com>
To:        "Philip M. Gollucci" <pgollucci@p6m7g8.com>, Dmitry Marakasov <amdmi3@amdmi3.ru>
Cc:        freebsd-ports@freebsd.org, portmgr@freebsd.org
Subject:   Re: Migration to new SourceForge url scheme now inevitable, solution
Message-ID:  <6B974976DD234EF08949F6A8@utd65257.utdallas.edu>
In-Reply-To: <4A8CCC24.8050605@p6m7g8.com>
References:  <20090820023314.GF1295@hades.panopticon> <4A8CCC24.8050605@p6m7g8.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--On Wednesday, August 19, 2009 23:08:04 -0500 "Philip M. Gollucci" 
<pgollucci@p6m7g8.com> wrote:

>
> Dmitry Marakasov wrote:
>> [1] http://people.freebsd.org/~amdmi3/sf.pl.txt
> Awesome.
>
> Rewriting this:
> my $portname = `make -VPORTNAME`;
> chomp $portname;
> my $portname_lc = lc($portname);
>
> my $portversion = `make -VPORTVERSION`;
> chomp $portversion;
>
> Like this, will help substantially by reducing make spawns by 1/2,
> you'll notice the ports tinderbox code does this too :)
>
> my @lines = lc `make -V PORTNAME -V PORTVERSION`;
> my $portname = $lines[0]; chomp $portname;
> my $portversion = $lines[1]; chomp $portversion;
>
> (untested)
>
>> [2] http://people.freebsd.org/~amdmi3/sourceforge-subdirs.txt
>> [3] http://people.freebsd.org/~amdmi3/sourceforge-subdirs-top.txt

I've been following this discussion closely since several of my ports fetch 
from Sourceforge.  Is it safe to assume that some global solution will be 
applied to the ports tree?  Or are we maintainers going to need to submit PRs 
for affected ports once a solution is agreed upon?

-- 
Paul Schmehl, Senior Infosec Analyst
As if it wasn't already obvious, my opinions
are my own and not those of my employer.
*******************************************
"It is as useless to argue with those who have
renounced the use of reason as to administer
medication to the dead." Thomas Jefferson




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