Size mismatch in audio/espeak port

2010-09-17 Thread Jerry
There is an apparent size mismatch in the audio/espeak port:

/usr/ports/audio/espeak $ sudo make
===  Vulnerability check disabled, database not found
===  License check disabled, port has not defined LICENSE
= espeak-1.44.05-source.zip doesn't seem to exist in /usr/ports/distfiles/.
= Attempting to fetch from 
http://heanet.dl.sourceforge.net/project/espeak/espeak/espeak-1.44/.
fetch: 
http://heanet.dl.sourceforge.net/project/espeak/espeak/espeak-1.44/espeak-1.44.05-source.zip:
 size mismatch: expected 2000190, actual 2000381
= Attempting to fetch from 
http://sunet.dl.sourceforge.net/project/espeak/espeak/espeak-1.44/.
fetch: 
http://sunet.dl.sourceforge.net/project/espeak/espeak/espeak-1.44/espeak-1.44.05-source.zip:
 size mismatch: expected 2000190, actual 2000381
= Attempting to fetch from 
http://iweb.dl.sourceforge.net/project/espeak/espeak/espeak-1.44/.
fetch: 
http://iweb.dl.sourceforge.net/project/espeak/espeak/espeak-1.44/espeak-1.44.05-source.zip:
 size mismatch: expected 2000190, actual 2000381
= Attempting to fetch from 
http://switch.dl.sourceforge.net/project/espeak/espeak/espeak-1.44/.
fetch: 
http://switch.dl.sourceforge.net/project/espeak/espeak/espeak-1.44/espeak-1.44.05-source.zip:
 size mismatch: expected 2000190, actual 2000381
= Attempting to fetch from 
http://surfnet.dl.sourceforge.net/project/espeak/espeak/espeak-1.44/.
fetch: 
http://surfnet.dl.sourceforge.net/project/espeak/espeak/espeak-1.44/espeak-1.44.05-source.zip:
 size mismatch: expected 2000190, actual 2000381
= Attempting to fetch from 
http://kent.dl.sourceforge.net/project/espeak/espeak/espeak-1.44/.
fetch: 
http://kent.dl.sourceforge.net/project/espeak/espeak/espeak-1.44/espeak-1.44.05-source.zip:
 size mismatch: expected 2000190, actual 2000381
= Attempting to fetch from 
http://freefr.dl.sourceforge.net/project/espeak/espeak/espeak-1.44/.
fetch: 
http://freefr.dl.sourceforge.net/project/espeak/espeak/espeak-1.44/espeak-1.44.05-source.zip:
 size mismatch: expected 2000190, actual 2000381
= Attempting to fetch from 
http://voxel.dl.sourceforge.net/project/espeak/espeak/espeak-1.44/.
fetch: 
http://voxel.dl.sourceforge.net/project/espeak/espeak/espeak-1.44/espeak-1.44.05-source.zip:
 size mismatch: expected 2000190, actual 2000381
= Attempting to fetch from 
http://jaist.dl.sourceforge.net/project/espeak/espeak/espeak-1.44/.
fetch: 
http://jaist.dl.sourceforge.net/project/espeak/espeak/espeak-1.44/espeak-1.44.05-source.zip:
 size mismatch: expected 2000190, actual 2000381
= Attempting to fetch from 
http://osdn.dl.sourceforge.net/project/espeak/espeak/espeak-1.44/.
fetch: 
http://osdn.dl.sourceforge.net/project/espeak/espeak/espeak-1.44/espeak-1.44.05-source.zip:
 size mismatch: expected 2000190, actual 2000381
= Attempting to fetch from 
http://nchc.dl.sourceforge.net/project/espeak/espeak/espeak-1.44/.
fetch: 
http://nchc.dl.sourceforge.net/project/espeak/espeak/espeak-1.44/espeak-1.44.05-source.zip:
 size mismatch: expected 2000190, actual 2000381
= Attempting to fetch from 
http://transact.dl.sourceforge.net/project/espeak/espeak/espeak-1.44/.
fetch: 
http://transact.dl.sourceforge.net/project/espeak/espeak/espeak-1.44/espeak-1.44.05-source.zip:
 size mismatch: expected 2000190, actual 2000381

 
= Attempting to fetch from 
http://softlayer.dl.sourceforge.net/project/espeak/espeak/espeak-1.44/. 


   
fetch: 
http://softlayer.dl.sourceforge.net/project/espeak/espeak/espeak-1.44/espeak-1.44.05-source.zip:
 size mismatch: expected 2000190, actual 2000381


= Attempting to fetch from 
http://internode.dl.sourceforge.net/project/espeak/espeak/espeak-1.44/. 


   
fetch: 
http://internode.dl.sourceforge.net/project/espeak/espeak/espeak-1.44/espeak-1.44.05-source.zip:
 size mismatch: expected 2000190, actual 2000381


= Attempting to fetch from 
http://biznetnetworks.dl.sourceforge.net/project/espeak/espeak/espeak-1.44/.


   
fetch: 
http://biznetnetworks.dl.sourceforge.net/project/espeak/espeak/espeak-1.44/espeak-1.44.05-source.zip:
 size mismatch: expected 2000190, actual 2000381

Re: Size mismatch in audio/espeak port

2010-09-17 Thread Lowell Gilbert
Jerry freebsd-ports.u...@seibercom.net writes:

 There is an apparent size mismatch in the audio/espeak port:

and the date is more recent than the port change, as well.
Looks like the release was re-rolled upstream, without
changing the version number.

You can probably get away with grabbing the new distfile,
updating distinfo (there's a makefile target for that), and 
building it from there.  Depends on your comfort level.

Or you can wait for nivit@ to go through it and make an official fix.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Size mismatch in audio/espeak port

2010-09-17 Thread Jerry
On Fri, 17 Sep 2010 17:04:51 -0400
Lowell Gilbert freebsd-ports-lo...@be-well.ilk.org articulated:

 Jerry freebsd-ports.u...@seibercom.net writes:
 
  There is an apparent size mismatch in the audio/espeak port:
 
 and the date is more recent than the port change, as well.
 Looks like the release was re-rolled upstream, without
 changing the version number.
 
 You can probably get away with grabbing the new distfile,
 updating distinfo (there's a makefile target for that), and 
 building it from there.  Depends on your comfort level.
 
 Or you can wait for nivit@ to go through it and make an official fix.

I think he just did.

http://www.freebsd.org/cgi/query-pr.cgi?pr=150679

-- 
Jerry ✌
freebsd-ports.u...@seibercom.net

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__
A general leading the State Department resembles a dragon commanding
ducks.

New York Times, Jan. 20, 1981
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Size mismatch in audio/espeak port

2010-09-17 Thread Nicola Vitale
Hi,

 [2010/9/17 Lowell Gilbert freebsd-ports-lo...@be-well.ilk.org]
 Jerry freebsd-ports.u...@seibercom.net writes:

 There is an apparent size mismatch in the audio/espeak port:
 [...]
 Or you can wait for nivit@ to go through it and make an official fix.

Just fixed. Thank you for the report.

-- 
Nicola Vitale
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org