diff options
author | joneum <joneum@FreeBSD.org> | 2017-09-08 02:18:36 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:29:32 +0800 |
commit | 08f011e901ba91a92cd14d1167e4e88c0359d52d (patch) | |
tree | 764b3395e040ddbcde02e16b5819859b4157bdc2 /www | |
parent | 1fb50dba6d49d56c1b2853f97577ba3f73e6f504 (diff) | |
download | freebsd-ports-gnome-08f011e901ba91a92cd14d1167e4e88c0359d52d.tar.gz freebsd-ports-gnome-08f011e901ba91a92cd14d1167e4e88c0359d52d.tar.zst freebsd-ports-gnome-08f011e901ba91a92cd14d1167e4e88c0359d52d.zip |
- www/gitea: Update from 1.1.3 to 1.1.4
- Changelog:
* Fix rendering of external links
* Fix deleted milestone bug
* Fix 500 error when view an issue which's milestone deleted
* Fix SHA1 hash linking
PR: 222076
Submitted by: stb@lassitu.de (maintainer)
Approved by: tz (mentor)
Differential Revision: https://reviews.freebsd.org/D12245
Diffstat (limited to 'www')
-rw-r--r-- | www/gitea/Makefile | 2 | ||||
-rw-r--r-- | www/gitea/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/gitea/Makefile b/www/gitea/Makefile index bfa5737cc4bf..6e9746fda4cd 100644 --- a/www/gitea/Makefile +++ b/www/gitea/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitea -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.4 DISTVERSIONPREFIX= v CATEGORIES= www diff --git a/www/gitea/distinfo b/www/gitea/distinfo index 2858ba163c6d..2bbec4772017 100644 --- a/www/gitea/distinfo +++ b/www/gitea/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1502317856 -SHA256 (go-gitea-gitea-v1.1.3_GH0.tar.gz) = 094022c3e1d1fd1514936d06674e3450871bed2a41c629a39c57c1db2d18a2a4 -SIZE (go-gitea-gitea-v1.1.3_GH0.tar.gz) = 13017122 +TIMESTAMP = 1504712157 +SHA256 (go-gitea-gitea-v1.1.4_GH0.tar.gz) = 36ac983bb3b3f7b1edb8a86acbd6f73f3fabcd2ecf1554b86fe212318b4234d7 +SIZE (go-gitea-gitea-v1.1.4_GH0.tar.gz) = 13018104 |