svn commit: r540697 - in head/www/gitea: . files

Adam Weinberger adamw at FreeBSD.org
Sun Jun 28 10:04:57 UTC 2020


Author: adamw
Date: Sun Jun 28 10:04:56 2020
New Revision: 540697
URL: https://svnweb.freebsd.org/changeset/ports/540697

Log:
  www/gitea: Update to 1.11.8
  
  Update Gitea to 1.11.8
  
  This release fixes five bugs.
  
  Release notes: https://blog.gitea.io/2020/06/gitea-1.11.7-is-released/
  https://github.com/go-gitea/gitea/releases/tag/v1.11.8
  
  PR:		247612
  Submitted by:	maintainer

Deleted:
  head/www/gitea/files/patch-Makefile
  head/www/gitea/files/patch-templates_repo_wiki_view.tmpl
Modified:
  head/www/gitea/Makefile
  head/www/gitea/distinfo

Modified: head/www/gitea/Makefile
==============================================================================
--- head/www/gitea/Makefile	Sun Jun 28 10:04:47 2020	(r540696)
+++ head/www/gitea/Makefile	Sun Jun 28 10:04:56 2020	(r540697)
@@ -2,8 +2,7 @@
 
 PORTNAME=	gitea
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.11.6
-PORTREVISION=	1
+DISTVERSION=	1.11.8
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/go-gitea/gitea/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
 DISTNAME=	gitea-src-${DISTVERSION}

Modified: head/www/gitea/distinfo
==============================================================================
--- head/www/gitea/distinfo	Sun Jun 28 10:04:47 2020	(r540696)
+++ head/www/gitea/distinfo	Sun Jun 28 10:04:56 2020	(r540697)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1590915922
-SHA256 (gitea-src-1.11.6.tar.gz) = 1ac3880df7f38e411376c284959d8f5e1e1d9137ac423fe20d1e02ac5cc1de86
-SIZE (gitea-src-1.11.6.tar.gz) = 68915319
+TIMESTAMP = 1593337278
+SHA256 (gitea-src-1.11.8.tar.gz) = f4f965bd8f7da9320b6693c249eab07ff8baf5ef81649fd9025133f91391bab8
+SIZE (gitea-src-1.11.8.tar.gz) = 68927493


More information about the svn-ports-head mailing list