pkgsrc-WIP-changes archive

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

wip/go-mux: Fix wrong GO_SRCPATH.



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%n0.is@localhost>
Pushed By:	ng0
Date:		Sat Jun 1 11:31:36 2019 +0000
Changeset:	6a7d31d629bf00411642dc965c6eeaee18433cd1

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

Log Message:
wip/go-mux: Fix wrong GO_SRCPATH.

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

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

diffstat:
 go-mux/Makefile |  3 ++-
 go-mux/PLIST    | 40 ++++++++++++++++++++--------------------
 2 files changed, 22 insertions(+), 21 deletions(-)

diffs:
diff --git a/go-mux/Makefile b/go-mux/Makefile
index b1e5a7a35d..6e5cd54319 100644
--- a/go-mux/Makefile
+++ b/go-mux/Makefile
@@ -1,6 +1,7 @@
 # $NetBSD$
 
 DISTNAME=		go-mux-${GITHUB_TAG}
+PKGREVISION=		1
 PKGNAME=		go-mux-1.7.2
 GITHUB_PROJECT=		mux
 CATEGORIES=		devel
@@ -12,7 +13,7 @@ HOMEPAGE=		https://github.com/gorilla/go-mux
 COMMENT=		URL router and dispatcher for Go
 LICENSE=		modified-bsd # bsd-3
 
-GO_SRCPATH=		github.com/gorilla/go-mux
+GO_SRCPATH=		github.com/gorilla/mux
 GO_DIST_BASE=		${GITHUB_PROJECT}-${GITHUB_TAG}*
 
 .include "../../lang/go/go-package.mk"
diff --git a/go-mux/PLIST b/go-mux/PLIST
index 3e6fd8c261..711649934f 100644
--- a/go-mux/PLIST
+++ b/go-mux/PLIST
@@ -1,21 +1,21 @@
 @comment $NetBSD$
-gopkg/pkg/${GO_PLATFORM}/github.com/gorilla/go-mux.a
-gopkg/src/github.com/gorilla/go-mux/AUTHORS
-gopkg/src/github.com/gorilla/go-mux/ISSUE_TEMPLATE.md
-gopkg/src/github.com/gorilla/go-mux/LICENSE
-gopkg/src/github.com/gorilla/go-mux/README.md
-gopkg/src/github.com/gorilla/go-mux/bench_test.go
-gopkg/src/github.com/gorilla/go-mux/context.go
-gopkg/src/github.com/gorilla/go-mux/context_test.go
-gopkg/src/github.com/gorilla/go-mux/doc.go
-gopkg/src/github.com/gorilla/go-mux/example_authentication_middleware_test.go
-gopkg/src/github.com/gorilla/go-mux/example_route_test.go
-gopkg/src/github.com/gorilla/go-mux/go.mod
-gopkg/src/github.com/gorilla/go-mux/middleware.go
-gopkg/src/github.com/gorilla/go-mux/middleware_test.go
-gopkg/src/github.com/gorilla/go-mux/mux.go
-gopkg/src/github.com/gorilla/go-mux/mux_test.go
-gopkg/src/github.com/gorilla/go-mux/old_test.go
-gopkg/src/github.com/gorilla/go-mux/regexp.go
-gopkg/src/github.com/gorilla/go-mux/route.go
-gopkg/src/github.com/gorilla/go-mux/test_helpers.go
+gopkg/pkg/${GO_PLATFORM}/github.com/gorilla/mux.a
+gopkg/src/github.com/gorilla/mux/AUTHORS
+gopkg/src/github.com/gorilla/mux/ISSUE_TEMPLATE.md
+gopkg/src/github.com/gorilla/mux/LICENSE
+gopkg/src/github.com/gorilla/mux/README.md
+gopkg/src/github.com/gorilla/mux/bench_test.go
+gopkg/src/github.com/gorilla/mux/context.go
+gopkg/src/github.com/gorilla/mux/context_test.go
+gopkg/src/github.com/gorilla/mux/doc.go
+gopkg/src/github.com/gorilla/mux/example_authentication_middleware_test.go
+gopkg/src/github.com/gorilla/mux/example_route_test.go
+gopkg/src/github.com/gorilla/mux/go.mod
+gopkg/src/github.com/gorilla/mux/middleware.go
+gopkg/src/github.com/gorilla/mux/middleware_test.go
+gopkg/src/github.com/gorilla/mux/mux.go
+gopkg/src/github.com/gorilla/mux/mux_test.go
+gopkg/src/github.com/gorilla/mux/old_test.go
+gopkg/src/github.com/gorilla/mux/regexp.go
+gopkg/src/github.com/gorilla/mux/route.go
+gopkg/src/github.com/gorilla/mux/test_helpers.go


Home | Main Index | Thread Index | Old Index