Bug 191664

Summary: [STAGE][PATCH][ADOPT] www/fcgi: Stagification and new maintainer
Product: Ports & Packages Reporter: A.J. "Fonz" van Werven <freebsd>
Component: Individual Port(s)Assignee: Julien Laffaye <jlaffaye>
Status: Closed FIXED    
Severity: Affects Only Me CC: jlaffaye, mandree
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to update Makefile, pkg-descr and pkg-plist none

Description A.J. "Fonz" van Werven 2014-07-06 14:49:04 UTC
Created attachment 144461 [details]
Patch to update Makefile, pkg-descr and pkg-plist

www/fcgi has been orphaned and hasn't been converted to support staging yet.

The attached patch adds staging support, sets a new maintainer, adds a mirror to MASTER_SITES.and contains a few minor fixes (stripping and a malformed WWW line in pkg-descr).

Port has been tested with Portlint.
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-07-06 17:23:45 UTC
A commit references this bug:

Author: jlaffaye
Date: Sun Jul  6 17:23:30 UTC 2014
New revision: 360943
URL: http://svnweb.freebsd.org/changeset/ports/360943

Log:
  - Stage support
  - Pass maintainership to submitter

  PR:		191664
  Submitted by:	freebsd@skysmurf.nl

Changes:
  head/www/fcgi/Makefile
  head/www/fcgi/pkg-descr
  head/www/fcgi/pkg-plist
Comment 2 Julien Laffaye freebsd_committer freebsd_triage 2014-07-06 17:25:06 UTC
Committed, thanks!
Comment 3 Matthias Andree freebsd_committer freebsd_triage 2014-07-07 22:38:50 UTC
This required two fixes, see http://svnweb.freebsd.org/ports?view=revision&revision=361138
Comment 4 Matthias Andree freebsd_committer freebsd_triage 2014-07-07 22:48:04 UTC
apparently PORTDOCS isn't making poudriere too happy on traditional package systems and deinstalls in the wrong order.

I also had to move PORTDOCS to an explicit pkg-plist set; "make makeplist" helped a lot. See
http://svnweb.freebsd.org/ports?view=revision&revision=361142