- Update to 1.0b

- Update WWW and MASTER_SITES
- Reset maintainership to ports@ by maintainer request

PR:		83703
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
Approved by:	Wilmer van der Gaast (former maintainer)
This commit is contained in:
Roman Bogorodskiy 2005-07-20 04:42:02 +00:00
parent b45914b565
commit 061c6f5368
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139644
4 changed files with 7 additions and 21 deletions

View file

@ -7,12 +7,12 @@
#
PORTNAME= axel
PORTVERSION= 1.0a
PORTREVISION= 4
PORTVERSION= 1.0b
PORTREVISION= 0
CATEGORIES= ftp
MASTER_SITES= http://www.lintux.cx/downloads/
MASTER_SITES= http://wilmer.gaast.net/downloads/
MAINTAINER= lintux@debian.org
MAINTAINER= ports@FreeBSD.org
COMMENT= A download accelerator
USE_GETTEXT= yes

View file

@ -1,2 +1,2 @@
MD5 (axel-1.0a.tar.gz) = 2d94c0b36b374834567f1fcec5f89119
SIZE (axel-1.0a.tar.gz) = 44140
MD5 (axel-1.0b.tar.gz) = 679da19b47570f7ddff1e7958d5df97f
SIZE (axel-1.0b.tar.gz) = 43293

View file

@ -1,14 +0,0 @@
$FreeBSD$
--- conn.c.orig
+++ conn.c
@@ -321,7 +321,7 @@
break;
if( ( t = http_header( conn->http, "location:" ) ) == NULL )
return( 0 );
- sscanf( t, "%s", s );
+ sscanf( t, "%255s", s );
if( strstr( s, "://" ) == NULL)
{
sprintf( conn->http->headers, "%s%s",

View file

@ -2,4 +2,4 @@ Axel tries to accelerate downloads by opening more than one connection to a
server (possibly to different servers). Because of its size it might also
be useful as a wget replacement on bootdisks and other small systems.
WWW: http://www.lintux.cx/axel.html
WWW: http://wilmer.gaast.net/main.php/axel.html