Bug 196675

Summary: [PATCH] graphics/price: Update to v1.3.0
Product: Ports & Packages Reporter: lightside <lightside>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: vanilla
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Proposed patch (since 367888 revision)
none
patch-PRImageView.m
none
The poudriere testport log (FreeBSD 10 amd64)
none
Proposed patch (since 377983 revision) none

Description lightside 2015-01-13 09:59:31 UTC
Created attachment 151538 [details]
Proposed patch (since 367888 revision)

Patch to update graphics/price port from 1.1.0 to 1.3.0 version.

- Adapt MASTER_SITES to new version
- Add LICENSE_FILE
- Add desktop-file-utils to USES
- Convert to dynamic plist
- Add sed in-place patch, which adds "Graphics;" to "Categories" of generated desktop entry file
- Strip binary
- Create symbolic link for desktop entry file
- Add description of PRICE acronym to pkg-descr file
Comment 1 lightside 2015-01-13 10:00:29 UTC
Created attachment 151539 [details]
patch-PRImageView.m

The proposed patch removes files/patch-PRImageView.m file, created by dinoex@ on 208097 revision. The program builds without it, but if it really needed I attached adapted version of it here.
Comment 2 lightside 2015-01-13 10:01:32 UTC
Created attachment 151540 [details]
The poudriere testport log (FreeBSD 10 amd64)
Comment 3 lightside 2015-01-27 06:49:42 UTC
Created attachment 152248 [details]
Proposed patch (since 377983 revision)

The vanilla@ commiter ignored this PR and updated to 1.3.0 on ports r377983.
I created the new patch, based on mentioned revision, which adds missing patches.
Comment 4 commit-hook freebsd_committer freebsd_triage 2015-01-27 06:57:09 UTC
A commit references this bug:

Author: vanilla
Date: Tue Jan 27 06:56:45 UTC 2015
New revision: 377988
URL: https://svnweb.freebsd.org/changeset/ports/377988

Log:
  Add LICENSE_FILE, Add desktop-file-utils to USES.

  PR:		196675
  Submitted by:	lightside <lightside at gmx.com>

Changes:
  head/graphics/price/Makefile
  head/graphics/price/pkg-descr
  head/graphics/price/pkg-plist
Comment 5 lightside 2015-01-27 07:17:19 UTC
Thanks for prompt response.