Date: Fri, 24 Feb 2023 09:36:48 +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-lBTkQGW86S@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 ---------------------------------------------------------------------------- CC| |fuz@FreeBSD.org --- Comment #3 from Robert Clausecker <fuz@FreeBSD.org> --- Greetings! Here's some quick Q/A feedback: - use DISTVERSION instead of PORTVERSION unless DISTVERSION gives a wrong result - when building from a raw git commit with no upstream versions, use a ver= sion number like gYYYYMMDD. You almost did that, but forgot the g prefix. S= ee =C2=A7 5.2.3 Porter's Handbook for guidance. - is there a reason why v1.0 could not be used? - is there a reason why you weren't able to use the GO_MODULE mechanism? = If it's because of the version number, you can generate the correct fake Go version for an arbitrary git commit using go list -m -f '{{.Version}}' package@githash --=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-lBTkQGW86S>