aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2005-07-20 12:42:02 +0800
committernovel <novel@FreeBSD.org>2005-07-20 12:42:02 +0800
commitf78a1f775ca5339454164e336105cce0b369045a (patch)
tree29c85015a1d5344f731a451b171871da0c43de61
parent6a7c91d4c9abf0a3884ceab911b65b6a8db313d3 (diff)
downloadfreebsd-ports-gnome-f78a1f775ca5339454164e336105cce0b369045a.tar.gz
freebsd-ports-gnome-f78a1f775ca5339454164e336105cce0b369045a.tar.zst
freebsd-ports-gnome-f78a1f775ca5339454164e336105cce0b369045a.zip
- 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)
-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