[Bug 239921] [NEW PORT] www/rutorrent: ruTorrent is a web front-end for the Bittorrent client rtorrent.
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jul 2 13:01:25 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239921
--- Comment #6 from Li-Wen Hsu <lwhsu at FreeBSD.org> ---
Created attachment 216139
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=216139&action=edit
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=yes` in /etc/make.conf and do make again
- if possible, please test it in the poudriere.
Thanks for submitting this port!
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list