diff --git a/net/dataplaneapi/Makefile b/net/dataplaneapi/Makefile index d601bcb99951..38454d64d991 100644 --- a/net/dataplaneapi/Makefile +++ b/net/dataplaneapi/Makefile @@ -1,55 +1,54 @@ PORTNAME= dataplaneapi DISTVERSIONPREFIX= v -DISTVERSION= 3.3.3 -PORTREVISION= 1 +DISTVERSION= 3.3.4 CATEGORIES= net MAINTAINER= dtxdf@FreeBSD.org COMMENT= HAProxy Data Plane API WWW= https://github.com/haproxytech/dataplaneapi LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.26+,modules USE_GITHUB= yes GH_ACCOUNT= haproxytech USE_RC_SUBR= ${PORTNAME} GO_MOD_DIST= github GO_MODULE= github.com/haproxytech/${PORTNAME} GO_TARGET= ./cmd/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ -X 'main.GitRepo=https://github.com/haproxytech/${PORTNAME}' \ -X 'main.GitTag=${DISTVERSIONPREFIX}${DISTVERSION}' \ -X 'main.GitCommit=${GITID}' \ -X 'main.BuildTime=${BUILD_DATE}'" PLIST_FILES= "@sample(,,640) etc/dataplaneapi.yaml.sample" \ bin/${PORTNAME} PORTDOCS= CONFIG.md README.md OPTIONS_DEFINE= DOCS # Run 'git checkout ${DISTVERSIONPREFIX}${DISTVERSION} && git rev-parse --short HEAD' # in the Data Plane API repository to get the value of GITID. -GITID= a7ea355c +GITID= 8ec3bdee BUILD_DATE= $$(date -u "+%Y-%m-%dT%H:%M:%SZ") post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \ ${WRKSRC}/configuration/configuration.go post-install: ${SED} -e 's|%%PREFIX%%|${PREFIX}|' ${FILESDIR}/dataplaneapi.yaml \ > ${STAGEDIR}${PREFIX}/etc/dataplaneapi.yaml.sample post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/configuration/doc/README.md ${STAGEDIR}${DOCSDIR}/CONFIG.md .include diff --git a/net/dataplaneapi/distinfo b/net/dataplaneapi/distinfo index 403dfec5d79b..18b55ccebc44 100644 --- a/net/dataplaneapi/distinfo +++ b/net/dataplaneapi/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1776458160 -SHA256 (go/net_dataplaneapi/haproxytech-dataplaneapi-v3.3.3_GH0/go.mod) = f59cceb0b653d5a3e28ca7fd8273f79fc8d13d7553f3d0991ed6fa656c7ac78d -SIZE (go/net_dataplaneapi/haproxytech-dataplaneapi-v3.3.3_GH0/go.mod) = 8289 -SHA256 (go/net_dataplaneapi/haproxytech-dataplaneapi-v3.3.3_GH0/haproxytech-dataplaneapi-v3.3.3_GH0.tar.gz) = 21d7662db4cb99ee4d85cd8c704b3650b4e28c12150639b7c3f09779dcec14e6 -SIZE (go/net_dataplaneapi/haproxytech-dataplaneapi-v3.3.3_GH0/haproxytech-dataplaneapi-v3.3.3_GH0.tar.gz) = 1122736 +TIMESTAMP = 1779218375 +SHA256 (go/net_dataplaneapi/haproxytech-dataplaneapi-v3.3.4_GH0/go.mod) = 16a3af64278d51644cb3013657268e6b73ed570f05cd95e02d7e208c71e5507f +SIZE (go/net_dataplaneapi/haproxytech-dataplaneapi-v3.3.4_GH0/go.mod) = 8339 +SHA256 (go/net_dataplaneapi/haproxytech-dataplaneapi-v3.3.4_GH0/haproxytech-dataplaneapi-v3.3.4_GH0.tar.gz) = b7f98fd869b29197243a036bffe109bcd7048afb8d8e7a862cf24b602ac5c2bc +SIZE (go/net_dataplaneapi/haproxytech-dataplaneapi-v3.3.4_GH0/haproxytech-dataplaneapi-v3.3.4_GH0.tar.gz) = 1123141