diff options
author | koobs <koobs@FreeBSD.org> | 2015-11-06 16:29:10 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2015-11-06 16:29:10 +0800 |
commit | 99792b10466365bde12b8f24307ee4c407f4484e (patch) | |
tree | 7a4638e73956e5484efbeb9e64d045b6b756f4db /security | |
parent | 2d74c7a8d2ab932b321c73eb3317cfe0004282d9 (diff) | |
download | freebsd-ports-gnome-99792b10466365bde12b8f24307ee4c407f4484e.tar.gz freebsd-ports-gnome-99792b10466365bde12b8f24307ee4c407f4484e.tar.zst freebsd-ports-gnome-99792b10466365bde12b8f24307ee4c407f4484e.zip |
security/py-acme: Update to 0.0.0.dev20151104
- Update version and distinfo checksum (0.0.0.dev20151104)
- Switch to DISTVERSION (illegal PORTVERSION) and DISTVERSIONPREFIX
- Use github version tags rather than a direct commit
PR: 204303
Approved by: Carlos J Puga Medina <cpm fbsd es> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/py-acme/Makefile | 4 | ||||
-rw-r--r-- | security/py-acme/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/py-acme/Makefile b/security/py-acme/Makefile index 6ae0100a014b..9f844bcb563f 100644 --- a/security/py-acme/Makefile +++ b/security/py-acme/Makefile @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= acme -PORTVERSION= 0.0.0.dev20151008 +DISTVERSIONPREFIX= v +DISTVERSION= 0.0.0.dev20151104 CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -29,6 +30,5 @@ WRKSRC_SUBDIR= acme USE_GITHUB= yes GH_ACCOUNT= letsencrypt GH_PROJECT= letsencrypt -GH_TAGNAME= 9e1477f .include <bsd.port.mk> diff --git a/security/py-acme/distinfo b/security/py-acme/distinfo index 89ca06d147d4..0a254b9201e7 100644 --- a/security/py-acme/distinfo +++ b/security/py-acme/distinfo @@ -1,2 +1,2 @@ -SHA256 (letsencrypt-letsencrypt-0.0.0.dev20151008-9e1477f_GH0.tar.gz) = 74f67e16f9181fc699520c21250efdf277cef6b9c9ea9d6d590f04240911a35e -SIZE (letsencrypt-letsencrypt-0.0.0.dev20151008-9e1477f_GH0.tar.gz) = 334764 +SHA256 (letsencrypt-letsencrypt-v0.0.0.dev20151104_GH0.tar.gz) = b25fdb6d9cb5cfcc786b507eb079fea43eeee90b049371cfaf27f94ca816748b +SIZE (letsencrypt-letsencrypt-v0.0.0.dev20151104_GH0.tar.gz) = 392086 |