svn commit: r511092 - head/www/miniflux
Baptiste Daroussin
bapt at FreeBSD.org
Wed Sep 4 12:56:48 UTC 2019
On Wed, Sep 04, 2019 at 12:53:53PM +0000, Kirill Ponomarev wrote:
> Author: krion
> Date: Wed Sep 4 12:53:53 2019
> New Revision: 511092
> URL: https://svnweb.freebsd.org/changeset/ports/511092
>
> Log:
> Fix build with go13.
>
> PR: 240287
> Submitted by: dg_at_syrec.org
>
> Modified:
> head/www/miniflux/Makefile
>
> Modified: head/www/miniflux/Makefile
> ==============================================================================
> --- head/www/miniflux/Makefile Wed Sep 4 12:51:54 2019 (r511091)
> +++ head/www/miniflux/Makefile Wed Sep 4 12:53:53 2019 (r511092)
> @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
>
> RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
>
> -USES= go pgsql
> +USES= go:modules pgsql
Why does it depend on pgsql at all it uses a pure go pgsql driver, so no need to
depends on pgsql at all.
Also imho the options to depends on a server is useless as well.
Best regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20190904/724c5621/attachment.sig>
More information about the svn-ports-all
mailing list