Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Feb 2023 20:07:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 269748] New port: net/xapsd: iOS push notifications daemon for dovecot
Message-ID:  <bug-269748-7788-zHWVscZpmB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-269748-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-269748-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269748

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@e579=
559

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=3D        ${MODVERSION:S/-/./g:R}
    DISTVERSIONPREFIX=3D  v
    MODVERSION=3D v0.0.0-20230220214250-e5795599302a
    GO_MODULE=3D  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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269748-7788-zHWVscZpmB>