Bug 238554 - [New port] x11/nezd: a fork of dzen with more features
Summary: [New port] x11/nezd: a fork of dzen with more features
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: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-14 01:38 UTC by Trevis
Modified: 2020-07-03 16:31 UTC (History)
1 user (show)

See Also:


Attachments
svn diff (3.47 KB, patch)
2019-06-14 01:38 UTC, Trevis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Trevis 2019-06-14 01:38:54 UTC
Created attachment 205049 [details]
svn diff

I've been known to do something silly like forget to run portlint, but triple checked for at least that! 

Always welcome feedback for improving quality!
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-07-03 16:31:00 UTC
A commit references this bug:

Author: lwhsu
Date: Fri Jul  3 16:30:56 UTC 2020
New revision: 541120
URL: https://svnweb.freebsd.org/changeset/ports/541120

Log:
  Add x11/nezd

  General purpose messaging, notification and menuing program for X11

  PR:		238554
  Submitted by:	Trevis <trevis@silencedpoet.com>

Changes:
  head/x11/Makefile
  head/x11/nezd/
  head/x11/nezd/Makefile
  head/x11/nezd/distinfo
  head/x11/nezd/pkg-descr
  head/x11/nezd/pkg-plist
Comment 2 Li-Wen Hsu freebsd_committer freebsd_triage 2020-07-03 16:31:37 UTC
I removed `${MKDIR} ${STAGEDIR}${EXAMPLESDIR}` in post-install target to fix pkg-plist checking issue. Thanks for submitting!