notbug ipv6 ready As 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
forgejo-lts Compact self-hosted Git forge
15 www on this many watch lists=1 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.13Version of this port present on the latest quarterly branch.
Maintainer: des@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-10-28 11:18:46
Last Update: 2026-05-03 13:12:15
Commit Hash: b85c66d
People watching this port, also watch:: emby-server, sylve, pocket-id, audacious, alpaca
License: NA
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 (3 items)
Collapse this list.
  1. /usr/local/share/licenses/forgejo-lts-15/catalog.mk
  2. /usr/local/share/licenses/forgejo-lts-15/LICENSE
  3. /usr/local/share/licenses/forgejo-lts-15/NA
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • forgejo-lts>0:www/forgejo-lts
To install the port:
cd /usr/ports/www/forgejo-lts/ && make install clean
To add the package, run one of these commands:
  • pkg install www/forgejo-lts
  • pkg install forgejo-lts
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: forgejo-lts
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

Packages (timestamps in pop-ups are UTC):
forgejo-lts
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest11.0.12_111.0.13--11.0.12_2n/an/an/a
FreeBSD:13:quarterly11.0.12_111.0.12_2--11.0.13n/an/an/a
FreeBSD:14:latest11.0.13---15---
FreeBSD:14:quarterly11.0.1311.0.13--11.0.13---
FreeBSD:15:latest11.0.1315n/a-n/an/a--
FreeBSD:15:quarterly11.0.1311.0.13n/a-n/an/a--
FreeBSD:16:latest11.0.12_115n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. forgejo15>=0 : www/forgejo15
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
www_forgejo-lts
USES:
metaport
FreshPorts was unable to extract/find any pkg message
Master Sites:
  1. There is no master site for this port.

Number of commits found: 20

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
15
03 May 2026 13:12:15
commit hash: b85c66dda44daa752cb3a2cf24c08dd68d2b4254commit hash: b85c66dda44daa752cb3a2cf24c08dd68d2b4254commit hash: b85c66dda44daa752cb3a2cf24c08dd68d2b4254commit hash: b85c66dda44daa752cb3a2cf24c08dd68d2b4254 files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
www/forgejo-lts: Convert to metaport and bump to 15
11.0.13
29 Apr 2026 16:58:56
commit hash: 5c4949187b0cee97d37285aeec4d29dbe91d036fcommit hash: 5c4949187b0cee97d37285aeec4d29dbe91d036fcommit hash: 5c4949187b0cee97d37285aeec4d29dbe91d036fcommit hash: 5c4949187b0cee97d37285aeec4d29dbe91d036f files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
www/forgejo-lts: Update to 11.0.13

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

MFH:		2026Q2
11.0.12_2
25 Apr 2026 18:17:59
commit hash: 6d5d169cad9968a142e928d69e95438aafd95774commit hash: 6d5d169cad9968a142e928d69e95438aafd95774commit hash: 6d5d169cad9968a142e928d69e95438aafd95774commit hash: 6d5d169cad9968a142e928d69e95438aafd95774 files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
www/forgejo-lts: 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:		7c546a3a09e0 ("www/forgejo-lts: Correct AppWorkPAth")
MFH:		2026Q2
11.0.12_1
19 Apr 2026 15:07:19
commit hash: 7c546a3a09e0e09f2fa1e5695057410e52a15dfbcommit hash: 7c546a3a09e0e09f2fa1e5695057410e52a15dfbcommit hash: 7c546a3a09e0e09f2fa1e5695057410e52a15dfbcommit hash: 7c546a3a09e0e09f2fa1e5695057410e52a15dfb files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
www/forgejo-lts: 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
11.0.12
11 Apr 2026 17:06:44
commit hash: 67dbd6cdd6dd7d574d548e517d401bee0f2a57bacommit hash: 67dbd6cdd6dd7d574d548e517d401bee0f2a57bacommit hash: 67dbd6cdd6dd7d574d548e517d401bee0f2a57bacommit hash: 67dbd6cdd6dd7d574d548e517d401bee0f2a57ba files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
www/forgejo-lts: Update to 11.0.12

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

MFH:		2026Q2
11.0.11_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
11.0.11_1
07 Apr 2026 17:46:00
commit hash: 03e64fdb33630ac048b1140c1538226e75c2a670commit hash: 03e64fdb33630ac048b1140c1538226e75c2a670commit hash: 03e64fdb33630ac048b1140c1538226e75c2a670commit hash: 03e64fdb33630ac048b1140c1538226e75c2a670 files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
www/forgejo-lts: Fix PAM authentication

Add an upstream patch which addresses an issue with PAM authentication.

MFH:		2026Q2
11.0.11
10 Mar 2026 08:48:28
commit hash: 2ba5aaf77444f21ce92423c2eb3036d57ddb3c50commit hash: 2ba5aaf77444f21ce92423c2eb3036d57ddb3c50commit hash: 2ba5aaf77444f21ce92423c2eb3036d57ddb3c50commit hash: 2ba5aaf77444f21ce92423c2eb3036d57ddb3c50 files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
www/forgejo-lts: Update to 11.0.11

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

