pkgsrc-WIP-changes archive

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

go-mobius: Now it builds



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By:	cfkoch
Date:		Sat Jun 1 16:35:04 2024 -0700
Changeset:	8adf068e3567ac41782c7e6cc105a7863cf31382

Modified Files:
	go-mobius/Makefile
	go-mobius/PLIST
	go-mobius/TODO

Log Message:
go-mobius: Now it builds

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

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

diffstat:
 go-mobius/Makefile | 5 +++--
 go-mobius/PLIST    | 2 ++
 go-mobius/TODO     | 2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

diffs:
diff --git a/go-mobius/Makefile b/go-mobius/Makefile
index ed9e3ce2a9..58fd27a3ce 100644
--- a/go-mobius/Makefile
+++ b/go-mobius/Makefile
@@ -11,8 +11,9 @@ HOMEPAGE=	https://github.com/jhalter/mobius
 COMMENT=	Hotline server
 LICENSE=	mit
 
-GO_SRCPATH=	github.com/jhalter/mobius
-GO_DIST_BASE=	${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+GO_VERSION_REQD=	122
+GO_SRCPATH=		github.com/jhalter/mobius
+GO_DIST_BASE=		${GITHUB_PROJECT}-${PKGVERSION_NOREV}
 
 .include "go-modules.mk"
 .include "../../lang/go/go-module.mk"
diff --git a/go-mobius/PLIST b/go-mobius/PLIST
index 48d96a5493..0bcb294f1f 100644
--- a/go-mobius/PLIST
+++ b/go-mobius/PLIST
@@ -1 +1,3 @@
 @comment $NetBSD$
+bin/mobius-hotline-client
+bin/mobius-hotline-server
diff --git a/go-mobius/TODO b/go-mobius/TODO
index 181571134f..906a183fc7 100644
--- a/go-mobius/TODO
+++ b/go-mobius/TODO
@@ -1 +1 @@
-requires Go 1.22
+- This installs both a client and a server, but I really only want the server


Home | Main Index | Thread Index | Old Index