notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details
git-flow-next Modern reimplementation of git-flow branching model written in Go
1.1.0_3 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.1.0_3Version of this port present on the latest quarterly branch.
Maintainer: 000.fbsd@quip.cz search for ports maintained by this maintainer
Port Added: 2026-02-17 10:12:05
Last Update: 2026-07-10 07:54:15
Commit Hash: 4ea3547
License: BSD2CLAUSE
WWW:
https://git-flow.sh
Description:
A modern reimplementation of git-flow in Go that offers greater flexibility while maintaining backward compatibility with the original git-flow and git-flow-avh. It is built with Go, focusing on reliability, extensibility, and developer experience.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/git-flow
  2. /usr/local/share/licenses/git-flow-next-1.1.0_3/catalog.mk
  3. /usr/local/share/licenses/git-flow-next-1.1.0_3/LICENSE
  4. /usr/local/share/licenses/git-flow-next-1.1.0_3/BSD2CLAUSE
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • git-flow-next>0:devel/git-flow-next
To install the port:
cd /usr/ports/devel/git-flow-next/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/git-flow-next
  • pkg install git-flow-next
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: git-flow-next
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1776014073 SHA256 (go/devel_git-flow-next/git-flow-next-v1.1.0/v1.1.0.mod) = b804b70485ab53e6c6c21f89435a9cb0707b15a79390b99cf2e8d98f687a8841 SIZE (go/devel_git-flow-next/git-flow-next-v1.1.0/v1.1.0.mod) = 380

Expand this list (2 items)

Collapse this list.

SHA256 (go/devel_git-flow-next/git-flow-next-v1.1.0/v1.1.0.zip) = dc390b242d91cc74dea1216bcc2900458c504737e75ccdc790a3c87fa9a3c0d9 SIZE (go/devel_git-flow-next/git-flow-next-v1.1.0/v1.1.0.zip) = 351426

Collapse this list.


No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go125 : lang/go125
Fetch dependencies:
  1. go125 : lang/go125
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_git-flow-next
USES:
go:modules zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://proxy.golang.org/github.com/gittower/git-flow-next/@v/
Collapse this list.

Number of commits found: 7

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.1.0_3
10 Jul 2026 07:54:15
commit hash: 4ea354713284ca756537346a9ebc6df56184ed31commit hash: 4ea354713284ca756537346a9ebc6df56184ed31commit hash: 4ea354713284ca756537346a9ebc6df56184ed31commit hash: 4ea354713284ca756537346a9ebc6df56184ed31 files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
various: Bump go ports for go-1.25.12 / 1.26.5
1.1.0_2
03 Jun 2026 17:54:22
commit hash: dd8dc2a59ddc46a12ace1cc4f7a953de512853bdcommit hash: dd8dc2a59ddc46a12ace1cc4f7a953de512853bdcommit hash: dd8dc2a59ddc46a12ace1cc4f7a953de512853bdcommit hash: dd8dc2a59ddc46a12ace1cc4f7a953de512853bd files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
various: Bump go ports for go-1.25.11 / go-1.26.4
1.1.0_1
09 May 2026 17:25:51
commit hash: 4e243a83f8d8d5cd511bba2b689931886b3a57cecommit hash: 4e243a83f8d8d5cd511bba2b689931886b3a57cecommit hash: 4e243a83f8d8d5cd511bba2b689931886b3a57cecommit hash: 4e243a83f8d8d5cd511bba2b689931886b3a57ce files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
various: Bump ports for Go 1.25.10
1.1.0
12 Apr 2026 17:15:49
commit hash: e800745a9ab990042787351519c8da8e55fc8a2dcommit hash: e800745a9ab990042787351519c8da8e55fc8a2dcommit hash: e800745a9ab990042787351519c8da8e55fc8a2dcommit hash: e800745a9ab990042787351519c8da8e55fc8a2d files touched by this commit
Juraj Lutter (otis) search for other commits by this committer
Author: Miroslav Lachman
devel/git-flow-next: Update to 1.1.0

- Added:
    - Push-option support for publish command (--push-option / -o)
    - Support for configurable hooks directory via gitflow.path.hooks
      and core.hooksPath

- Fixed
    - Validate remote exists before any state-changing delete operations
    - Validate remote before remote operations (publish, track, finish
      sync)
    - Check if remote exists before attempting to delete remote branch
    - Skip fetch when no remote is configured
    - Use empty commit instead of README.md when initializing empty
      repositories
    - Default to empty version tag prefix during init
    - Thread config correctly into tag creation step during finish

PR:		294446
1.0.0_2
10 Apr 2026 15:57:27
commit hash: 7507e72a845b5c83e1ad035bd54b1c35482fb86acommit hash: 7507e72a845b5c83e1ad035bd54b1c35482fb86acommit hash: 7507e72a845b5c83e1ad035bd54b1c35482fb86acommit hash: 7507e72a845b5c83e1ad035bd54b1c35482fb86a files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
various: Bump go ports for go-1.25.9 / 1.26.2
1.0.0_1
06 Mar 2026 03:33:23
commit hash: a8d318da7c159b84ddff6a525e2e39800ab3f795commit hash: a8d318da7c159b84ddff6a525e2e39800ab3f795commit hash: a8d318da7c159b84ddff6a525e2e39800ab3f795commit hash: a8d318da7c159b84ddff6a525e2e39800ab3f795 files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
various: Bump ports for Go 1.25.8
1.0.0
17 Feb 2026 10:08:54
commit hash: 986d44e001f346f81fdc87dda25cfcf1c062c706commit hash: 986d44e001f346f81fdc87dda25cfcf1c062c706commit hash: 986d44e001f346f81fdc87dda25cfcf1c062c706commit hash: 986d44e001f346f81fdc87dda25cfcf1c062c706 files touched by this commit
Juraj Lutter (otis) search for other commits by this committer
Author: Miroslav Lachman
devel/git-flow-next: Add new port

Modern reimplementation of git-flow in Go that offers greater
flexibility while maintaining backward compatibility with the original
git-flow and git-flow-avh.

PR:		293234

Number of commits found: 7