From 79d61483a6d60299ac995ad2ff77202e2f7e1885 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Thu, 22 Feb 2018 14:29:19 +0000 Subject: As all the acme/certbot have the same version, store it in one place. Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14262 --- security/py-acme/Makefile | 3 ++- security/py-acme/version.mk | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 security/py-acme/version.mk (limited to 'security/py-acme') diff --git a/security/py-acme/Makefile b/security/py-acme/Makefile index 18b831a32bf0..e4c7bbb07618 100644 --- a/security/py-acme/Makefile +++ b/security/py-acme/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= acme -PORTVERSION= 0.21.1 +PORTVERSION= ${ACME_VERSION} PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP @@ -33,4 +33,5 @@ NO_ARCH= yes do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test +.include "version.mk" .include diff --git a/security/py-acme/version.mk b/security/py-acme/version.mk new file mode 100644 index 000000000000..30cb982414d3 --- /dev/null +++ b/security/py-acme/version.mk @@ -0,0 +1 @@ +ACME_VERSION= 0.21.1 -- cgit v1.2.3