Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Jul 2020 13:01:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 239921] [NEW PORT] www/rutorrent: ruTorrent is a web front-end for the Bittorrent client rtorrent.
Message-ID:  <bug-239921-7788-STkeuPhEyb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-239921-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-239921-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239921

--- Comment #6 from Li-Wen Hsu <lwhsu@FreeBSD.org> ---
Created attachment 216139
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D216139&action=
=3Dedit
rutorrent-3.10

I've done some modifications:

- Update to 3.10 (release)
- Fix include (second bsd.port.mk should be bsd.port.post.mk)
- Put submitter in MAINTAINER
- Generate patch with `make makepatch`

But it seems still have some issues:

- rutorent.conf is not in the ${FILESDIR}
- Having those permission settings is dangerous:
  @${CHMOD} -R 0777 ${STAGEDIR}${WWWDIR}/share
  @${CHMOD} 0644 ${STAGEDIR}${WWWDIR}/share/.htaccess
  Is it possible to change them? And ${CHMOD} can be replaced by
`@(owner,group,mode)` in pkg-plist.

Can you check them and create a new patch based on this?
Also, please do these tests if possible:
- set `DEVELOPER=3Dyes` in /etc/make.conf and do make again
- if possible, please test it in the poudriere.

Thanks for submitting this port!

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239921-7788-STkeuPhEyb>