Date: Thu, 23 Jun 2016 10:22:35 +0000 (UTC) From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417359 - in head: . security security/py-acme security/py-certbot security/py-letsencrypt Message-ID: <201606231022.u5NAMZDV097940@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brnrd Date: Thu Jun 23 10:22:35 2016 New Revision: 417359 URL: https://svnweb.freebsd.org/changeset/ports/417359 Log: security/py-certbot: Rename from py-letsencrypt and update - Move security/py-letsencrypt to security/py-certbot - Update security/py-acme to 0.8.1 - Update security/py-certbot to 0.8.1 - Update python dependencies PR: 209584 Added: head/security/py-certbot/ - copied from r417349, head/security/py-letsencrypt/ Deleted: head/security/py-letsencrypt/ Modified: head/MOVED head/security/Makefile head/security/py-acme/Makefile head/security/py-acme/distinfo head/security/py-certbot/Makefile head/security/py-certbot/distinfo Modified: head/MOVED ============================================================================== --- head/MOVED Thu Jun 23 10:19:02 2016 (r417358) +++ head/MOVED Thu Jun 23 10:22:35 2016 (r417359) @@ -8371,3 +8371,4 @@ devel/p5-ReadLine-Perl|devel/p5-Term-Rea devel/p5-ReadLine-Gnu|devel/p5-Term-ReadLine-Gnu|2016-06-21|Rename to match upstream devel/p5-ReadLine-TTYtter|devel/p5-Term-ReadLine-TTYtter|2016-06-21|Rename to match upstream graphics/linux-c6-dri-compat|graphics/linux-c6-dri|2016-06-22|Obsolete +security/py-letsencrypt|security/py-certbot|2016-06-23|The LetsEncrypt project has renamed the utility Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu Jun 23 10:19:02 2016 (r417358) +++ head/security/Makefile Thu Jun 23 10:22:35 2016 (r417359) @@ -827,6 +827,7 @@ SUBDIR += py-bcrypt SUBDIR += py-borg.localrole SUBDIR += py-cerealizer + SUBDIR += py-certbot SUBDIR += py-certifi SUBDIR += py-cpe SUBDIR += py-cracklib @@ -849,7 +850,6 @@ SUBDIR += py-keyczar SUBDIR += py-keyring SUBDIR += py-keyrings.alt - SUBDIR += py-letsencrypt SUBDIR += py-libnacl SUBDIR += py-m2crypto SUBDIR += py-mcrypt Modified: head/security/py-acme/Makefile ============================================================================== --- head/security/py-acme/Makefile Thu Jun 23 10:19:02 2016 (r417358) +++ head/security/py-acme/Makefile Thu Jun 23 10:22:35 2016 (r417359) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= acme -PORTVERSION= 0.5.0 +PORTVERSION= 0.8.1 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryp ${PYTHON_PKGNAMEPREFIX}pyrfc3339>0:devel/py-pyrfc3339 \ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests \ - ${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>0:devel/py-setuptools${PYTHON_SUFFIX} \ + ${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>=1.0:devel/py-setuptools${PYTHON_SUFFIX} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}werkzeug>0:www/py-werkzeug TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}funcsigs>0:devel/py-funcsigs \ Modified: head/security/py-acme/distinfo ============================================================================== --- head/security/py-acme/distinfo Thu Jun 23 10:19:02 2016 (r417358) +++ head/security/py-acme/distinfo Thu Jun 23 10:22:35 2016 (r417359) @@ -1,2 +1,3 @@ -SHA256 (acme-0.5.0.tar.gz) = 0605c63c656d33c883a05675f5db9cfb85d503f2771c885031800e0da7631abd -SIZE (acme-0.5.0.tar.gz) = 84155 +TIMESTAMP = 1466491084 +SHA256 (acme-0.8.1.tar.gz) = d3ea4acf280bf6253ad7d641cb0970f230a19805acfed809e7a8ddcf62157d9f +SIZE (acme-0.8.1.tar.gz) = 84610 Modified: head/security/py-certbot/Makefile ============================================================================== --- head/security/py-letsencrypt/Makefile Thu Jun 23 07:17:46 2016 (r417349) +++ head/security/py-certbot/Makefile Thu Jun 23 10:22:35 2016 (r417359) @@ -1,8 +1,8 @@ # Created by: Kubilay Kocak <koobs@FreeBSD.org> # $FreeBSD$ -PORTNAME= letsencrypt -PORTVERSION= 0.5.0 +PORTNAME= certbot +PORTVERSION= 0.8.1 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP @@ -18,13 +18,13 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme ${PYTHON_PKGNAMEPREFIX}configargparse>=0.9.3:devel/py-configargparse \ ${PYTHON_PKGNAMEPREFIX}configobj>0:devel/py-configobj \ ${PYTHON_PKGNAMEPREFIX}cryptography>=0.7:security/py-cryptography \ - ${PYTHON_PKGNAMEPREFIX}parsedatetime>0:devel/py-parsedatetime \ - ${PYTHON_PKGNAMEPREFIX}psutil>=2.1.0:sysutils/py-psutil \ + ${PYTHON_PKGNAMEPREFIX}parsedatetime>=1.3:devel/py-parsedatetime \ + ${PYTHON_PKGNAMEPREFIX}psutil>=2.2.1:sysutils/py-psutil \ ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl \ ${PYTHON_PKGNAMEPREFIX}pyrfc3339>0:devel/py-pyrfc3339 \ ${PYTHON_PKGNAMEPREFIX}python2-pythondialog>=3.2.2r1:devel/py-python2-pythondialog \ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz \ - ${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>0:devel/py-setuptools${PYTHON_SUFFIX} \ + ${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>=1.0:devel/py-setuptools${PYTHON_SUFFIX} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}zope.component>0:devel/py-zope.component \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface \ @@ -39,7 +39,7 @@ post-patch: ${REINPLACE_CMD} \ -e 's|/etc/|${LOCALBASE}/etc/|' \ -e 's|/var/lib|/var/db|' \ - ${WRKSRC}/letsencrypt/constants.py + ${WRKSRC}/${PORTNAME}/constants.py do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test Modified: head/security/py-certbot/distinfo ============================================================================== --- head/security/py-letsencrypt/distinfo Thu Jun 23 07:17:46 2016 (r417349) +++ head/security/py-certbot/distinfo Thu Jun 23 10:22:35 2016 (r417359) @@ -1,2 +1,3 @@ -SHA256 (letsencrypt-0.5.0.tar.gz) = e38a2b70b82be79bc195307652244a3e012ec73d897d4dbd3f80cf698496d15a -SIZE (letsencrypt-0.5.0.tar.gz) = 193077 +TIMESTAMP = 1466491228 +SHA256 (certbot-0.8.1.tar.gz) = 6ca8df3d310ced6687d38aac17c0fb8c1b2ec7a3bea156a254e4cc2a1c132771 +SIZE (certbot-0.8.1.tar.gz) = 204649
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606231022.u5NAMZDV097940>