summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-10-20 18:09:40 +0000
committerwiz <wiz@pkgsrc.org>2016-10-20 18:09:40 +0000
commit87b5907cdbd9687d0765374030765dc3e1a2ff5e (patch)
tree32339a8b21f8b02b0a9a9d01f13b1b700f19ade9 /www
parentf5be64af2f240d91a8656b9580fdc241a7961eec (diff)
downloadpkgsrc-87b5907cdbd9687d0765374030765dc3e1a2ff5e.tar.gz
Revert patch. File to be patched is generated in some way,
and I didn't find out how. Noted by darcy.
Diffstat (limited to 'www')
-rw-r--r--www/p5-WWW-Curl/distinfo3
-rw-r--r--www/p5-WWW-Curl/patches/patch-curlopt-constants.c14
2 files changed, 1 insertions, 16 deletions
diff --git a/www/p5-WWW-Curl/distinfo b/www/p5-WWW-Curl/distinfo
index f7b9c05fec2..735771810e3 100644
--- a/www/p5-WWW-Curl/distinfo
+++ b/www/p5-WWW-Curl/distinfo
@@ -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 --git a/www/p5-WWW-Curl/patches/patch-curlopt-constants.c b/www/p5-WWW-Curl/patches/patch-curlopt-constants.c
deleted file mode 100644
index 658b796fe4a..00000000000
--- a/www/p5-WWW-Curl/patches/patch-curlopt-constants.c
+++ /dev/null
@@ -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;