pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/curl



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Sep 18 07:21:08 UTC 2019

Modified Files:
        pkgsrc/www/curl: Makefile options.mk

Log Message:
curl: http2 is now a suggested option; bump revision


To generate a diff of this commit:
cvs rdiff -u -r1.217 -r1.218 pkgsrc/www/curl/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/curl/options.mk

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

Modified files:

Index: pkgsrc/www/curl/Makefile
diff -u pkgsrc/www/curl/Makefile:1.217 pkgsrc/www/curl/Makefile:1.218
--- pkgsrc/www/curl/Makefile:1.217      Wed Sep 11 08:32:03 2019
+++ pkgsrc/www/curl/Makefile    Wed Sep 18 07:21:08 2019
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.217 2019/09/11 08:32:03 leot Exp $
+# $NetBSD: Makefile,v 1.218 2019/09/18 07:21:08 adam Exp $
 
 DISTNAME=      curl-7.66.0
+PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  https://curl.haxx.se/download/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/www/curl/options.mk
diff -u pkgsrc/www/curl/options.mk:1.17 pkgsrc/www/curl/options.mk:1.18
--- pkgsrc/www/curl/options.mk:1.17     Wed May 22 08:56:25 2019
+++ pkgsrc/www/curl/options.mk  Wed Sep 18 07:21:08 2019
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.17 2019/05/22 08:56:25 leot Exp $
+# $NetBSD: options.mk,v 1.18 2019/09/18 07:21:08 adam Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.curl
 PKG_SUPPORTED_OPTIONS=         inet6 libssh2 gssapi ldap rtmp idn http2
-PKG_SUGGESTED_OPTIONS=         inet6 idn
+PKG_SUGGESTED_OPTIONS=         http2 inet6 idn
 PKG_OPTIONS_LEGACY_OPTS=       libidn:idn
 
 # Kerberos is built in - no additional dependency



Home | Main Index | Thread Index | Old Index