This port is based on prior wor done in sysutils/puppetserver, and updated to
leverage the CFACTER build of sysutils/facter.
Details
Details
- Reviewers
mat swills - Commits
- rP451175: New port: sysutils/puppetserver5
I've run this through poudriere testport and verified that the
service starts correctly with both CFACTER and RFACTER.
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 11775 Build 12119: arc lint + arc unit
Event Timeline
puppetserver5/Makefile | ||
---|---|---|
52–57 | It would probably be better to fix all those in one go. @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \ -e 's|%%RUBY_SITELIBDIR%%|${RUBY_SITELIBDIR}|' \ -e 's|%%RUBY_VER%%|${RUBY_VER}|' \ -e 's|%%JAVA%%|${JAVA}|' \ -e 's|%%ETCDIR%%|${ETCDIR}|' \ -e 's|%%DATADIR%%|${DATADIR}|' \ ${WRKSRC}/${file} Also, use single quotes, not double quotes. And then, you could pass all the files at once and run sed only once. | |
62 | This one is not needed, MKDIR will create directories recursively. | |
puppetserver5/files/patch-ext__bin__puppetserver | ||
4–5 | This should be fixed with USES=shebangfix. | |
puppetserver5/files/pkg-message.in | ||
1 | Remember to run: sysrc puppetserver_enable=yes |
head/sysutils/puppetserver5/Makefile | ||
---|---|---|
14 ↗ | (On Diff #33670) | Too early. |