View | Details | Raw Unified | Return to bug 149705
Collapse All | Expand All

(-)esniper/Makefile (-1 / +1 lines)
Lines 5-11 Link Here
5
# $FreeBSD: ports/misc/esniper/Makefile,v 1.14 2010/05/22 17:36:46 makc Exp $
5
# $FreeBSD: ports/misc/esniper/Makefile,v 1.14 2010/05/22 17:36:46 makc Exp $
6
6
7
PORTNAME=	esniper
7
PORTNAME=	esniper
8
DISTVERSION=	2-23-0
8
DISTVERSION=	2-24-0
9
CATEGORIES=	misc net
9
CATEGORIES=	misc net
10
MASTER_SITES=	SF
10
MASTER_SITES=	SF
11
EXTRACT_SUFX=	.tgz
11
EXTRACT_SUFX=	.tgz
(-)esniper/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (esniper-2-23-0.tgz) = fa1990f82213193cb05efd3040848fcb
1
MD5 (esniper-2-24-0.tgz) = aae4b24cc37b9bbb6ba78e017e127ded
2
SHA256 (esniper-2-23-0.tgz) = bdbd96e1adb2dc959875a3aedae271cd3e07ddfbdb612861e95d416a835c371e
2
SHA256 (esniper-2-24-0.tgz) = a2b0f2c958d5ab08fd47cb7bfe1d8fe28c342f48e8574b9afbac894e0ca77640
3
SIZE (esniper-2-23-0.tgz) = 127287
3
SIZE (esniper-2-24-0.tgz) = 129515
(-)esniper/files/patch-http.c (-4 / +4 lines)
Lines 1-6 Link Here
1
--- http.c.orig	Wed Oct 31 15:13:04 2007
1
--- http.c.orig	2010-08-16 13:42:14.099356738 +0200
2
+++ http.c	Wed Oct 31 15:13:39 2007
2
+++ http.c	2010-08-16 13:42:58.186459428 +0200
3
@@ -51,7 +51,7 @@
3
@@ -52,7 +52,7 @@ static size_t WriteMemoryCallback(void *
4
 static int initCurlStuffFailed(void);
4
 static int initCurlStuffFailed(void);
5
 
5
 
6
 #ifdef NEED_CURL_EASY_STRERROR
6
 #ifdef NEED_CURL_EASY_STRERROR
Lines 9-15 Link Here
9
 #endif
9
 #endif
10
 
10
 
11
 /* Set auction error with full libcurl details */
11
 /* Set auction error with full libcurl details */
12
@@ -409,7 +409,7 @@
12
@@ -517,7 +517,7 @@ static const char *curlErrorTable[] = {
13
 	"Requested FTP SSL level failed", /* CURLE_FTP_SSL_FAILED */
13
 	"Requested FTP SSL level failed", /* CURLE_FTP_SSL_FAILED */
14
 };
14
 };

Return to bug 149705