svn commit: r425335 - in head/misc/esniper: . files

Jason E. Hale jhale at FreeBSD.org
Fri Nov 4 16:12:58 UTC 2016


Author: jhale
Date: Fri Nov  4 16:12:57 2016
New Revision: 425335
URL: https://svnweb.freebsd.org/changeset/ports/425335

Log:
  Update to 2-32-0
  
  While here:
  Remove USE_OPENSSL - port does not link to the OpenSSL libraries
  Remake patches with "make makepatch"
  
  PR:		213943
  Submitted by:	<ag-freebsd at muc.de> (maintainer)

Modified:
  head/misc/esniper/Makefile
  head/misc/esniper/distinfo
  head/misc/esniper/files/patch-http.c

Modified: head/misc/esniper/Makefile
==============================================================================
--- head/misc/esniper/Makefile	Fri Nov  4 16:11:47 2016	(r425334)
+++ head/misc/esniper/Makefile	Fri Nov  4 16:12:57 2016	(r425335)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	esniper
-DISTVERSION=	2-31-0
+DISTVERSION=	2-32-0
 CATEGORIES=	misc net
 MASTER_SITES=	SF
 
@@ -16,7 +16,6 @@ LIB_DEPENDS=	libcurl.so:ftp/curl
 USES=		tar:tgz
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-curl-config=${LOCALBASE}/bin/curl-config
-USE_OPENSSL=	yes
 
 PLIST_FILES=	bin/esniper man/man1/esniper.1.gz
 

Modified: head/misc/esniper/distinfo
==============================================================================
--- head/misc/esniper/distinfo	Fri Nov  4 16:11:47 2016	(r425334)
+++ head/misc/esniper/distinfo	Fri Nov  4 16:12:57 2016	(r425335)
@@ -1,2 +1,3 @@
-SHA256 (esniper-2-31-0.tgz) = 30d2378c700b72b5363c8af59e7566564d9ec8cd4b44cd389c2830907d7bc676
-SIZE (esniper-2-31-0.tgz) = 131583
+TIMESTAMP = 1478274473
+SHA256 (esniper-2-32-0.tgz) = 5ee3e5237c6a12059ae9d38380505d38448c2c12787f9fcc603cdb0a1a519312
+SIZE (esniper-2-32-0.tgz) = 133120

Modified: head/misc/esniper/files/patch-http.c
==============================================================================
--- head/misc/esniper/files/patch-http.c	Fri Nov  4 16:11:47 2016	(r425334)
+++ head/misc/esniper/files/patch-http.c	Fri Nov  4 16:12:57 2016	(r425335)
@@ -1,5 +1,5 @@
---- http.c.orig	2010-08-16 13:42:14.099356738 +0200
-+++ http.c	2010-08-16 13:42:58.186459428 +0200
+--- http.c.orig	2016-10-30 21:16:41 UTC
++++ http.c
 @@ -52,7 +52,7 @@ static size_t WriteMemoryCallback(void *
  static int initCurlStuffFailed(void);
  
@@ -9,7 +9,7 @@
  #endif
  
  /* Set auction error with full libcurl details */
-@@ -517,7 +517,7 @@ static const char *curlErrorTable[] = {
+@@ -535,7 +535,7 @@ static const char *curlErrorTable[] = {
  	"Requested FTP SSL level failed", /* CURLE_FTP_SSL_FAILED */
  };
  


More information about the svn-ports-head mailing list