[Bug 269748] New port: net/xapsd: iOS push notifications daemon for dovecot
Date: Fri, 24 Feb 2023 20:07:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269748 Robert Clausecker <fuz@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress Assignee|ports-bugs@FreeBSD.org |fuz@FreeBSD.org --- Comment #6 from Robert Clausecker <fuz@FreeBSD.org> --- (In reply to Henry from comment #5) Thank you for the update. > Using a tag seems to prevent using the GO_MODULE mechanism afaict. You can type go list -m -f '{{.Version}}' github.com/freswa/dovecot-xaps-daemon@e579559 This gives v0.0.0-20230220214250-e5795599302a which is the version of the module as the go command understands it. You can then set DISTVERSION= ${MODVERSION:S/-/./g:R} DISTVERSIONPREFIX= v MODVERSION= v0.0.0-20230220214250-e5795599302a GO_MODULE= github.com/freswa/dovecot-xaps-daemon@v${MODVERSION} and it should work (didn't check though). I've done a similar things in devel/go-perf. Neverthless, I'll go ahead and see if I can get the port committed as per attachment #240383. -- You are receiving this mail because: You are the assignee for the bug.