FreeBSD Bugzilla – Attachment 193434 Details for
Bug 228275
[PATCH] www/miniflux: improvements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
updated to fix minor typo
miniflux.diff (text/plain), 3.47 KB, created by
Mark Felder
on 2018-05-15 16:51:01 UTC
(
hide
)
Description:
updated to fix minor typo
Filename:
MIME Type:
Creator:
Mark Felder
Created:
2018-05-15 16:51:01 UTC
Size:
3.47 KB
patch
obsolete
>Index: www/miniflux/Makefile >=================================================================== >--- www/miniflux/Makefile (revision 469568) >+++ www/miniflux/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= miniflux > DISTVERSION= 2.0.5 >+PORTREVISION= 1 > CATEGORIES= www > > MAINTAINER= krion@FreeBSD.org >@@ -10,16 +11,27 @@ > LICENSE= APACHE20 > LICENSE_FILE= ${WRKSRC}/LICENSE > >+RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss >+ > USES= go pgsql >-WANT_PGSQL= server >+WANT_PGSQL= client > >+USE_RC_SUBR= miniflux >+ > USE_GITHUB= yes > GH_ACCOUNT= miniflux > > GO_PKGNAME= github.com/miniflux/${PORTNAME} > >+OPTIONS_DEFINE= PGSQL_SERVER >+OPTIONS_DEFAULT= >+PGSQL_SERVER_DESC= Install the PostgreSQL Server Component >+PGSQL_SERVER_VARS= WANT_PGSQL=server >+ >+.include <bsd.port.options.mk> >+ > post-install: >- ${INSTALL_DATA} ${FILESDIR}/miniflux.conf.sample \ >+ ${INSTALL_DATA} ${FILESDIR}/miniflux.env.sample \ > ${STAGEDIR}${PREFIX}/etc > > .include <bsd.port.mk> >Index: www/miniflux/files/miniflux.conf.sample >=================================================================== >--- www/miniflux/files/miniflux.conf.sample (revision 469568) >+++ www/miniflux/files/miniflux.conf.sample (nonexistent) >@@ -1,3 +0,0 @@ >-# See https://docs.miniflux.net/ >- >-LISTEN_ADDR=0.0.0.0:8080 > >Property changes on: www/miniflux/files/miniflux.conf.sample >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-on >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: www/miniflux/files/miniflux.env.sample >=================================================================== >--- www/miniflux/files/miniflux.env.sample (revision 469568) >+++ www/miniflux/files/miniflux.env.sample (working copy) >@@ -1,3 +1,3 @@ >-# See https://docs.miniflux.net/ >+# See https://docs.miniflux.net/en/latest/configuration.html > > LISTEN_ADDR=0.0.0.0:8080 >Index: www/miniflux/files/miniflux.in >=================================================================== >--- www/miniflux/files/miniflux.in (nonexistent) >+++ www/miniflux/files/miniflux.in (working copy) >@@ -0,0 +1,34 @@ >+#!/bin/sh >+# >+# Author: Mark Felder <feld@FreeBSd.org> >+# >+# $FreeBSD$ >+# >+ >+# PROVIDE: miniflux >+# REQUIRE: LOGIN >+# KEYWORD: shutdown >+ >+# Add the following lines to /etc/rc.conf to enable miniflux: >+# miniflux_enable="YES" >+# miniflux_flags="<set as needed>" >+ >+. /etc/rc.subr >+ >+name="miniflux" >+rcvar=miniflux_enable >+ >+load_rc_config $name >+ >+: ${miniflux_enable="NO"} >+ >+# Miniflux doesnât use any config file, only environment variables. >+set -a >+. %%PREFIX%%/etc/miniflux.env >+set +a >+ >+pidfile="/var/run/miniflux.pid" >+command=/usr/sbin/daemon >+command_args=" -P ${pidfile} %%PREFIX%%/bin/miniflux | /usr/bin/logger -t miniflux &" >+ >+run_rc_command "$1" > >Property changes on: www/miniflux/files/miniflux.in >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:executable >## -0,0 +1 ## >+* >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: www/miniflux/pkg-plist >=================================================================== >--- www/miniflux/pkg-plist (revision 469568) >+++ www/miniflux/pkg-plist (working copy) >@@ -1,2 +1,2 @@ > bin/miniflux >-@sample etc/miniflux.conf.sample >+@sample etc/miniflux.env.sample
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 228275
:
193433
| 193434