pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/go-gox Re-enable go-iochan dependency now that p...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a21577382ef5
branches: trunk
changeset: 338873:a21577382ef5
user: he <he%pkgsrc.org@localhost>
date: Sat Aug 31 21:16:58 2019 +0000
description:
Re-enable go-iochan dependency now that package is added.
Sorry for the oversight...
diffstat:
devel/go-gox/Makefile | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r d19bd9ac934b -r a21577382ef5 devel/go-gox/Makefile
--- a/devel/go-gox/Makefile Sat Aug 31 21:13:21 2019 +0000
+++ b/devel/go-gox/Makefile Sat Aug 31 21:16:58 2019 +0000
@@ -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 @@
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