pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-certbot



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Wed Oct  2 10:40:56 UTC 2019

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

Log Message:
py-certbot: update to 0.38nb3

pkgsrc changes
--------------
* s/wip/devel/ for py-distro dependency (wip was for test only but
  committed by inattention)


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/security/py-certbot/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/Makefile
diff -u pkgsrc/security/py-certbot/Makefile:1.19 pkgsrc/security/py-certbot/Makefile:1.20
--- pkgsrc/security/py-certbot/Makefile:1.19    Wed Oct  2 08:38:42 2019
+++ pkgsrc/security/py-certbot/Makefile Wed Oct  2 10:40:56 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2019/10/02 08:38:42 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2019/10/02 10:40:56 triaxx Exp $
 
 DISTNAME=      certbot-${CERTBOT_VERSION}
-PKGREVISION=   2
+PKGREVISION=   3
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/certbot/}
 
 MAINTAINER=    fhajny%NetBSD.org@localhost
@@ -15,7 +15,7 @@ DEPENDS+=     ${PYPKGPREFIX}-acme>=0.29.0:..
 DEPENDS+=      ${PYPKGPREFIX}-configargparse>=0.9.3:../../devel/py-configargparse
 DEPENDS+=      ${PYPKGPREFIX}-configobj-[0-9]*:../../devel/py-configobj
 DEPENDS+=      ${PYPKGPREFIX}-cryptography>=1.2.3:../../security/py-cryptography
-#DEPENDS+=     ${PYPKGPREFIX}-distro>=1.2.0:../../wip/py-distro
+DEPENDS+=      ${PYPKGPREFIX}-distro>=1.2.0:../../devel/py-distro
 DEPENDS+=      ${PYPKGPREFIX}-josepy>=1.1.0:../../security/py-josepy
 DEPENDS+=      ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 DEPENDS+=      ${PYPKGPREFIX}-parsedatetime>=2.0:../../time/py-parsedatetime



Home | Main Index | Thread Index | Old Index