diff --git a/net/go-pkgsite/Makefile b/net/go-pkgsite/Makefile index 9290dbc9f314..4d60751ad9d5 100644 --- a/net/go-pkgsite/Makefile +++ b/net/go-pkgsite/Makefile @@ -1,21 +1,19 @@ PORTNAME= go-pkgsite PORTVERSION= ${MODVERSION:S/-/./g:R} -DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= net devel MAINTAINER= fuz@FreeBSD.org COMMENT= Go documentation server WWW= https://pkg.go.dev/golang.org/x/pkgsite/cmd/pkgsite LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:modules -MODVERSION= 0.0.0-20251209150622-7dafa59905ae +USES= go:modules,1.25+ +MODVERSION= 0.0.0-20260203160948-59122fa7f9f3 GO_MODULE= golang.org/x/pkgsite@v${MODVERSION} GO_TARGET= ./cmd/pkgsite PLIST_FILES= ${GO_TARGET:T:S,^,bin/,} .include diff --git a/net/go-pkgsite/distinfo b/net/go-pkgsite/distinfo index addcafcc5f0e..4d68af66e72c 100644 --- a/net/go-pkgsite/distinfo +++ b/net/go-pkgsite/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1765683232 -SHA256 (go/net_go-pkgsite/go-pkgsite-v0.0.0.20251209150622/v0.0.0-20251209150622-7dafa59905ae.mod) = 6418fee9513013075238acc1ae8a9fc87940b3127e36ccb73cd436a184d79a99 -SIZE (go/net_go-pkgsite/go-pkgsite-v0.0.0.20251209150622/v0.0.0-20251209150622-7dafa59905ae.mod) = 4186 -SHA256 (go/net_go-pkgsite/go-pkgsite-v0.0.0.20251209150622/v0.0.0-20251209150622-7dafa59905ae.zip) = dda83506d8a05c71ee6771f15eec38818c6747b3ad4db117ce856f9356337c5e -SIZE (go/net_go-pkgsite/go-pkgsite-v0.0.0.20251209150622/v0.0.0-20251209150622-7dafa59905ae.zip) = 22904998 +TIMESTAMP = 1770166463 +SHA256 (go/net_go-pkgsite/go-pkgsite-0.0.0.20260203160948/v0.0.0-20260203160948-59122fa7f9f3.mod) = ee1722efbe1863574a5e7711a36939a533200f96473d7d51888f42dd0c44dea7 +SIZE (go/net_go-pkgsite/go-pkgsite-0.0.0.20260203160948/v0.0.0-20260203160948-59122fa7f9f3.mod) = 4186 +SHA256 (go/net_go-pkgsite/go-pkgsite-0.0.0.20260203160948/v0.0.0-20260203160948-59122fa7f9f3.zip) = 367cd937a952f57e5a9fdd2c51090761dddb4d43fc1089a067fc05087441620c +SIZE (go/net_go-pkgsite/go-pkgsite-0.0.0.20260203160948/v0.0.0-20260203160948-59122fa7f9f3.zip) = 22908682 diff --git a/net/go-pkgsite/pkg-descr b/net/go-pkgsite/pkg-descr index cb6b538f198d..f4c1d8eb7950 100644 --- a/net/go-pkgsite/pkg-descr +++ b/net/go-pkgsite/pkg-descr @@ -1,9 +1,8 @@ The pkgsite program extracts and generates documentation for Go projects. Example usage: -$ go install golang.org/x/pkgsite/cmd/pkgsite@latest $ cd myproject $ pkgsite -open . For more information, see the pkgsite documentation.