diff options
Diffstat (limited to 'net/krakend-ce/Makefile')
-rw-r--r-- | net/krakend-ce/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/krakend-ce/Makefile b/net/krakend-ce/Makefile index 42f3e9f0998c..f5505a2223d9 100644 --- a/net/krakend-ce/Makefile +++ b/net/krakend-ce/Makefile @@ -1,10 +1,9 @@ PORTNAME= krakend-ce DISTVERSIONPREFIX= v -DISTVERSION= 2.9.4 -PORTREVISION= 2 +DISTVERSION= 2.10.2 CATEGORIES= net -MAINTAINER= alster@vinterdalen.se +MAINTAINER= alven@FreeBSD.org COMMENT= High-performance, stateless, declarative, API Gateway WWW= https://www.krakend.io/ \ https://github.com/krakend/krakend-ce/ @@ -15,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NOT_FOR_ARCHS= armv7 i386 NOT_FOR_ARCHS_REASON= Build failure: vendor/github.com/krakendio/krakend-amqp/v2/consumer.go:47:20: cannot use math.MaxInt64 (untyped int constant 9223372036854775807) as int value in assignment (overflows) -USES= cpe go:1.24,modules +USES= cpe go:modules CPE_VENDOR= krakend CPE_PRODUCT= krakend CPE_SW_EDITION= community @@ -23,7 +22,7 @@ CPE_SW_EDITION= community GO_MODULE= github.com/krakendio/krakend-ce/v2 GO_TARGET= ./cmd/${PORTNAME} GO_BUILDFLAGS= -ldflags="-X github.com/luraproject/lura/v2/core.KrakendVersion=${DISTVERSION} \ - -X github.com/luraproject/lura/v2/core.GoVersion=${GO_VERSION}" + -X github.com/luraproject/lura/v2/core.GoVersion=${GO_VERSION}" TEST_TARGET= test |