Summary: | Upgrade sysutils/pdsh to newest version | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | teixeira | ||||
Component: | Individual Port(s) | Assignee: | Pawel Pekala <pawel> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Many People | CC: | i, pawel | ||||
Priority: | --- | Flags: | teixeira:
maintainer-feedback?
(i) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Maintainer CC'd oh geez, this patch is in some horrible format. Please, please only submit patches in unified format in the future. The bugzilla diff viewer can't even read it. The PR timed out, so maintainer approval required. Moving to patch-ready pool now. pkg-plist may or may not need the @dirrm lines removed by the time this PR is picked up. A commit references this bug: Author: pawel Date: Sun Nov 2 13:40:03 UTC 2014 New revision: 372068 URL: https://svnweb.freebsd.org/changeset/ports/372068 Log: - Update to version 2.29 [1] - Rework pkg-descr [1] - Use options helpers, subs - Fix shebang in dshbak script - Remove @dirrm from plist PR: 194272 [1] (based on) Approved by: maintainer timeout Changes: head/sysutils/pdsh/Makefile head/sysutils/pdsh/distinfo head/sysutils/pdsh/pkg-descr head/sysutils/pdsh/pkg-plist |
Created attachment 148141 [details] port 2.28 to 2.29 patch We needed the latest version of sysutils/pdsh on our system and realized that the port version is at 2.28, while we needed 2.29. I updated the port on our system so that it would download and install the newest version (2.29). The updated port was able to download and compile the newest version, as well as create a package (make package) correctly so that I was able to install it with "pkg install". Therefore, I created a patch to get from 2.28 to 2.29 that I was hoping could be integrated into the ports/pkg system so that we would not need to patch the ports tree in the future. Please let me know if you have any questions or if there are any problems.