The PR only provided changes needed to add stage support. However, the
port needed some additional TLC:
* DISTNAME reworked for single, ARCH-based definition (pets portlint)
* LICENSE stuff moved, rearranged (pets portlint)
* DOCS option removed (it wasn't implemented)
* Typo for PGSQL option fixed so it's default again (bump portrevision)
* Cosmestic alignment
* PGSQL converted to USES+=pgsql and WANT_PGSQL=
* php+pgsql RUN_DEPENDS refactored, and set to use USE_PHP
* Convert to new LIB_DEPENDS style (PR)
* Convert to USES+=tar (PR)
* Remove WWW whitespace (PR)
* Handle /var/run/thunder (PR) (also requires portrevision bump)
PR: 190951
Submitted by: Joe Benden
fixes by: marino
Approved by: stage blanket + just fix it blanket
verified by: Redports 8x pass
In addition to changes related to staging:
* Adds LICENSE (ART20)
* Fixes rc.d script for new rules
* remove BROKEN definition (added due to lack of staging)
What the patch does not do is fix the build on FreeBSD 10+ This will
be dealt with in a following patch. Testing without poudriere and
redports (F8 and F9, x4).
PR: 190960
Submitted by: maintainer (Sergei Vyshenski)
* Don't install relayd.conf to staging; switch to @sample in pkg-plist
* Drop warnings for FreeBSD 7.x compat as that's long out of support
* Modernize LIB_DEPENDS
* Fix LICENSE: this is OpenBSD code, but it uses the ISC Licence
wording rather than either of the {2,3}-clause BSD licenses.
Approved by: portmgr (blanket "just fix it")
- Remove leading article from COMMENT
- Convert to new LIB_DEPENDS format
- Fix shebangs, bump PORTREVISION
- Remove former maintainer info from pkg-descr
- Update to 1.8.4 (containing fix for paramiko > 1.13)
- Tweak RUN_DEPENDS on paramiko to match version string in setup.py
Changes:
* Enhance setup.py to allow Paramiko 1.13+ under Python 2.6+. [1]
* Treat paths that begin with tilde "~" as absolute lute paths instead of
relative. [2]
[1] https://github.com/fabric/fabric/issues/1105
[2] https://github.com/fabric/fabric/issues/898
PR: 190856
Reported by: blackmore at pichove dot org
Changes:
- Add the ability to display content, diffs and annotations for UTF16 text
files in the web interface.
- Add the "SaveAs..." and "Invert" buttons to the graphical diff display that
results from using the --tk option with the fossil diff command.
- The /reports page now requires Read ("o") permissions. The "byweek" report
now properly propagates the selected year through the event type filter links.
- The info command now shows leaf status of the checkout.
- Add support for tunneling https through a http proxy (Ticket [e854101c4f]).
- Add option --empty to the "fossil open" command.
- Enhanced the fileage page to support a glob parameter.
- Add -w|--ignore-all-space and -Z|--ignore-trailing-space options to fossil
annotate, fossil blame, fossil (g)diff, fossil stash diff.
- Add --strip-trailing-cr option to fossil (g)diff and fossil stash diff.
- Add button "Ignore Whitespace" to /annotate, /blame, /ci, /fdiff and /vdiff
UI pages.
- Enhance /reports with a "byweekday" view.
- Enhance the fossil cat command so that it works outside of a checkout when
using the -R command-line option.
- Use full-length SHA1 hashes, not abbreviations, in most hyperlinks.
- Correctly render the <title> markup on wiki pages in the /artifact webpage.
- Enhance the fossil whatis command to report on attachments and cluster artif
acts. Added the /help?cmd=test-whatis-all command for testing purposes.
- Add support for HTTP Basic Authentication on clone and sync.
- Fix the stash so that it remembers added files and re-adds them when the
stash is applied.
- Fix the server so that it avoids writing to the database (and thus avoids
database locking issues) on a pull or clone.
- Add support for server load management using both a cache of expensive pages
(the fossil cache command) and by rejecting expensive page requests when the
server load average is too high.
- Add the fossil praise command as an alias for fossil blame for subversion
compatibility.
- Enhance the fossil test-diff command with -y or --tk options so that it
shows both filenames above their respective columns in the side-by-side diff
output.
- Issue a warning if a fossil add command tries to add a file that matches the
ignore-glob.
- Add option -W|--width to "fossil stash ls" and "fossil leaves" commands.
- Enhance support for running as the root user. Now works on Haiku.
- Added the -empty option to fossil new, which causes it to not create an
initial empty commit. The first commit after checking out a repo created this
way will become the initial commit.
- Enhance sync operations by committing each round-trip to minimize number of
retransmits when autosync fails. Include option for fossil update and fossil
merge to continue even if missing content.
- Minor portability fixes for platforms where the char type is unsigned by
default.