Bug 244639 - [NEW PORT] textproc/git-chglog: CHANGELOG generator implemented in Go
Summary: [NEW PORT] textproc/git-chglog: CHANGELOG generator implemented in Go
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: Hiroki Tagato
URL: https://github.com/git-chglog/git-chglog
Keywords: feature
Depends on:
Blocks:
 
Reported: 2020-03-06 18:04 UTC by Lewis Cook
Modified: 2020-05-21 05:35 UTC (History)
1 user (show)

See Also:


Attachments
git-chglog-0.9.1.diff (2.92 KB, patch)
2020-03-06 18:04 UTC, Lewis Cook
no flags Details | Diff
git-chglog-0.9.1.log (23.30 KB, text/plain)
2020-03-06 18:05 UTC, Lewis Cook
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lewis Cook freebsd_committer freebsd_triage 2020-03-06 18:04:48 UTC
Created attachment 212200 [details]
git-chglog-0.9.1.diff

Easily generate CHANGELOGs for Git repositories
with high flexibility and customizability to your
likings.

WWW: https://github.com/git-chglog/git-chglog

Testing:
   * No errors reported with portlint, built in Poudriere and
     application works as expected (logs attached).
Comment 1 Lewis Cook freebsd_committer freebsd_triage 2020-03-06 18:05:26 UTC
Created attachment 212201 [details]
git-chglog-0.9.1.log

* Poudriere build log.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-05-21 05:34:01 UTC
A commit references this bug:

Author: tagattie
Date: Thu May 21 05:33:01 UTC 2020
New revision: 536071
URL: https://svnweb.freebsd.org/changeset/ports/536071

Log:
  Easily generate CHANGELOGs for Git repositories with high flexibility
  and customizability to your likings.

  WWW: https://github.com/git-chglog/git-chglog

  PR:		244639
  Submitted by:	Lewis Cook <vulcan@wired.sh>
  Approved by:	ehaupt (mentor)

Changes:
  head/textproc/Makefile
  head/textproc/git-chglog/
  head/textproc/git-chglog/Makefile
  head/textproc/git-chglog/distinfo
  head/textproc/git-chglog/pkg-descr
Comment 3 Hiroki Tagato freebsd_committer freebsd_triage 2020-05-21 05:35:00 UTC
Committed, thanks!