pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-certbot-dns-google



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat May 13 07:26:50 UTC 2023

Modified Files:
        pkgsrc/security/py-certbot-dns-google: Makefile

Log Message:
py-certbot-dns-google: fix a typo


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/py-certbot-dns-google/Makefile

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

Modified files:

Index: pkgsrc/security/py-certbot-dns-google/Makefile
diff -u pkgsrc/security/py-certbot-dns-google/Makefile:1.13 pkgsrc/security/py-certbot-dns-google/Makefile:1.14
--- pkgsrc/security/py-certbot-dns-google/Makefile:1.13 Fri May 12 09:17:14 2023
+++ pkgsrc/security/py-certbot-dns-google/Makefile      Sat May 13 07:26:50 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2023/05/12 09:17:14 adam Exp $
+# $NetBSD: Makefile,v 1.14 2023/05/13 07:26:50 adam Exp $
 
 .include "../../security/py-certbot/Makefile.common"
 
@@ -10,7 +10,7 @@ COMMENT=      Google Cloud DNS Authenticator 
 DEPENDS+=      ${PYPKGPREFIX}-acme>=${CERTBOT_VERSION}:../../security/py-acme
 DEPENDS+=      ${PYPKGPREFIX}-certbot>=${CERTBOT_VERSION}:../../security/py-certbot
 DEPENDS+=      ${PYPKGPREFIX}-google-api-python-client>=1.6.5:../../www/py-google-api-python-client
-DEPENDS+=      ${PYPKGPREFIX}-google-oautht>=2.16.0:../../security/py-google-auth
+DEPENDS+=      ${PYPKGPREFIX}-google-auth>=2.16.0:../../security/py-google-auth
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index