diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-08-19 12:57:09 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-08-19 12:57:09 +0000 |
commit | a8f17926adace55664d533e25da177d5ae766afd (patch) | |
tree | 5b93c1d958752d4cad8fab78fd1091da58ce02d5 /misc/esniper | |
parent | b598dd743ea3763f54afcb477d58009ba443c10d (diff) | |
download | ports-a8f17926adace55664d533e25da177d5ae766afd.tar.gz ports-a8f17926adace55664d533e25da177d5ae766afd.zip |
Notes
Diffstat (limited to 'misc/esniper')
-rw-r--r-- | misc/esniper/Makefile | 2 | ||||
-rw-r--r-- | misc/esniper/distinfo | 6 | ||||
-rw-r--r-- | misc/esniper/files/patch-http.c | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/misc/esniper/Makefile b/misc/esniper/Makefile index a6d922d43811..58a59beeba8f 100644 --- a/misc/esniper/Makefile +++ b/misc/esniper/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= esniper -DISTVERSION= 2-23-0 +DISTVERSION= 2-24-0 CATEGORIES= misc net MASTER_SITES= SF EXTRACT_SUFX= .tgz diff --git a/misc/esniper/distinfo b/misc/esniper/distinfo index 2e7d6f937500..3d18eed76c66 100644 --- a/misc/esniper/distinfo +++ b/misc/esniper/distinfo @@ -1,3 +1,3 @@ -MD5 (esniper-2-23-0.tgz) = fa1990f82213193cb05efd3040848fcb -SHA256 (esniper-2-23-0.tgz) = bdbd96e1adb2dc959875a3aedae271cd3e07ddfbdb612861e95d416a835c371e -SIZE (esniper-2-23-0.tgz) = 127287 +MD5 (esniper-2-24-0.tgz) = aae4b24cc37b9bbb6ba78e017e127ded +SHA256 (esniper-2-24-0.tgz) = a2b0f2c958d5ab08fd47cb7bfe1d8fe28c342f48e8574b9afbac894e0ca77640 +SIZE (esniper-2-24-0.tgz) = 129515 diff --git a/misc/esniper/files/patch-http.c b/misc/esniper/files/patch-http.c index ee3e020377c5..e970aee07154 100644 --- a/misc/esniper/files/patch-http.c +++ b/misc/esniper/files/patch-http.c @@ -1,6 +1,6 @@ ---- http.c.orig Wed Oct 31 15:13:04 2007 -+++ http.c Wed Oct 31 15:13:39 2007 -@@ -51,7 +51,7 @@ +--- http.c.orig 2010-08-16 13:42:14.099356738 +0200 ++++ http.c 2010-08-16 13:42:58.186459428 +0200 +@@ -52,7 +52,7 @@ static size_t WriteMemoryCallback(void * static int initCurlStuffFailed(void); #ifdef NEED_CURL_EASY_STRERROR @@ -9,7 +9,7 @@ #endif /* Set auction error with full libcurl details */ -@@ -409,7 +409,7 @@ +@@ -517,7 +517,7 @@ static const char *curlErrorTable[] = { "Requested FTP SSL level failed", /* CURLE_FTP_SSL_FAILED */ }; |