summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/esniper/Makefile7
-rw-r--r--misc/esniper/distinfo9
-rw-r--r--misc/esniper/patches/patch-http_c14
3 files changed, 7 insertions, 23 deletions
diff --git a/misc/esniper/Makefile b/misc/esniper/Makefile
index 16bba67f40f..9555f280136 100644
--- a/misc/esniper/Makefile
+++ b/misc/esniper/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2014/10/09 14:06:42 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2015/03/26 10:08:15 jperkin Exp $
#
-DISTNAME= esniper-2-23-0
-PKGNAME= esniper-2.23.0
-PKGREVISION= 4
+DISTNAME= esniper-2-31-0
+PKGNAME= esniper-2.31.0
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=esniper/}
EXTRACT_SUFX= .tgz
diff --git a/misc/esniper/distinfo b/misc/esniper/distinfo
index 7f828f15722..4c9f65bcba1 100644
--- a/misc/esniper/distinfo
+++ b/misc/esniper/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.16 2011/10/03 02:56:53 dholland Exp $
+$NetBSD: distinfo,v 1.17 2015/03/26 10:08:15 jperkin Exp $
-SHA1 (esniper-2-23-0.tgz) = 8ef64a0966de4084f24f5471d19afbf11c9054f3
-RMD160 (esniper-2-23-0.tgz) = 116295e60ec29a01d5bb1e24dc4762ad70d71bac
-Size (esniper-2-23-0.tgz) = 127287 bytes
-SHA1 (patch-http_c) = 2ee4fead9650e5fcd325d2779632cc386c3eb1bc
+SHA1 (esniper-2-31-0.tgz) = 0360604d003ace99e8abf7e4d1fb00a8f1129760
+RMD160 (esniper-2-31-0.tgz) = 1297ffa0e5e905016b00a0ca4806ba2b95716fd1
+Size (esniper-2-31-0.tgz) = 131583 bytes
diff --git a/misc/esniper/patches/patch-http_c b/misc/esniper/patches/patch-http_c
deleted file mode 100644
index b1c45245562..00000000000
--- a/misc/esniper/patches/patch-http_c
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-http_c,v 1.1 2011/10/03 02:56:53 dholland Exp $
-
-Fix build with recent curl.
-
---- http.c~ 2010-05-16 04:58:18.000000000 +0000
-+++ http.c
-@@ -27,7 +27,6 @@
- #include "http.h"
- #include "esniper.h"
- #include <curl/curl.h>
--#include <curl/types.h>
- #include <curl/easy.h>
- #include <stdlib.h>
- #include <string.h>