FreeBSD Bugzilla – Attachment 182033 Details for
Bug 218837
net-p2p/couchpotato minor improvements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
couchpotato patch
couchpotato.diff (text/plain), 1.42 KB, created by
joshruehlig
on 2017-04-24 06:49:14 UTC
(
hide
)
Description:
couchpotato patch
Filename:
MIME Type:
Creator:
joshruehlig
Created:
2017-04-24 06:49:14 UTC
Size:
1.42 KB
patch
obsolete
>diff -ruN couchpotato-orig/Makefile couchpotato/Makefile >--- couchpotato-orig/Makefile 2017-04-23 23:19:19.701946218 -0700 >+++ couchpotato/Makefile 2017-04-23 23:33:37.404090054 -0700 >@@ -12,16 +12,16 @@ > LICENSE= GPLv3 > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ >- fpc-libcurl>0:ftp/fpc-libcurl \ >- docbook-xml>0:textproc/docbook-xml >+ ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml \ >+ ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl > > USE_RC_SUBR= couchpotato >-SUB_LIST= PYTHON_CMD=${PYTHON_CMD} >+SUB_LIST= PYTHON_CMD=${PYTHON_CMD} USERS=${USERS} > > NO_ARCH= yes > NO_BUILD= yes > >-USES= python shebangfix >+USES= python:2.6-2.7 shebangfix > SHEBANG_FILES= CouchPotato.py > > USERS= couchpotato >@@ -31,6 +31,9 @@ > GH_PROJECT= CouchPotatoServer > GH_TAGNAME= 711310d > >+OPTIONS_DEFINE= UNRAR >+UNRAR_RUN_DEPENDS= unrar:archivers/unrar >+ > do-install: > ${MKDIR} ${STAGEDIR}/${DATADIR} > (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) >diff -ruN couchpotato-orig/files/couchpotato.in couchpotato/files/couchpotato.in >--- couchpotato-orig/files/couchpotato.in 2017-04-23 23:19:19.701810852 -0700 >+++ couchpotato/files/couchpotato.in 2017-04-23 23:22:47.021510449 -0700 >@@ -23,7 +23,7 @@ > load_rc_config ${name} > > : ${couchpotato_enable:=NO} >-: ${couchpotato_user:=couchpotato} >+: ${couchpotato_user:=%%USERS%%} > : ${couchpotato_datadir=/var/db/couchpotato} > : ${couchpotato_conf=%%ETCDIR%%/settings.conf} >
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
Flags:
joshruehlig:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 218837
: 182033