diff options
author | brnrd <brnrd@FreeBSD.org> | 2015-12-05 19:08:46 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2015-12-05 19:08:46 +0800 |
commit | c723a8bc062b9155bdbcf85a904ecab89d39d87e (patch) | |
tree | f7d1050438e4679d912c75aa432327ce14376ec0 /security/py-acme | |
parent | df00749705ca0f530d568bb33c5a524fa5e95c3e (diff) | |
download | freebsd-ports-gnome-c723a8bc062b9155bdbcf85a904ecab89d39d87e.tar.gz freebsd-ports-gnome-c723a8bc062b9155bdbcf85a904ecab89d39d87e.tar.zst freebsd-ports-gnome-c723a8bc062b9155bdbcf85a904ecab89d39d87e.zip |
security/py-letsencrypt: Update to 0.1.0
- Update py-letsencrypt to 0.1.0
- Update py-acme to 0.1.0
- Update pkg-message accordingly
This marks the first non-development release of Letsencrypt.org for the public BETA
Reviewed by: koobs (mentor, maintainer), cpm_fbsd.es (maintainer), feld
Approved by: koobs (mentor, maintainer), cpm_fbsd.es (maintainer), feld
MFH: 2015Q4
Differential Revision: https://reviews.freebsd.org/D4360
Diffstat (limited to 'security/py-acme')
-rw-r--r-- | security/py-acme/Makefile | 2 | ||||
-rw-r--r-- | security/py-acme/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/py-acme/Makefile b/security/py-acme/Makefile index 1d2266154750..aca789001cf0 100644 --- a/security/py-acme/Makefile +++ b/security/py-acme/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= acme -DISTVERSION= 0.0.0.dev20151123 +DISTVERSION= 0.1.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-acme/distinfo b/security/py-acme/distinfo index 2abdd02911f3..de57931e6eff 100644 --- a/security/py-acme/distinfo +++ b/security/py-acme/distinfo @@ -1,2 +1,2 @@ -SHA256 (acme-0.0.0.dev20151123.tar.gz) = 0015b55918360a46e38ca2076ba84eb14ef35b8525023914c40ed8c403473840 -SIZE (acme-0.0.0.dev20151123.tar.gz) = 82399 +SHA256 (acme-0.1.0.tar.gz) = c3ebbfecd1f787ef6e309ddcc412c65d0eea318d00d0aff610bdb7ff09a8403a +SIZE (acme-0.1.0.tar.gz) = 82880 |