Please apply the attached diff to stage comms/qpage and un-deprecate the port. Thanks!
*** Bug 192122 has been marked as a duplicate of this bug. ***
Created attachment 144982 [details] patch to add staging support to comms/qpage reattaching diff--seems like it didn't get attached when I originally submitted.
this doesn't pass "make check-plist" and it's not using @sample keyword. If I can fix this quickly I will.
I don't understand this configure file logic. I'd think "/usr/local/etc/qpage.cf" would be the real configure file and "/usr/local/etc/qpage-example.cf" is the sample file, but the code is treating "/usr/local/etc/qpage-example.cf" as the real configure file (in other words checking for its' existence as if it holds information that can't be overwritten). That is definitely not standard.
The patches look at gpage.cf is the "real" configure file so I don't know what the deal with the example is. I'm going to change this to qpage.conf so that we can use the standard @sample keyword.
A commit references this bug: Author: marino Date: Sun Jul 27 12:38:43 UTC 2014 New revision: 363056 URL: http://svnweb.freebsd.org/changeset/ports/363056 Log: Stage comms/qpage The PR wasn't quite right with regards to stage support, so I had to modify it further. The post-install configure file handling was focused on the wrong file. I updated the default name of the qpage configure file in order to use the @sample keyword. I added an entry in UPDATING to let users know they may need to move an existing configure file accordingly. PR: 192120 Submitted by: maintainer (Jeff Blank) Changes by: marino Changes: head/UPDATING head/comms/qpage/Makefile head/comms/qpage/files/patch-config.h.in head/comms/qpage/files/patch-config.input head/comms/qpage/files/patch-qpage.man head/comms/qpage/pkg-plist
Hopefully the change in default location of the configuration file isn't too obnoxious but it really helps the port be cleaner by allowing @sample keyword to be used. I added an entry to UPDATING to note the change. It passed the basic quality checks now.