[Bug 273495] [NEW PORT] devel/reposilite: repository manager for Maven based artifacts in JVM ecosystem
Date: Mon, 27 Jan 2025 12:10:06 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273495 --- Comment #12 from Michael Osipov <michaelo@FreeBSD.org> --- Some new points: * The configuration.cdn.sample is never provided/marked as real file (without .sample), thus cannot be handled by the pkg system properly during update/deinstall * The JAR should be part of the pkg-plist * The work/rundir should be likely protected, e.g., https://github.com/freebsd/freebsd-ports/blob/11dc3fd02ee2fb8de91ca0e88e0a5c0fe15575a5/devel/nexus2-oss/pkg-plist#L345-L348 and https://github.com/freebsd/freebsd-ports/blob/11dc3fd02ee2fb8de91ca0e88e0a5c0fe15575a5/devel/nexus2-oss/pkg-plist#L1-L15 * ${reposilite_rundir}/${reposilite_workdir} in reposilite.in are never declared/initialized * reposilite.in: has user hardcoded They are likely others as soon as you have patched these. -- You are receiving this mail because: You are the assignee for the bug.