Bug 216708

Summary: graphics/aseprite: Update to 1.1.13
Product: Ports & Packages Reporter: Yuri Victorovich <yuri>
Component: Individual Port(s)Assignee: Guido Falsi <madpilot>
Status: Closed FIXED    
Severity: Affects Only Me CC: aaz, madpilot, yuri
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch
yuri: maintainer-approval+
Revised patch
none
New patch yuri: maintainer-approval+

Description Yuri Victorovich freebsd_committer freebsd_triage 2017-02-02 01:13:35 UTC
Created attachment 179505 [details]
patch

Passes poudriere on 11 amd64.
Comment 1 Guido Falsi freebsd_committer freebsd_triage 2017-02-07 17:39:41 UTC
*** Bug 216706 has been marked as a duplicate of this bug. ***
Comment 2 Guido Falsi freebsd_committer freebsd_triage 2017-02-08 11:36:03 UTC
Created attachment 179748 [details]
Revised patch

I made three changes,

- The pkg-message file does not need preprocessing, so you can put it directly in pkg-message in the port base directory. pkg-message.in in files is needed only when the file needs preprocessing, for example to replace %%LOCALBASE%% with the actual path.

- I reworded the pkg-message a little, I added a phrase shortly describing the problem being addressed since the user reading it could not be aware of the details.

- While testing I noticed this release identifies itself as 1.1.12-dev, looks like an upstream error, so I added a patch to fix the version number. This also avoids the software reporting an update to 1.1.13 is available.

Can you review the changes and approve the new patch?

Thanks.
Comment 3 Yuri Victorovich freebsd_committer freebsd_triage 2017-02-08 17:27:24 UTC
You have a typo in pkg-message.in: Plesa.
Comment 4 Guido Falsi freebsd_committer freebsd_triage 2017-02-08 20:49:50 UTC
Created attachment 179773 [details]
New patch

Sorry, Here is a new patch without the typo.
Comment 5 commit-hook freebsd_committer freebsd_triage 2017-02-08 21:03:22 UTC
A commit references this bug:

Author: madpilot
Date: Wed Feb  8 21:02:48 UTC 2017
New revision: 433674
URL: https://svnweb.freebsd.org/changeset/ports/433674

Log:
  - Update graphics/aseprite to 1.1.13
  - Add pkg-message to inform users how to workaround mouse pointer
    lag

  PR:		216708
  Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)

Changes:
  head/graphics/aseprite/Makefile
  head/graphics/aseprite/distinfo
  head/graphics/aseprite/files/patch-src_app_app__menus.cpp
  head/graphics/aseprite/files/patch-src_base_file__handle.cpp
  head/graphics/aseprite/files/patch-src_base_fs__unix.h
  head/graphics/aseprite/files/patch-src_config.h
  head/graphics/aseprite/pkg-message
  head/graphics/aseprite/pkg-plist
Comment 6 Guido Falsi freebsd_committer freebsd_triage 2017-02-08 21:04:18 UTC
Committed. Thanks!