Bug 161529 - x11/stjerm: Updates to 0.15; fixes --toggle
Summary: x11/stjerm: Updates to 0.15; fixes --toggle
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-13 00:20 UTC by lichray
Modified: 2011-10-13 15:50 UTC (History)
0 users

See Also:


Attachments
stjerm-0.15.patch (3.21 KB, patch)
2011-10-13 00:20 UTC, lichray
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description lichray 2011-10-13 00:20:10 UTC
	
	stjerm is updated to 0.15 at 19 Jul 2011.

Fix: 1. Fixes --toggle option by replacing the call pidof to pgrep;
	2. Upstream made a wrong assumption for vte 0.26, rollback it.
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2011-10-13 15:25:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-10-13 15:47:47 UTC
pawel       2011-10-13 14:47:37 UTC

  FreeBSD ports repository

  Modified files:
    x11/stjerm           Makefile distinfo 
    x11/stjerm/files     patch-src_config.c 
  Added files:
    x11/stjerm/files     patch-src_mainwindow.c patch-src_term.c 
  Log:
  - Update toversion 0.15
  - Fix --toggle option by replacing the call pidof to pgrep
  
  PR:             ports/161529
  Submitted by:   Zhihao Yuan <lichray@gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.2       +1 -1      ports/x11/stjerm/Makefile
  1.2       +2 -2      ports/x11/stjerm/distinfo
  1.2       +15 -3     ports/x11/stjerm/files/patch-src_config.c
  1.1       +11 -0     ports/x11/stjerm/files/patch-src_mainwindow.c (new)
  1.1       +11 -0     ports/x11/stjerm/files/patch-src_term.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2011-10-13 15:48:00 UTC
State Changed
From-To: open->closed

Committed. Thanks!