Summary: | databases/memcachedb: Stagify; cleanup | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Keith Gaughan <k> | ||||||||
Component: | Individual Port(s) | Assignee: | Thomas Zander <riggs> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | CC: | jaap, meritus, riggs | ||||||||
Priority: | Normal | ||||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Created attachment 143787 [details]
Switch BDB dependency to 4.8; fix LICENSE
Apologies. I forgot to double-check the LICENSE line.
I also bumped the version of BDB it depends on up to 4.8, as the 4.7 port gives deprecation warnings, and I only noticed this after I purposely did a from-scratch install of the port.
Notify maintainer. If the maintainer doesn't reply, I'll also take over maintainership. Created attachment 144212 [details]
Revised patch (plist issues)
There is no need to handle the rc script via pkg-plist. USE_RC_SUBR does already take care of this.
A commit references this bug: Author: riggs Date: Sat Jul 12 09:09:45 UTC 2014 New revision: 361605 URL: http://svnweb.freebsd.org/changeset/ports/361605 Log: - Stagify - General cleanup - Add LICENSE - Bump required BDB version - Bump PORTREVISION - Update pkg-descr - Handle ownership flags via plist macros PR: 191045 Submitted by: Keith Gaughan <k@stereochro.me> Approved by: mentors (implicit), maintainer (timeout) Changes: head/databases/memcachedb/Makefile head/databases/memcachedb/pkg-descr head/databases/memcachedb/pkg-plist |
Created attachment 143786 [details] memcachedb.patch.txt This patch makes the port safe for staging. It also sets the LICENSE, fixes a number of issues reported by portlint, fixes the English up in pkg-descr and the comment, and makes the port depend on databases/db47 specifically as it will currently break if databases/db5 is installed and it tries to build against that.