mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
sysutils/kopia: Fix --version
- bump PORTREVISION
This commit is contained in:
parent
d22b71697e
commit
96782ce102
@ -1,6 +1,7 @@
|
||||
PORTNAME= kopia
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.11.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= eduardo@FreeBSD.org
|
||||
@ -10,6 +11,10 @@ LICENSE= APACHE20
|
||||
|
||||
USES= go:modules
|
||||
GO_MODULE= github.com/kopia/kopia
|
||||
GO_BUILDFLAGS= -ldflags "\
|
||||
-X github.com/kopia/kopia/repo.BuildVersion=${DISTVERSION} \
|
||||
-X github.com/kopia/kopia/repo.BuildInfo="`date +%Y%m%d`" \
|
||||
-X github.com/kopia/kopia/repo.BuildGitHubRepo="FreeBSD/ports""
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user