Bug 234224 - x11/xfce4-taskmanager: Update to 1.2.2
Summary: x11/xfce4-taskmanager: Update to 1.2.2
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: Guido Falsi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-20 17:19 UTC by Olivier Duchateau
Modified: 2018-12-22 08:28 UTC (History)
1 user (show)

See Also:
madpilot: maintainer-feedback+


Attachments
Patch to update x11/xfce4-taskmanager (11.99 KB, patch)
2018-12-20 17:19 UTC, Olivier Duchateau
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Duchateau 2018-12-20 17:19:53 UTC
Created attachment 200311 [details]
Patch to update x11/xfce4-taskmanager

- Update to 1.2.2
- Make portlint happy (add USES= gnome)
- Remove GTK3 option (it is mandatory, Gtk+ 2.0 is optional, and remove in the next release)
- Remove unneeded patches
- Rename src/exec-tool-button.c patch
Comment 1 Guido Falsi freebsd_committer freebsd_triage 2018-12-20 19:07:02 UTC
Thanks for the patch.

I was testing a similar patch, but other things got in the way.

I'll integrate your patch with mine and commit it after testing.
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-12-22 08:26:42 UTC
A commit references this bug:

Author: madpilot
Date: Sat Dec 22 08:26:23 UTC 2018
New revision: 488075
URL: https://svnweb.freebsd.org/changeset/ports/488075

Log:
  - Update xfce4-taskmanager to 1.2.2
  - Fix portlint warnings, add USES=gnome
  - Gtk3 noww the default
  - Removed gtk2 support due to problems with configure script detection
  - Removed upstreamed patches
  - Renamed patch to match naming convention
  - Fix WWW link
  - Fix plist sorting

  PR:		234224
  Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>

Changes:
  head/x11/xfce4-taskmanager/Makefile
  head/x11/xfce4-taskmanager/distinfo
  head/x11/xfce4-taskmanager/files/patch-af078d4
  head/x11/xfce4-taskmanager/files/patch-b896848
  head/x11/xfce4-taskmanager/files/patch-src__exec-tool-button.c
  head/x11/xfce4-taskmanager/files/patch-src_exec-tool-button.c
  head/x11/xfce4-taskmanager/pkg-descr
  head/x11/xfce4-taskmanager/pkg-plist
Comment 3 Guido Falsi freebsd_committer freebsd_triage 2018-12-22 08:28:52 UTC
Committed, after merging with my own patch.

Thanks!