Date: Wed, 4 Sep 2019 12:53:53 +0000 (UTC) From: Kirill Ponomarev <krion@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511092 - head/www/miniflux Message-ID: <201909041253.x84CrrkY086754@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 USERS= miniflux GROUPS= miniflux
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909041253.x84CrrkY086754>