svn commit: r383713 - head/www/httpclient
Alexey Dokuchaev
danfe at FreeBSD.org
Fri Apr 10 09:04:10 UTC 2015
On Fri, Apr 10, 2015 at 08:58:43AM +0000, Bartek Rutkowski wrote:
> New Revision: 383713
> URL: https://svnweb.freebsd.org/changeset/ports/383713
>
> Log:
> www/httpclient: add CPE information
>
> - Maintainer's timeout (ale at FreeBSD.org)
We have a standard form for noting maintainer timeouts:
Approved by: maintainer (ale, timeout [since ...])
> [...]
> +USES+= cpe
> +CPE_PRODUCT= commons-httpclient
> +CPE_VENDOR= apache
> RUN_DEPENDS= ${JAVAJARDIR}/httpcore.jar:${PORTSDIR}/www/httpcore \
Wrong indentation of USES value; bogus use of +=; the whole thing should be
placed after *_DEPENDS block (look for USE_JAVA knob). Admittedly, the
whole Makefile needs some cleaning.
./danfe
More information about the svn-ports-all
mailing list