pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-WWW-Curl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Oct 19 22:51:11 UTC 2016

Modified Files:
        pkgsrc/www/p5-WWW-Curl: Makefile distinfo
Added Files:
        pkgsrc/www/p5-WWW-Curl/patches: patch-curlopt-constants.c

Log Message:
Fix build with latest curl. Bump PKGREVISION for patch.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/www/p5-WWW-Curl/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/p5-WWW-Curl/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/www/p5-WWW-Curl/patches/patch-curlopt-constants.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/p5-WWW-Curl/Makefile
diff -u pkgsrc/www/p5-WWW-Curl/Makefile:1.36 pkgsrc/www/p5-WWW-Curl/Makefile:1.37
--- pkgsrc/www/p5-WWW-Curl/Makefile:1.36        Fri Oct  7 18:26:13 2016
+++ pkgsrc/www/p5-WWW-Curl/Makefile     Wed Oct 19 22:51:11 2016
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.36 2016/10/07 18:26:13 adam Exp $
-#
+# $NetBSD: Makefile,v 1.37 2016/10/19 22:51:11 wiz Exp $
 
 DISTNAME=      WWW-Curl-4.17
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=WWW/}
 

Index: pkgsrc/www/p5-WWW-Curl/distinfo
diff -u pkgsrc/www/p5-WWW-Curl/distinfo:1.15 pkgsrc/www/p5-WWW-Curl/distinfo:1.16
--- pkgsrc/www/p5-WWW-Curl/distinfo:1.15        Tue Jun 21 13:23:32 2016
+++ pkgsrc/www/p5-WWW-Curl/distinfo     Wed Oct 19 22:51:11 2016
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.15 2016/06/21 13:23:32 mef Exp $
+$NetBSD: distinfo,v 1.16 2016/10/19 22:51:11 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

Added files:

Index: pkgsrc/www/p5-WWW-Curl/patches/patch-curlopt-constants.c
diff -u /dev/null pkgsrc/www/p5-WWW-Curl/patches/patch-curlopt-constants.c:1.1
--- /dev/null   Wed Oct 19 22:51:11 2016
+++ pkgsrc/www/p5-WWW-Curl/patches/patch-curlopt-constants.c    Wed Oct 19 22:51:11 2016
@@ -0,0 +1,14 @@
+$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