Dear port maintainer,
The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you
On Sun, 25 Feb 2018, Marcin Cieslak wrote:
> Hello,
>
> why is poudriere on 11.1-STABLE trying to build by custom port which has the
> following
> in the Makefile:
>
> post-fetch:
> ${MKDIR} ${DISTDIR}/${PORTNAME}
> ${MKDIR} ${NPM_CACHE}
> ${CP} ${FILESDIR}/package-lock.json $
(BCC -ports@ for more audience)
Thanks for two Greg's work in PR 224288, LibreOffice 6 updating is almost
ready. It's time for having more people to test.
The working area is here: https://github.com/lwhsu/freebsd-ports-libreoffice
Just download or clone it and `cd editors/libreoffice && make i
On 02/26/18 17:11, Marcin Cieslak wrote:
So I don't know what has changed and why but the temporary fix is to
use "if" to check if the desired files are not already there, and
then proceeding with "post-fetch" only if the files are not found.
Some time back I was working on nodejs support:
ht