textproc/codesearch: update to 1.3.0-rc.1
- use Go modules - adopt port PR: 286611 Approved by: eborisch@gmail.com (maintainer timeout)
This commit is contained in:
parent
c0f9ee2959
commit
7597b07503
@ -1,25 +1,22 @@
|
|||||||
PORTNAME= codesearch
|
PORTNAME= codesearch
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 1.1.0
|
DISTVERSION= 1.3.0-rc.1
|
||||||
PORTREVISION= 24
|
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
|
|
||||||
MAINTAINER= eborisch@gmail.com
|
MAINTAINER= fuz@FreeBSD.org
|
||||||
COMMENT= Fast (indexed) text search tool from Google
|
COMMENT= Fast (indexed) text search tool from Google
|
||||||
WWW= https://github.com/google/codesearch
|
WWW= https://github.com/google/codesearch
|
||||||
|
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
USES= go
|
USES= go:modules,1.23
|
||||||
|
|
||||||
USE_GITHUB= yes
|
GO_MODULE= github.com/google/codesearch
|
||||||
GH_ACCOUNT= google
|
|
||||||
|
|
||||||
GO_PKGNAME= github.com/google/codesearch
|
|
||||||
GO_TARGET= ./cmd/cgrep \
|
GO_TARGET= ./cmd/cgrep \
|
||||||
./cmd/cindex \
|
./cmd/cindex \
|
||||||
./cmd/csearch
|
./cmd/csearch \
|
||||||
|
./cmd/csweb
|
||||||
|
|
||||||
CONFLICTS_INSTALL= hs-cgrep
|
CONFLICTS_INSTALL= hs-cgrep
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
TIMESTAMP = 1578920429
|
TIMESTAMP = 1746484009
|
||||||
SHA256 (google-codesearch-v1.1.0_GH0.tar.gz) = b177021d1da1ddfc333fcbfc679eadd62c8677a6ae6119f25c4ad6b912bcdd7e
|
SHA256 (go/textproc_codesearch/codesearch-v1.3.0-rc.1/v1.3.0-rc.1.mod) = 6d44cd220a4066e0b61021d3d0bc7bcb431db29312e5b2f1160a692b8d07574f
|
||||||
SIZE (google-codesearch-v1.1.0_GH0.tar.gz) = 34076
|
SIZE (go/textproc_codesearch/codesearch-v1.3.0-rc.1/v1.3.0-rc.1.mod) = 45
|
||||||
|
SHA256 (go/textproc_codesearch/codesearch-v1.3.0-rc.1/v1.3.0-rc.1.zip) = 697c29ada1133f2407209b1ae94579002b7fe7d043a31e3c5e7492653e0e9429
|
||||||
|
SIZE (go/textproc_codesearch/codesearch-v1.3.0-rc.1/v1.3.0-rc.1.zip) = 64308
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user