MFH:		2026Q1
11.0.10_3
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
11.0.10_2
27 Feb 2026 09:47:54
commit hash: 6a173071385b314a0aafa203e6fc53686b786b4ecommit hash: 6a173071385b314a0aafa203e6fc53686b786b4ecommit hash: 6a173071385b314a0aafa203e6fc53686b786b4ecommit hash: 6a173071385b314a0aafa203e6fc53686b786b4e files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
www/forgejo-lts: Fix rc script order

PR:	293453
MFH:	2026Q1
11.0.10_1
05 Feb 2026 16:48:00
commit hash: 5a5747a5a09fdc446036cf13686e3c81de33b1b4commit hash: 5a5747a5a09fdc446036cf13686e3c81de33b1b4commit hash: 5a5747a5a09fdc446036cf13686e3c81de33b1b4commit hash: 5a5747a5a09fdc446036cf13686e3c81de33b1b4 files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
various: Bump Go ports for 1.25.7
11.0.10
28 Jan 2026 15:54:36
commit hash: 3e4ca57d8c7d49088aff3e6b0e6a6895142cc845commit hash: 3e4ca57d8c7d49088aff3e6b0e6a6895142cc845commit hash: 3e4ca57d8c7d49088aff3e6b0e6a6895142cc845commit hash: 3e4ca57d8c7d49088aff3e6b0e6a6895142cc845 files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
www/forgejo-lts: Update to 11.0.10

MFH:		2026Q1
11.0.9_1
16 Jan 2026 17:27:39
commit hash: 9f4bc8d0b7b9d39ccc8b53cf25946d0458aeb1f1commit hash: 9f4bc8d0b7b9d39ccc8b53cf25946d0458aeb1f1commit hash: 9f4bc8d0b7b9d39ccc8b53cf25946d0458aeb1f1commit hash: 9f4bc8d0b7b9d39ccc8b53cf25946d0458aeb1f1 files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
various: Bump Go ports for 1.25.6
11.0.9
16 Jan 2026 13:15:50
commit hash: 03e1183c1065541cbcb5708f37a5818447547e87commit hash: 03e1183c1065541cbcb5708f37a5818447547e87commit hash: 03e1183c1065541cbcb5708f37a5818447547e87commit hash: 03e1183c1065541cbcb5708f37a5818447547e87 files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
www/forgejo-lts: Update to 11.0.9

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

MFH:		2026Q1
11.0.8_1
19 Dec 2025 23:33:54
commit hash: a7ae0233f66f482aa49743f371c73aa581777b5ccommit hash: a7ae0233f66f482aa49743f371c73aa581777b5ccommit hash: a7ae0233f66f482aa49743f371c73aa581777b5ccommit hash: a7ae0233f66f482aa49743f371c73aa581777b5c files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
www/forgejo{,-lts}: Update license

MFH:		2025Q4
11.0.8
15 Dec 2025 23:06:00
commit hash: 75d873b56a7440351ea2bdf9e4a6017db3889f32commit hash: 75d873b56a7440351ea2bdf9e4a6017db3889f32commit hash: 75d873b56a7440351ea2bdf9e4a6017db3889f32commit hash: 75d873b56a7440351ea2bdf9e4a6017db3889f32 files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
many: Unpin Go ports

* Ports that were pinned to a deprecated version of Go (1.23 or older)
  have been unpinned.

* Ports that were pinned to a still-supported version of Go (1.24 or
  newer) have been converted to requesting that as their minimum Go
  version.

* Ports that had been forcibly deprecated for pinning an expired Go
  version have been undeprecated.
11.0.8
11 Dec 2025 10:45:14
commit hash: 7d5f8d23edbf0327dfaa2430b7a704119ba34f8ecommit hash: 7d5f8d23edbf0327dfaa2430b7a704119ba34f8ecommit hash: 7d5f8d23edbf0327dfaa2430b7a704119ba34f8ecommit hash: 7d5f8d23edbf0327dfaa2430b7a704119ba34f8e files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
www/forgejo-lts: Update to 11.0.8

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

MFH:		2025Q4
11.0.7_2
03 Dec 2025 18:24:44
commit hash: ec872485e427106bff598ee0a76fd71059452f01commit hash: ec872485e427106bff598ee0a76fd71059452f01commit hash: ec872485e427106bff598ee0a76fd71059452f01commit hash: ec872485e427106bff598ee0a76fd71059452f01 files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
various: Bump Go ports for 1.25.5
11.0.7_1
06 Nov 2025 17:03:19
commit hash: d761fa722b685bda6d02ed6c4b877b0e2c577879commit hash: d761fa722b685bda6d02ed6c4b877b0e2c577879commit hash: d761fa722b685bda6d02ed6c4b877b0e2c577879commit hash: d761fa722b685bda6d02ed6c4b877b0e2c577879 files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
various: Bump Go ports for 1.25.4
11.0.7
28 Oct 2025 11:07:02
commit hash: 26cad270ac1d94ad7f1a36ab05c0439a224c28e1commit hash: 26cad270ac1d94ad7f1a36ab05c0439a224c28e1commit hash: 26cad270ac1d94ad7f1a36ab05c0439a224c28e1commit hash: 26cad270ac1d94ad7f1a36ab05c0439a224c28e1 files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
www/forgejo-lts: Copied from www/forgejo

New port for long-term support releases of Forgejo (currently 11.0.7).

MFH:		2025Q2
Reviewed by:	bapt
Differential Revision:	https://reviews.freebsd.org/D53395

Number of commits found: 20