| Summary: | [PATCH] [revive port] ports-mgmt/pkg-plist: Update to v1.4 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | lightside <lightside> | ||||||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||||||
| Status: | Closed FIXED | ||||||||||
| Severity: | Affects Some People | CC: | amdmi3, martin | ||||||||
| Priority: | --- | ||||||||||
| Version: | Latest | ||||||||||
| Hardware: | Any | ||||||||||
| OS: | Any | ||||||||||
| Attachments: |
|
||||||||||
|
Description
lightside
2014-12-02 01:21:55 UTC
Created attachment 150109 [details]
Update pkg-plist to 1.4; this supersedes the previous patch
Hi,
Thank you again for your patch.
I updated the code upstream, and released version 1.4; I've added a new patch which updates the port to 1.4.
Cheers,
Martin
Comment on attachment 150092 [details]
Proposed patch (since 372182 revision)
Hello Martin.
Thank you for your attention.
Created attachment 150110 [details]
Proposed patch (since 372182 revision)
I adapted MASTER_SITES and WRKSRC to method, which is used on GitHub, but also possible to use on Bitbucket. This removes the need for downloading to DIST_SUBDIR sub directory.
Also I changed pkg-descr file a bit, because of UTF-8 encoding.
Okay sure, looks good :-) A commit references this bug: Author: amdmi3 Date: Fri Dec 5 17:13:05 UTC 2014 New revision: 374060 URL: https://svnweb.freebsd.org/changeset/ports/374060 Log: - Resurrect ports-mgmt/pkg-plist, update to 1.4 Make a pkg-plist for a FreeBSD port. Try to be as "automatic" as possible. That's all it does ;-) Basic usage =========== 1. Build your port to the staging directory: `make stage`. 2. Run this from your port's directory (or set `-p`). Alternatively, you can install your ports to a "fake" prefix, this is the "old" from before staging support, but it has the added advantage that you've tested whether your port works when installing to a different prefix. 1. Build & install your port with a different `PREFIX`: `make install PREFIX=/var/tmp/ptest`. 2. Run this from your port's directory with `-x` set to `PREFIX`. WWW: http://code.arp242.net/pkg-plist PR: 195576 Submitted by: lightside@gmx.com Approved by: martin@arp242.net (maintainer) Changes: head/ports-mgmt/Makefile head/ports-mgmt/pkg-plist/ head/ports-mgmt/pkg-plist/Makefile head/ports-mgmt/pkg-plist/distinfo head/ports-mgmt/pkg-plist/pkg-descr |