diff options
author | jhale <jhale@FreeBSD.org> | 2016-11-05 00:12:57 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2016-11-05 00:12:57 +0800 |
commit | fa001d3c70c095d004ea62123197de3fb7ee008b (patch) | |
tree | aa60f023657405c5468a6b160cb7c15bd0964aaf /misc | |
parent | 64205cc8f30200d296aa6ccebb794aeaf69545c3 (diff) | |
download | freebsd-ports-gnome-fa001d3c70c095d004ea62123197de3fb7ee008b.tar.gz freebsd-ports-gnome-fa001d3c70c095d004ea62123197de3fb7ee008b.tar.zst freebsd-ports-gnome-fa001d3c70c095d004ea62123197de3fb7ee008b.zip |
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@muc.de> (maintainer)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/esniper/Makefile | 3 | ||||
-rw-r--r-- | misc/esniper/distinfo | 5 | ||||
-rw-r--r-- | misc/esniper/files/patch-http.c | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/misc/esniper/Makefile b/misc/esniper/Makefile index c39fca086b0b..dc69b297770d 100644 --- a/misc/esniper/Makefile +++ b/misc/esniper/Makefile @@ -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 diff --git a/misc/esniper/distinfo b/misc/esniper/distinfo index 15c9d35394d8..2e92866302d9 100644 --- a/misc/esniper/distinfo +++ b/misc/esniper/distinfo @@ -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 diff --git a/misc/esniper/files/patch-http.c b/misc/esniper/files/patch-http.c index e970aee07154..26901caef284 100644 --- a/misc/esniper/files/patch-http.c +++ b/misc/esniper/files/patch-http.c @@ -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 */ }; |