pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/go-radix



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Jul  4 19:24:56 UTC 2020

Modified Files:
        pkgsrc/devel/go-radix: Makefile

Log Message:
go-radix: build fix (universal)

GO_DIST_BASE won't contain the PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/go-radix/Makefile

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

Modified files:

Index: pkgsrc/devel/go-radix/Makefile
diff -u pkgsrc/devel/go-radix/Makefile:1.2 pkgsrc/devel/go-radix/Makefile:1.3
--- pkgsrc/devel/go-radix/Makefile:1.2  Wed Jun 17 09:54:09 2020
+++ pkgsrc/devel/go-radix/Makefile      Sat Jul  4 19:24:55 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/06/17 09:54:09 bsiegert Exp $
+# $NetBSD: Makefile,v 1.3 2020/07/04 19:24:55 gutteridge Exp $
 
 GITHUB_PROJECT=        go-radix
 GITHUB_TAG=    v1.0.0
@@ -14,7 +14,7 @@ HOMEPAGE=     https://github.com/armon/go-ra
 COMMENT=       Golang implementation of Radix trees
 LICENSE=       mit
 
-GO_DIST_BASE=  ${PKGNAME}
+GO_DIST_BASE=  ${PKGNAME_NOREV}
 GO_SRCPATH=    github.com/armon/go-radix
 
 .include "../../lang/go/go-package.mk"



Home | Main Index | Thread Index | Old Index