pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-WWW-Curl Revert patch. File to be patched is ge...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9ddeaf2d4e8
branches:  trunk
changeset: 354154:d9ddeaf2d4e8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Oct 20 18:09:40 2016 +0000

description:
Revert patch. File to be patched is generated in some way,
and I didn't find out how.

Noted by darcy.

diffstat:

 www/p5-WWW-Curl/distinfo                          |   3 +--
 www/p5-WWW-Curl/patches/patch-curlopt-constants.c |  14 --------------
 2 files changed, 1 insertions(+), 16 deletions(-)

diffs (31 lines):

diff -r 065e92227fc9 -r d9ddeaf2d4e8 www/p5-WWW-Curl/distinfo
--- a/www/p5-WWW-Curl/distinfo  Thu Oct 20 15:26:38 2016 +0000
+++ b/www/p5-WWW-Curl/distinfo  Thu Oct 20 18:09:40 2016 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.16 2016/10/19 22:51:11 wiz Exp $
+$NetBSD: distinfo,v 1.17 2016/10/20 18:09:40 wiz Exp $
 
 SHA1 (WWW-Curl-4.17.tar.gz) = 8ec7b7b39bd653539671fb02fbb7d0ff4863e636
 RMD160 (WWW-Curl-4.17.tar.gz) = 786b6e0461051eae67bdcded046095895ea2a6a2
 SHA512 (WWW-Curl-4.17.tar.gz) = bc7a75d0e23f5a77578fd7244b56a1e1b81d814993b90ac7132926f0d571232c4c95875bc615cb6239e424ae1d5481d27796efc5376bb0845d1da0ff1137c0d6
 Size (WWW-Curl-4.17.tar.gz) = 50917 bytes
 SHA1 (patch-Makefile.PL) = 7abf71d929aff8c764969431790727741fa453b7
-SHA1 (patch-curlopt-constants.c) = 1d40306512cc2694007083d769702b6c66422937
diff -r 065e92227fc9 -r d9ddeaf2d4e8 www/p5-WWW-Curl/patches/patch-curlopt-constants.c
--- a/www/p5-WWW-Curl/patches/patch-curlopt-constants.c Thu Oct 20 15:26:38 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-curlopt-constants.c,v 1.1 2016/10/19 22:51:11 wiz Exp $
-
-Remove constant that's gone from curl.
-
---- curlopt-constants.c.orig   2016-10-19 22:49:23.401619025 +0000
-+++ curlopt-constants.c
-@@ -123,7 +123,6 @@ constant(const char *name)
-             if (strEQ(name, "SSLVERSION_TLSv1_0")) return CURL_SSLVERSION_TLSv1_0;
-             if (strEQ(name, "SSLVERSION_TLSv1_1")) return CURL_SSLVERSION_TLSv1_1;
-             if (strEQ(name, "SSLVERSION_TLSv1_2")) return CURL_SSLVERSION_TLSv1_2;
--            if (strEQ(name, "STRICTER")) return CURL_STRICTER;
-             break;
-         case 'T':
-             if (strEQ(name, "TIMECOND_IFMODSINCE")) return CURL_TIMECOND_IFMODSINCE;



Home | Main Index | Thread Index | Old Index