View | Details | Raw Unified | Return to bug 257994 | Differences between
and this patch

Collapse All | Expand All

(-)b/www/gitea/Makefile (-1 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	gitea
1
PORTNAME=	gitea
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	1.14.6
3
DISTVERSION=	1.15.0
4
CATEGORIES=	www
4
CATEGORIES=	www
5
MASTER_SITES=	https://github.com/go-gitea/gitea/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
5
MASTER_SITES=	https://github.com/go-gitea/gitea/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
6
DISTNAME=	gitea-src-${DISTVERSION}
6
DISTNAME=	gitea-src-${DISTVERSION}
(-)b/www/gitea/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1629474979
1
TIMESTAMP = 1629616193
2
SHA256 (gitea-src-1.14.6.tar.gz) = 208a0e26569f303e8a83c65d7b72dca0af7b3ca2e6a8e50c40dde798882a7b5a
2
SHA256 (gitea-src-1.15.0.tar.gz) = 5aee6bb55a10aa5ff45d692ccd83aa138409c4a518fc2b02a668e4681f84e877
3
SIZE (gitea-src-1.14.6.tar.gz) = 117871468
3
SIZE (gitea-src-1.15.0.tar.gz) = 48537339
(-)b/www/gitea/pkg-message (+8 lines)
Lines 9-12 app.ini.sample), or allow Gitea to make the change for you by making the Link Here
9
config file writable to the git user.
9
config file writable to the git user.
10
EOM
10
EOM
11
}
11
}
12
{ type: upgrade
13
  maximum_version: 1.15.0
14
  message: <<EOM
15
Some config file options have been changed in Gitea 1.15. Please refer to
16
the documentation at https://docs.gitea.io/en-us/customizing-gitea/ and
17
the release notes.
18
EOM
19
}
12
]
20
]

Return to bug 257994