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 2024Q4
forgejo Compact self-hosted Git service
9.0.3 www on this many watch lists=0 search for ports that depend on this port An older version of this port was marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 9.0.3Version of this port present on the latest quarterly branch.
Maintainer: stb@lassitu.de search for ports maintained by this maintainer
Port Added: 2024-10-29 15:51:05
Last Update: 2024-12-17 23:47:50
Commit Hash: 4c277b5
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-9.0.3/catalog.mk
  2. /usr/local/share/licenses/forgejo-9.0.3/LICENSE
  3. /usr/local/share/licenses/forgejo-9.0.3/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 = 1734457879 SHA256 (forgejo-src-9.0.3.tar.gz) = 805fa2e8e799b8ba9e3cae2984033295d1a46fb24271e673dd01362cfefe8881 SIZE (forgejo-src-9.0.3.tar.gz) = 54029967

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. go123 : lang/go123
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-9.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.23,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/v9.0.3/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
9.0.3
17 Dec 2024 23:47:50
commit hash: 4c277b5d059606ecf0eb48aecd7e6aa90b41ac4acommit hash: 4c277b5d059606ecf0eb48aecd7e6aa90b41ac4acommit hash: 4c277b5d059606ecf0eb48aecd7e6aa90b41ac4acommit hash: 4c277b5d059606ecf0eb48aecd7e6aa90b41ac4a files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
Author: Stefan Bethke
www/forgejo: Update 9.0.1 → 9.0.3 (fixes security vulnerabilities)

Release notes:
https://codeberg.org/forgejo/forgejo/src/branch/forgejo/release-notes-published/9.0.2.md
https://codeberg.org/forgejo/forgejo/src/branch/forgejo/release-notes-published/9.0.3.md

PR:	283388
MFH:	2024Q4
(cherry picked from commit cb922a9818d37a0b82c92ff7b392edd8d401a4be)
9.0.1
29 Oct 2024 15:47:56
commit hash: 32a516a2434fbb1fb2e87463cf95c045afc46f36commit hash: 32a516a2434fbb1fb2e87463cf95c045afc46f36commit hash: 32a516a2434fbb1fb2e87463cf95c045afc46f36commit hash: 32a516a2434fbb1fb2e87463cf95c045afc46f36 files touched by this commit This port version is marked as vulnerable.
Vladimir Druzenko (vvd) search for other commits by this committer
Author: Stefan Bethke
www/forgejo: Update 9.0.0 → 9.0.1 (fixes security vulnerabilities)

Changelog:
https://codeberg.org/forgejo/forgejo/milestone/8544

PR:	282387
MFH:	2024Q4
(cherry picked from commit b56cd15e5b4777fcc02cc6b3e81e6f096c692f83)
9.0.0
29 Oct 2024 15:47:52
commit hash: 96b6403881b7b2fa75e4b2428dce12b602d291eacommit hash: 96b6403881b7b2fa75e4b2428dce12b602d291eacommit hash: 96b6403881b7b2fa75e4b2428dce12b602d291eacommit hash: 96b6403881b7b2fa75e4b2428dce12b602d291ea files touched by this commit This port version is marked as vulnerable.
Vladimir Druzenko (vvd) search for other commits by this committer
Author: Stefan Bethke
www/forgejo: Update to 9.0.0

Changelog: https://codeberg.org/forgejo/forgejo/milestone/7235

PR:	282153
(cherry picked from commit c88a65a9a7faddec69f6342a5a963b3594204f96)

Number of commits found: 3