pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

go-stack: FIX GO_SRCPATH



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sun Jan 10 11:01:30 2021 +0100
Changeset:	776ad4806643db4fb40d9e409e3a220ba8841a70

Modified Files:
	go-stack/Makefile
	go-stack/PLIST

Log Message:
go-stack: FIX GO_SRCPATH

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=776ad4806643db4fb40d9e409e3a220ba8841a70

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 go-stack/Makefile |  2 +-
 go-stack/PLIST    | 16 ++++++++--------
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs:
diff --git a/go-stack/Makefile b/go-stack/Makefile
index 92469a1730..86b7794848 100644
--- a/go-stack/Makefile
+++ b/go-stack/Makefile
@@ -12,7 +12,7 @@ COMMENT=	Utilities to capture, manipulate, and format call stacks
 LICENSE=	mit
 
 GO_DIST_BASE=   ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
-GO_SRCPATH=     github.com/go-gl/${GITHUB_PROJECT}
+GO_SRCPATH=     github.com/stack/${GITHUB_PROJECT}
 
 .include "../../lang/go/go-package.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/go-stack/PLIST b/go-stack/PLIST
index d1e388fccc..0399d62f3d 100644
--- a/go-stack/PLIST
+++ b/go-stack/PLIST
@@ -1,9 +1,9 @@
 @comment $NetBSD$
-gopkg/pkg/${GO_PLATFORM}/github.com/go-gl/stack.a
-gopkg/src/github.com/go-gl/stack/LICENSE.md
-gopkg/src/github.com/go-gl/stack/README.md
-gopkg/src/github.com/go-gl/stack/format_test.go
-gopkg/src/github.com/go-gl/stack/go.mod
-gopkg/src/github.com/go-gl/stack/stack-go19_test.go
-gopkg/src/github.com/go-gl/stack/stack.go
-gopkg/src/github.com/go-gl/stack/stack_test.go
+gopkg/pkg/${GO_PLATFORM}/github.com/stack/stack.a
+gopkg/src/github.com/stack/stack/LICENSE.md
+gopkg/src/github.com/stack/stack/README.md
+gopkg/src/github.com/stack/stack/format_test.go
+gopkg/src/github.com/stack/stack/go.mod
+gopkg/src/github.com/stack/stack/stack-go19_test.go
+gopkg/src/github.com/stack/stack/stack.go
+gopkg/src/github.com/stack/stack/stack_test.go


Home | Main Index | Thread Index | Old Index