Date: Sat, 10 Apr 2021 06:43:10 GMT From: Kirill Ponomarev <krion@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 893f2c6a347c - main - www/miniflux: reformat Makefile Message-ID: <202104100643.13A6hAob068633@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by krion: URL: https://cgit.FreeBSD.org/ports/commit/?id=893f2c6a347c1e2061f4e5351eab008f48f66e73 commit 893f2c6a347c1e2061f4e5351eab008f48f66e73 Author: Kirill Ponomarev <krion@FreeBSD.org> AuthorDate: 2021-04-10 06:42:43 +0000 Commit: Kirill Ponomarev <krion@FreeBSD.org> CommitDate: 2021-04-10 06:42:43 +0000 www/miniflux: reformat Makefile --- www/miniflux/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/www/miniflux/Makefile b/www/miniflux/Makefile index a8fd5a3c8b70..cc15c4b2ddb6 100644 --- a/www/miniflux/Makefile +++ b/www/miniflux/Makefile @@ -12,16 +12,11 @@ RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss USES= go:modules -USERS= miniflux -GROUPS= miniflux - WANT_PGSQL= client -USE_RC_SUBR= miniflux USE_GITHUB= yes GH_PROJECT= v2 -GH_TUPLE= \ - PuerkitoBio:goquery:v1.6.1:puerkitobio_goquery/vendor/github.com/PuerkitoBio/goquery \ +GH_TUPLE= PuerkitoBio:goquery:v1.6.1:puerkitobio_goquery/vendor/github.com/PuerkitoBio/goquery \ andybalholm:cascadia:v1.1.0:andybalholm_cascadia/vendor/github.com/andybalholm/cascadia \ beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ cespare:xxhash:v2.1.1:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ @@ -52,11 +47,16 @@ GH_TUPLE= \ tdewolff:minify:v2.9.13:tdewolff_minify_v2/vendor/github.com/tdewolff/minify/v2 \ tdewolff:parse:v2.5.10:tdewolff_parse_v2/vendor/github.com/tdewolff/parse/v2 +USE_RC_SUBR= miniflux + GO_PKGNAME= miniflux.app GO_TARGET= :${PORTNAME} GO_BUILDFLAGS= -ldflags="-X miniflux.app/version.Version=${DISTVERSION} \ -X miniflux.app/version.BuildDate=$$(date +'%Y-%m-%dT%H:%M:%SZ')" +USERS= miniflux +GROUPS= miniflux + OPTIONS_DEFINE= PGSQL_SERVER PGSQL_SERVER_DESC= Install the PostgreSQL Server Component PGSQL_SERVER_VARS= WANT_PGSQL=server,contrib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104100643.13A6hAob068633>