summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ftp/axel/Makefile8
-rw-r--r--ftp/axel/distinfo4
-rw-r--r--ftp/axel/files/patch-conn.c14
-rw-r--r--ftp/axel/pkg-descr2
4 files changed, 7 insertions, 21 deletions
diff --git a/ftp/axel/Makefile b/ftp/axel/Makefile
index 91b0e38ea595..1547baac23ad 100644
--- a/ftp/axel/Makefile
+++ b/ftp/axel/Makefile
@@ -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
diff --git a/ftp/axel/distinfo b/ftp/axel/distinfo
index aacc8b2e32a1..3d7475fa08ce 100644
--- a/ftp/axel/distinfo
+++ b/ftp/axel/distinfo
@@ -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
diff --git a/ftp/axel/files/patch-conn.c b/ftp/axel/files/patch-conn.c
deleted file mode 100644
index b5d73713eb4f..000000000000
--- a/ftp/axel/files/patch-conn.c
+++ /dev/null
@@ -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",
diff --git a/ftp/axel/pkg-descr b/ftp/axel/pkg-descr
index ef430a304552..69ad58c805b1 100644
--- a/ftp/axel/pkg-descr
+++ b/ftp/axel/pkg-descr
@@ -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