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.
Commit processing was halted at UTC 18:33 on 2026-08-05 for pkgbasify of jails and updating the host from 15.0 to 15.1 - same with jails. - that upgrade was completed by 18:53 - the website has caught up with the 6 commits it missed in that time.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details on branch 2026Q1
forgejo Compact self-hosted Git forge
14.0.3 www 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 14.0.3Version of this port present on the latest quarterly branch.
Maintainer: des@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-01-16 13:21:47
Last Update: 2026-03-10 08:49:36
Commit Hash: b52b4bc
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.
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 (14 items)
Collapse this list.
  1. /usr/local/share/licenses/forgejo-14.0.3/catalog.mk
  2. /usr/local/share/licenses/forgejo-14.0.3/LICENSE
  3. /usr/local/share/licenses/forgejo-14.0.3/GPLv3+
  4. @sample etc/forgejo/conf/app.ini.sample
  5. etc/forgejo/conf/app.ini.defaults
  6. sbin/forgejo
  7. @dir share/forgejo
  8. @dir(git,git,755) /var/db/forgejo
  9. @dir(git,git,755) /var/db/forgejo/data
  10. @dir(git,git,755) /var/db/forgejo/forgejo-repositories
  11. @dir(git,git,755) /var/log/forgejo
  12. @owner
  13. @group
  14. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • forgejo
Dependency lines:
  • forgejo>0:www/forgejo
Conflicts:
CONFLICTS_INSTALL:
  • forgejo-lts
  • forgejo7
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 = 1773129765 SHA256 (forgejo-src-14.0.3.tar.gz) = 98410f3f2aa26d3b1e25f509a78854315f8b5a99b9f7b1c9d60f04db2c65c8c8 SIZE (forgejo-src-14.0.3.tar.gz) = 47866153

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. gmake>=4.4.1 : devel/gmake
  2. go125 : lang/go125
Runtime dependencies:
  1. git : devel/git
  2. 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.3: 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeberg.org/forgejo/forgejo/releases/download/v14.0.3/
Collapse this list.

Number of commits found: 9

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
14.0.3
10 Mar 2026 08:49:36
commit hash: b52b4bc364b567dd4006b45160268dbbc5cb06c4commit hash: b52b4bc364b567dd4006b45160268dbbc5cb06c4commit hash: b52b4bc364b567dd4006b45160268dbbc5cb06c4commit hash: b52b4bc364b567dd4006b45160268dbbc5cb06c4 files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
www/forgejo: Update to 14.0.3

Changelog:
*
https://codeberg.org/forgejo/forgejo/src/branch/forgejo/release-notes-published/14.0.3.md

MFH:		2026Q1
(cherry picked from commit 58e7c378a43d1b25bd8787d1e92648f8f5d05423)
14.0.2_3
06 Mar 2026 03:52:43
commit hash: ef8f442a3f6b40cbf3668a21fe541ebe8c8a07c9commit hash: ef8f442a3f6b40cbf3668a21fe541ebe8c8a07c9commit hash: ef8f442a3f6b40cbf3668a21fe541ebe8c8a07c9commit hash: ef8f442a3f6b40cbf3668a21fe541ebe8c8a07c9 files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
various: Bump ports for Go 1.25.8

This is a direct commit to 2026Q1.
14.0.2_2
27 Feb 2026 09:48:24
commit hash: 646fe19b4a24d0d0eee8b74f683a9311b4379358commit hash: 646fe19b4a24d0d0eee8b74f683a9311b4379358commit hash: 646fe19b4a24d0d0eee8b74f683a9311b4379358commit hash: 646fe19b4a24d0d0eee8b74f683a9311b4379358 files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
www/forgejo: Fix rc script order

PR:	293453
MFH:	2026Q1
(cherry picked from commit 6e68cfdd7b8725cf8f586f9e7682575e4f83797f)
14.0.2_1
05 Feb 2026 17:57:56
commit hash: b136e1b5759fc33452c43704c389edf212cfacc8commit hash: b136e1b5759fc33452c43704c389edf212cfacc8commit hash: b136e1b5759fc33452c43704c389edf212cfacc8commit hash: b136e1b5759fc33452c43704c389edf212cfacc8 files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
various: Bump Go ports for 1.25.7

This is a direct commit to 2026Q1.
14.0.2
03 Feb 2026 21:54:20
commit hash: eba3ec53708e94cd4794aeaab55b49ffa9324832commit hash: eba3ec53708e94cd4794aeaab55b49ffa9324832commit hash: eba3ec53708e94cd4794aeaab55b49ffa9324832commit hash: eba3ec53708e94cd4794aeaab55b49ffa9324832 files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
www/forgejo: Update to 14.0.2

Changelog:
*
https://codeberg.org/forgejo/forgejo/src/branch/forgejo/release-notes-published/14.0.2.md

MFH:		2026Q1
(cherry picked from commit 4358aecad4f3bf669a00f5428edd18ebb831cae2)
14.0.1
28 Jan 2026 15:55:14
commit hash: 09f4059faa4422f157d923b9a678f4afe2897b70commit hash: 09f4059faa4422f157d923b9a678f4afe2897b70commit hash: 09f4059faa4422f157d923b9a678f4afe2897b70commit hash: 09f4059faa4422f157d923b9a678f4afe2897b70 files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
www/forgejo: Update to 14.0.1

MFH:		2026Q1
(cherry picked from commit 17069d2f1001a87f909983749a5aa0cfc53d9ccc)
14.0.0
26 Jan 2026 15:33:21
commit hash: 821e1fd4373a198334ce2ff3bbd254d892ab0022commit hash: 821e1fd4373a198334ce2ff3bbd254d892ab0022commit hash: 821e1fd4373a198334ce2ff3bbd254d892ab0022commit hash: 821e1fd4373a198334ce2ff3bbd254d892ab0022 files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
www/forgejo: Update to 14.0.0

Changelog:
*
https://codeberg.org/forgejo/forgejo/src/branch/forgejo/release-notes-published/14.0.0.md

MFH:		2026Q1
(cherry picked from commit e17d96300661e7043c7bd67852caac5e4377f499)
13.0.4_1
25 Jan 2026 01:24:52
commit hash: fb19eef16dbadd097bf51b256ba8c768a3872f65commit hash: fb19eef16dbadd097bf51b256ba8c768a3872f65commit hash: fb19eef16dbadd097bf51b256ba8c768a3872f65commit hash: fb19eef16dbadd097bf51b256ba8c768a3872f65 files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
various: Bump dependent ports for Go 1.25.6

This is a direct commit to 2026Q1.
13.0.4
16 Jan 2026 13:17:45
commit hash: 989b88e0d72c7692699bc30ade7e3c1d901f2bf2commit hash: 989b88e0d72c7692699bc30ade7e3c1d901f2bf2commit hash: 989b88e0d72c7692699bc30ade7e3c1d901f2bf2commit hash: 989b88e0d72c7692699bc30ade7e3c1d901f2bf2 files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
www/forgejo: Update to 13.0.4

Changelog:
*
https://codeberg.org/forgejo/forgejo/src/branch/forgejo/release-notes-published/13.0.4.md

MFH:            2026Q1
(cherry picked from commit 942fa74e1348d54bce55860778dd57f8cad0869f)

Number of commits found: 9