FreeBSD Bugzilla – Attachment 212311 Details for
Bug 244710
www/gitea 1.11.2 shows wrong version number
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix version string
gitea.patch (text/plain), 988 bytes, created by
Adam Weinberger
on 2020-03-10 16:26:40 UTC
(
hide
)
Description:
Fix version string
Filename:
MIME Type:
Creator:
Adam Weinberger
Created:
2020-03-10 16:26:40 UTC
Size:
988 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 528142) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= gitea > DISTVERSIONPREFIX= v > DISTVERSION= 1.11.2 >+PORTREVISION= 1 > CATEGORIES= www > MASTER_SITES= https://github.com/go-gitea/gitea/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ > DISTNAME= gitea-src-${DISTVERSION} >@@ -53,11 +54,13 @@ > > SUB_LIST+= DAEMONARGS="${DAEMONARGS}" > >+SSP_UNSAFE= true > # use sane defaults for path, overriden with actual PREFIX in start script > EXTRA_LDFLAGS= -X code.gitea.io/gitea/modules/setting.CustomPath=${PREFIX}/etc/gitea > EXTRA_LDFLAGS+= -X code.gitea.io/gitea/modules/setting.AppWorkPath=${PREFIX}/share/gitea > # Default LDFLAGS are incompatible with build >-MAKE_ARGS= GOPATH=${WRKDIR} TAGS="${GO_TAGS}" LDFLAGS="${EXTRA_LDFLAGS}" >+MAKE_ENV= LDFLAGS="${LDFLAGS} ${EXTRA_LDFLAGS}" >+MAKE_ARGS= GOPATH=${WRKDIR} TAGS="${GO_TAGS}" > ALL_TARGET= backend > MAKE_JOBS_UNSAFE= yes >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 244710
: 212311