summaryrefslogtreecommitdiff
path: root/www/gitea/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/gitea/Makefile')
-rw-r--r--www/gitea/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/www/gitea/Makefile b/www/gitea/Makefile
index 0c5930c0fa3..f7c94a27ee8 100644
--- a/www/gitea/Makefile
+++ b/www/gitea/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2020/09/03 07:29:34 bsiegert Exp $
+# $NetBSD: Makefile,v 1.42.2.1 2020/12/11 08:36:23 bsiegert Exp $
-DISTNAME= gitea-1.12.1
+DISTNAME= gitea-1.12.6
MASTER_SITES= ${MASTER_SITE_GITHUB:=go-gitea/}
-PKGREVISION= 3
CATEGORIES= www
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -18,7 +17,7 @@ GO_SRCPATH= code.gitea.io/gitea
# The front-end files do not change every release, so only bump this when
# necessary to avoid excessive uploads to LOCAL_PORTS.
#
-FRONTEND= gitea-1.12.1-frontend.tar.gz
+FRONTEND= gitea-1.12.6-frontend.tar.gz
SITES.${FRONTEND}= ${MASTER_SITE_LOCAL}
DISTFILES:= ${DEFAULT_DISTFILES} ${FRONTEND}
@@ -112,7 +111,7 @@ post-install:
.PHONY: generate-frontend
generate-frontend: build
- cd ${WRKSRC} && ${TAR} -zcf ${WRKDIR}/${PKGNAME_NOREV}-frontend.tar.gz public/css public/js
+ cd ${WRKSRC} && ${TAR} -zcf ${WRKDIR}/${PKGNAME_NOREV}-frontend.tar.gz public
@${ECHO} "Now upload ${WRKDIR}/${PKGNAME_NOREV}-frontend.tar.gz to LOCAL_PORTS"
.include "../../lang/go/go-package.mk"