Created attachment 166666 [details] patch I provide a patch that brings Motsognir from 1.0.6 to 1.0.8 . I built packages for 10.2-RELEASE for amd64 and i386 using poudriere without issues. This patch also sets me as maintainer as discussed with Mateusz via private mails. He will comment on this report to "witness" this claim. We don't know if this is the proper way to change maintainer-ship, so please tell us if I did it wrong and how I/we could do better.
Created attachment 166669 [details] output of poudriere testport on i386
Created attachment 166670 [details] output of poudriere testport on amd64
(In reply to kaltheat from comment #0) Hello all, I confirm that Kaltheat took over the role of motsognir's maintainer for FreeBSD. I totally support that, and will be happy to help with motsognir's code, should any troubles pop out during BSD ports. Thank you for your awesome work on the v1.0.8 port, and good luck with possible future ports!
Mateus may set maintainer-approval to + on attachment 166666 [details] to approve the change
Comment on attachment 166666 [details] patch added "+" on the maintainer-approval flag
A commit references this bug: Author: pi Date: Mon Feb 8 18:14:25 UTC 2016 New revision: 408493 URL: https://svnweb.freebsd.org/changeset/ports/408493 Log: net/motsognir: 1.0.6 -> 1.0.8 v1.0.8 [06 Feb 2016] - Fixed execution of PHP scripts used as sub-gophermaps, - Sub-gophermap CGI scripts are executed regardless of their extension, - Dynamic gophermaps can output partial gophermap lines now (Motsognir will fill in lacking data like for normal gophermaps), - Added the PubDirList configuration list to allow serving content from outside the gopher root (typically via symlinks), - CGI/PHP scripts are executed whith their working directory set to either where the script is, or where the parent gophermap is (if called as an inline subgophermap). v1.0.7 [12 Jul 2015] - Support for secondary parameters passed to CGI scripts (when both a search string AND a '?' URL is used), - Added a configurable secondary query-delimiter character (SecUrlDelim), - New CAPS token: 'ServerDefaultEncoding', - Implemented a configurable 'Paranoid mode' for serving only world-readable files, - Fixed a slight memory leak, - Significantly improved performances when reading data from CGI. PR: 206984 Submitted by: kaltheat@gmail.com Approved by: Mateusz Viste <mateusz@viste.fr> (maintainer) Changes: head/net/motsognir/Makefile head/net/motsognir/distinfo
Testbuilds fine, portlint OK. Committed, thanks.