pkgsrc-WIP-changes archive

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

wip/gnunet-go: Add README, use right variable for go113



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%NetBSD.org@localhost>
Pushed By:	ng0
Date:		Fri Dec 13 14:07:08 2019 +0000
Changeset:	be1f03421f1aeb84a2a90a6e00a84b5d2cc653b7

Modified Files:
	gnunet-go/Makefile
Added Files:
	gnunet-go/README

Log Message:
wip/gnunet-go: Add README, use right variable for go113

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

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

diffstat:
 gnunet-go/Makefile | 2 +-
 gnunet-go/README   | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diffs:
diff --git a/gnunet-go/Makefile b/gnunet-go/Makefile
index 76a30aa77b..eba2405535 100644
--- a/gnunet-go/Makefile
+++ b/gnunet-go/Makefile
@@ -13,8 +13,8 @@ HOMEPAGE=	https://git.gnunet.org/gnunet-go.git/
 COMMENT=	GNUnet implementation in Go
 LICENSE=	gnu-agpl-v3
 
+GO_VERSION_DEFAULT=	113
 .include "../../mk/bsd.prefs.mk"
-GO_DEFAULT_VERSION=	go113
 
 GO_SRCPATH=		gnunet
 GO_DIST_BASE=		gnunet-go/src/*
diff --git a/gnunet-go/README b/gnunet-go/README
new file mode 100644
index 0000000000..0b3a3158fe
--- /dev/null
+++ b/gnunet-go/README
@@ -0,0 +1,4 @@
+This package is WIP. It currently fails to build and exists to
+aid packaging once gnunet-go reaches a state mature enough to
+be considered release-worthy. Other issues (namespaces etc)
+will be addressed in time as well.


Home | Main Index | Thread Index | Old Index