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 photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details on branch 2025Q2
forgejo Compact self-hosted Git service
11.0.1 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 11.0.1Version of this port present on the latest quarterly branch.
Maintainer: stb@lassitu.de search for ports maintained by this maintainer
Port Added: 2025-05-22 20:15:44
Last Update: 2025-05-22 20:14:07
Commit Hash: 1a3cdcf
License: MIT
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-11.0.1/catalog.mk
  2. /usr/local/share/licenses/forgejo-11.0.1/LICENSE
  3. /usr/local/share/licenses/forgejo-11.0.1/MIT
  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.
Dependency lines:
  • forgejo>0:www/forgejo
Conflicts:
CONFLICTS_INSTALL:
  • forgejo[0-79]*
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 = 1746741570 SHA256 (forgejo-src-11.0.1.tar.gz) = b8ae645099821e978d096888d17d7e969b05b2b7576ae1d0f4850238305fedd6 SIZE (forgejo-src-11.0.1.tar.gz) = 55352620

Packages (timestamps in pop-ups are UTC):
forgejo
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest10.0.3_110.0.3_1-10.0.3_110.0.3_1---
FreeBSD:13:quarterly10.0.3--10.0.3----
FreeBSD:14:latest10.0.3_111.0.1--11.0.1---
FreeBSD:14:quarterly10.0.3--10.0.3----
FreeBSD:15:latest10.0.3_110.0.3_1n/a10.0.3n/a---
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. go121 : lang/go121
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-11.0.1: 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:no_targets
pkg-message:
For install:
Before starting forgejo for the first time, you must set a number of secrets in the configuration file. For your convenience, a sample file has been copied to /usr/local/etc/forgejo/conf/app.ini. You need to replace every occurence of CHANGE_ME in the file with sensible values. Please refer to the official documentation at https://forgejo.org for details. You will also likely need to create directories for persistent storage. Run su -m git -c 'forgejo doctor check' to check if all prerequisites have been met.
If upgrading from < 1.21:
Since forgejo version 7, the startup script will run forgejo doctor check to verify that forgejo can be started successfully. If you are sure that forgejo will start even if doctor has identified an issue, you can disable the check by setting forgejo_configcheck_enabled=NO in rc.conf.
If upgrading from < 8.0.2:
Breaking changes: upgrading from Forgejo 8 changes the semantics of some authentication, breaking previously working API calls. Please see the release notes for details: https://codeberg.org/forgejo/forgejo/milestone/7235
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeberg.org/forgejo/forgejo/releases/download/v11.0.1/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
11.0.1
22 May 2025 20:14:07
commit hash: 1a3cdcf0f90836f136c8a04cbc71b22041f5105fcommit hash: 1a3cdcf0f90836f136c8a04cbc71b22041f5105fcommit hash: 1a3cdcf0f90836f136c8a04cbc71b22041f5105fcommit hash: 1a3cdcf0f90836f136c8a04cbc71b22041f5105f files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
www/forgejo: Update 10.0.3 => 11.0.1 (fix security issues)

News:
https://forgejo.org/2025-04-release-v11-0/
https://forgejo.org/2025-04-monthly-update/#security-releases-v1101-and-v7015

Relsease notes:
https://codeberg.org/forgejo/forgejo/src/branch/forgejo/release-notes-published/11.0.0.md
https://codeberg.org/forgejo/forgejo/src/branch/forgejo/release-notes-published/11.0.1.md

While here remove go version after default go version was increased to 1.24.

PR:		286296
Approved by:	Stefan Bethke <stb@lassitu.de> (maintainer, timeout 1 month)
MFH:		2025Q2

(cherry picked from commit d254830057301d80102a0c918a6da9137662950d)

Number of commits found: 1