Bug 236498 - [devel/gitflow] git flow init is broken in 1.12.1
Summary: [devel/gitflow] git flow init is broken in 1.12.1
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: Koop Mast
URL: https://github.com/petervanderdoes/gi...
Keywords: easy, patch-ready
Depends on:
Blocks:
 
Reported: 2019-03-12 20:20 UTC by Koop Mast
Modified: 2019-03-12 20:57 UTC (History)
1 user (show)

See Also:
nbari: maintainer-feedback+


Attachments
Upstream fix for the syntax error (1.68 KB, patch)
2019-03-12 20:20 UTC, Koop Mast
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Koop Mast freebsd_committer freebsd_triage 2019-03-12 20:20:40 UTC
Created attachment 202822 [details]
Upstream fix for the syntax error

The gitflow init script has a syntax error in it which break the script.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-03-12 20:56:25 UTC
A commit references this bug:

Author: kwm
Date: Tue Mar 12 20:55:30 UTC 2019
New revision: 495524
URL: https://svnweb.freebsd.org/changeset/ports/495524

Log:
  Add upstream patch to fix syntax error in git flow init.

  PR:		236498
  Approved by:	maintainer
  Obtained from:	upstream

Changes:
  head/devel/gitflow/Makefile
  head/devel/gitflow/files/
  head/devel/gitflow/files/patch-git-flow-init
Comment 2 Koop Mast freebsd_committer freebsd_triage 2019-03-12 20:57:41 UTC
Thanks for the quick response!