Bug 196675 - [PATCH] graphics/price: Update to v1.3.0
Summary: [PATCH] graphics/price: Update to v1.3.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-13 09:59 UTC by lightside
Modified: 2015-01-27 07:17 UTC (History)
1 user (show)

See Also:


Attachments
Proposed patch (since 367888 revision) (6.69 KB, patch)
2015-01-13 09:59 UTC, lightside
no flags Details | Diff
patch-PRImageView.m (372 bytes, patch)
2015-01-13 10:00 UTC, lightside
no flags Details | Diff
The poudriere testport log (FreeBSD 10 amd64) (6.22 KB, application/x-zip-compressed)
2015-01-13 10:01 UTC, lightside
no flags Details
Proposed patch (since 377983 revision) (5.48 KB, patch)
2015-01-27 06:49 UTC, lightside
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.