Created attachment 143859 [details] Add patch file
update 2.11.00.021 Bug #189641
Please run portlint on your updated port. It seems you are installing stuff into /etc which is strongly discouraged.
Created attachment 145138 [details] 3dm.patch
Let's try again...
A commit references this bug: Author: marino Date: Thu Aug 7 13:17:32 UTC 2014 New revision: 364270 URL: http://svnweb.freebsd.org/changeset/ports/364270 Log: sysutils/3dm: Upgrade version 2.11.00.019 => 2.11.00.021 PR: 191115 Submitted by: maintainer: takefu (airport.fm) Changes: head/sysutils/3dm/Makefile head/sysutils/3dm/distinfo head/sysutils/3dm/files/3dm2.conf.sample head/sysutils/3dm/files/3dm2.conf.sample.in head/sysutils/3dm/files/pkg-message.in head/sysutils/3dm/pkg-install head/sysutils/3dm/pkg-plist
I changed "tar zxf" to "tar -xzf" (3 times) and there were 3 separate MKDIR commands so I combined 2 of them (normally I combine all into a single command, but I left the 3rd one alone this time) It passed stage-qa cleanly, thanks!
Note this introduced a severe bug as the @mode u+r does not work as expected, neither on pre-pkg systems where files end up with mode 0555, nor is it reliably with pkg (where it's starting from mode 0).
A commit references this bug: Author: mandree Date: Wed Aug 27 20:51:27 UTC 2014 New revision: 366353 URL: http://svnweb.freebsd.org/changeset/ports/366353 Log: Fix up @mode line to use 0400. PR: 191115 Approved by: portmgr (bapt) Changes: head/sysutils/3dm/pkg-plist