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:   leot
Date:           Wed May 22 08:56:25 UTC 2019

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

Log Message:
curl: adjust indentation (NFC)


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 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/options.mk
diff -u pkgsrc/www/curl/options.mk:1.16 pkgsrc/www/curl/options.mk:1.17
--- pkgsrc/www/curl/options.mk:1.16     Thu Aug 17 13:55:39 2017
+++ pkgsrc/www/curl/options.mk  Wed May 22 08:56:25 2019
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.16 2017/08/17 13:55:39 schmonz Exp $
+# $NetBSD: options.mk,v 1.17 2019/05/22 08:56:25 leot Exp $
 
-PKG_OPTIONS_VAR=       PKG_OPTIONS.curl
-PKG_SUPPORTED_OPTIONS= inet6 libssh2 gssapi ldap rtmp idn http2
-PKG_SUGGESTED_OPTIONS= inet6 idn
-PKG_OPTIONS_LEGACY_OPTS=libidn:idn
+PKG_OPTIONS_VAR=               PKG_OPTIONS.curl
+PKG_SUPPORTED_OPTIONS=         inet6 libssh2 gssapi ldap rtmp idn http2
+PKG_SUGGESTED_OPTIONS=         inet6 idn
+PKG_OPTIONS_LEGACY_OPTS=       libidn:idn
 
 # Kerberos is built in - no additional dependency
 PKG_SUGGESTED_OPTIONS.NetBSD+= gssapi



Home | Main Index | Thread Index | Old Index