| Port details on branch 2026Q2 |
- forgejo Compact self-hosted Git forge
- 14.0.5 www
=0 14.0.5Version of this port present on the latest quarterly branch. - Maintainer: des@FreeBSD.org
 - Port Added: 2026-04-07 17:48:06
- Last Update: 2026-04-29 16:59:41
- Commit Hash: 5e28a912
- License: GPLv3+
- WWW:
- https://forgejo.org/
- Description:
- A self-hosted Git service.
Forgejo is a community managed soft-fork of Gitea, which is a fork of Gogs,
lightweight code hosting solution written in Go and published under the MIT
license.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
-
- Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/www/forgejo/ && make install clean
- To add the package, run one of these commands:
- pkg install www/forgejo
- pkg install forgejo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: forgejo
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1777479557
SHA256 (forgejo-src-14.0.5.tar.gz) = c5324571b1b8ef9d3ff954cd9372c37b0e0cabc902d2624ec6cbd8649d56e30d
SIZE (forgejo-src-14.0.5.tar.gz) = 48132807
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:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- go125 : lang/go125
- Runtime dependencies:
-
- git : devel/git
- git-lfs : devel/git-lfs
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for forgejo-14.0.5:
BINDATA=on: Build a single monolithic binary, with all assets included
GIT_LFS=on: Support for Git Large File Storage (LFS)
PAM=on: Enable support for PAM
SQLITE=on: SQLite database support
===> Use 'make config' to modify these settings
- Options name:
- www_forgejo
- USES:
- cpe gmake go:1.25+,no_targets
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
14.0.5 29 Apr 2026 16:59:41
    |
Dag-Erling Smørgrav (des)  |
www/foregjo: Update to 14.0.5
Changelog:
*
https://codeberg.org/forgejo/forgejo/src/branch/forgejo/release-notes-published/14.0.5.md
MFH: 2026Q2
(cherry picked from commit ebe4b4ee79ce847f736b39ede67058848ca4d69d) |
14.0.4_2 25 Apr 2026 18:19:04
    |
Dag-Erling Smørgrav (des)  |
www/forgejo: Fix non-BINDATA case
DATADIR is still needed for static assets in the non-BINDATA case.
Point StaticRootPath at it. In the BINDATA case (which is the default),
the assets are linked into the binary and StaticRootPath is not used.
PR: 294619
Fixes: 3686ad021c23 ("www/forgejo: Correct AppWorkPAth")
MFH: 2026Q2
(cherry picked from commit e75690e3147e1f973ad5936934721619ab319754) |
14.0.4_1 19 Apr 2026 15:07:48
    |
Dag-Erling Smørgrav (des)  |
www/forgejo: Correct AppWorkPAth
We were incorrectly setting AppWorkPath to DATADIR and creating DATADIR
on installation. Set it to DBDIR instead to match the app.ini and rc
script we generate. This should be a nop for anyone with a working
configuration, and should allow forgejo-cli to work without explicitly
specifying the correct work directory.
PR: 294619
MFH: 2026Q2
(cherry picked from commit 3686ad021c2308f83b00ccba3e046b69dbb0ecf6) |
14.0.4 11 Apr 2026 17:07:29
    |
Dag-Erling Smørgrav (des)  |
www/foregjo: Update to 14.0.4
Changelog:
*
https://codeberg.org/forgejo/forgejo/src/branch/forgejo/release-notes-published/14.0.4.md
MFH: 2026Q2
(cherry picked from commit 4a534eca000565556a49d837b3ea1c7472b68def) |
14.0.3_2 10 Apr 2026 16:19:03
    |
Dag-Erling Smørgrav (des)  |
various: Bump go ports for go-1.25.9 / 1.26.2 |
14.0.3_1 07 Apr 2026 17:47:15
    |
Dag-Erling Smørgrav (des)  |
www/forgejo: Fix PAM authentication
Add an upstream patch which addresses an issue with PAM authentication.
MFH: 2026Q2
(cherry picked from commit 2b64940408072efce43c002eaa5120e874fa56d9) |