pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/go-gox



Module Name:    pkgsrc
Committed By:   he
Date:           Sat Aug 31 21:16:58 UTC 2019

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

Log Message:
Re-enable go-iochan dependency now that package is added.
Sorry for the oversight...


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/go-gox/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-gox/Makefile
diff -u pkgsrc/devel/go-gox/Makefile:1.2 pkgsrc/devel/go-gox/Makefile:1.3
--- pkgsrc/devel/go-gox/Makefile:1.2    Fri Aug 30 19:22:58 2019
+++ pkgsrc/devel/go-gox/Makefile        Sat Aug 31 21:16:58 2019
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.2 2019/08/30 19:22:58 maya Exp $
+# $NetBSD: Makefile,v 1.3 2019/08/31 21:16:58 he Exp $
 #
 
 NAME=                  gox
-DISTNAME=              ${NAME}-1.0.1
+VERSION=               1.0.1
+DISTNAME=              ${NAME}-${VERSION}
 PKGNAME=               go-${DISTNAME}
 GITHUB_PROJECT=                ${NAME}
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=mitchellh/}
-GITHUB_TAG=            v1.0.1
+GITHUB_TAG=            v${VERSION}
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://github.com/mitchellh/gox
@@ -17,7 +18,7 @@ LICENSE=              mpl-2.0
 GO_SRCPATH=            github.com/mitchellh/gox
 GO_DIST_BASE=          ${DISTNAME}*
 
-#DEPENDS+=             go-iochan-[0-9]*:../../devel/go-iochan
+DEPENDS+=              go-iochan-[0-9]*:../../devel/go-iochan
 
 .include "../../lang/go/go-package.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index