git: 7bd7616e5043 - main - sysutils/zrepl: Use DISTVERSIONFULL in version output
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Dec 2021 16:59:25 UTC
The branch main has been updated by lcook: URL: https://cgit.FreeBSD.org/ports/commit/?id=7bd7616e5043d364afda746fe4ed0d7087e7d92f commit 7bd7616e5043d364afda746fe4ed0d7087e7d92f Author: Lewis Cook <lcook@FreeBSD.org> AuthorDate: 2021-12-22 16:57:39 +0000 Commit: Lewis Cook <lcook@FreeBSD.org> CommitDate: 2021-12-22 16:57:39 +0000 sysutils/zrepl: Use DISTVERSIONFULL in version output --- sysutils/zrepl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/zrepl/Makefile b/sysutils/zrepl/Makefile index 21b7cae06377..bffb799a3f0f 100644 --- a/sysutils/zrepl/Makefile +++ b/sysutils/zrepl/Makefile @@ -3,7 +3,7 @@ PORTNAME= zrepl DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org @@ -18,7 +18,7 @@ USE_RC_SUBR= zrepl GO_MODULE= github.com/${PORTNAME}/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ -s -w\ - -X ${GO_MODULE}/version.${PORTNAME}Version=${DISTVERSION}" + -X ${GO_MODULE}/version.${PORTNAME}Version=${DISTVERSIONFULL}" SUB_FILES= pkg-message