Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144475007
D29080.1774858628.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D29080.1774858628.diff
View Options
Index: devel/gitlab-runner/Makefile
===================================================================
--- devel/gitlab-runner/Makefile
+++ devel/gitlab-runner/Makefile
@@ -203,10 +203,6 @@
@${CP} ${DISTDIR}/${DIST_SUBDIR}/prebuilt-x86_64.tar.xz ${WRKSRC}/out/docker/
@${CP} ${DISTDIR}/${DIST_SUBDIR}/prebuilt-arm.tar.xz ${WRKSRC}/out/docker/
-gomod-deps: patch
- (cd ${WRKSRC} && go mod vendor)
- (cd ${WRKSRC} && modules2tuple vendor/modules.txt)
-
pre-build:
@cd ${WRKSRC} && go-bindata \
-pkg docker \
Index: devel/gitlab-shell/Makefile
===================================================================
--- devel/gitlab-shell/Makefile
+++ devel/gitlab-shell/Makefile
@@ -27,7 +27,7 @@
# for go dependencies
USE_GITHUB= nodefault
-# generated with: make gomod-deps
+# generated with: make gomod-vendor
# 38dd
GH_TUPLE= \
DataDog:dd-trace-go:v1.7.0:datadog_dd_trace_go/vendor/gopkg.in/DataDog/dd-trace-go.v1 \
@@ -76,11 +76,6 @@
${MV} ${WRKSRC}/config.yml.example ${WRKSRC}/config.yml.sample
${CP} ${WRKSRC}/config.yml.sample ${WRKSRC}/config.yml
${REINPLACE_CMD} -e 's|VERSION_STRING :=.*|VERSION_STRING := v${PORTVERSION}|g' ${WRKSRC}/Makefile
-
-# Build the go deps, use `pkg install modules2tuple`
-gomod-deps: patch
- (cd ${WRKSRC} && go mod vendor)
- (cd ${WRKSRC} && modules2tuple vendor/modules.txt)
pre-build:
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} build)
Index: net/gitlab-agent/Makefile
===================================================================
--- net/gitlab-agent/Makefile
+++ net/gitlab-agent/Makefile
@@ -208,10 +208,6 @@
PLIST_FILES= bin/kas
-gomod-deps: patch
- (cd ${WRKSRC} && go mod vendor)
- (cd ${WRKSRC} && modules2tuple vendor/modules.txt)
-
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/bin/kas ${STAGEDIR}${PREFIX}/bin/kas
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 30, 8:17 AM (7 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28229037
Default Alt Text
D29080.1774858628.diff (1 KB)
Attached To
Mode
D29080: Drop gomod-deps in favor of gomod-vendor
Attached
Detach File
Event Timeline
Log In to Comment