diff options
author | antoine <antoine@FreeBSD.org> | 2016-09-04 17:58:39 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-09-04 17:58:39 +0800 |
commit | 05483d89c553843ca6a4ec252349f76da6ba6f37 (patch) | |
tree | d068828ce19c8a07c56085ee71eeb39adc8ff8fb /net/py-haproxy-log-analysis | |
parent | 7fb03fd34e8e498c6a0050588ccb29f0b013f2d7 (diff) | |
download | freebsd-ports-gnome-05483d89c553843ca6a4ec252349f76da6ba6f37.tar.gz freebsd-ports-gnome-05483d89c553843ca6a4ec252349f76da6ba6f37.tar.zst freebsd-ports-gnome-05483d89c553843ca6a4ec252349f76da6ba6f37.zip |
Use DISTVERSION
PR: 205762
Diffstat (limited to 'net/py-haproxy-log-analysis')
-rw-r--r-- | net/py-haproxy-log-analysis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-haproxy-log-analysis/Makefile b/net/py-haproxy-log-analysis/Makefile index 10102727dbfd..b8ecffdfe6e8 100644 --- a/net/py-haproxy-log-analysis/Makefile +++ b/net/py-haproxy-log-analysis/Makefile @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= haproxy-log-analysis -PORTVERSION= 2.0.b0 +DISTVERSION= 2.0b0 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME:S/-/_/g}-${PORTVERSION:S/.b/b/} +DISTNAME= ${PORTNAME:S/-/_/g}-${DISTVERSION} MAINTAINER= demon@FreeBSD.org COMMENT= Haproxy log analyzer that tries to gives an insight of what's going on |