summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/gitea/Makefile4
-rw-r--r--www/gitea/PLIST19
-rw-r--r--www/gitea/distinfo10
3 files changed, 22 insertions, 11 deletions
diff --git a/www/gitea/Makefile b/www/gitea/Makefile
index 692af971365..6cb253c5fe0 100644
--- a/www/gitea/Makefile
+++ b/www/gitea/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2019/06/19 10:04:10 nia Exp $
+# $NetBSD: Makefile,v 1.6 2019/08/04 11:39:53 nia Exp $
-DISTNAME= gitea-1.8.3
+DISTNAME= gitea-1.9.0
MASTER_SITES= ${MASTER_SITE_GITHUB:=go-gitea/}
CATEGORIES= www
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/www/gitea/PLIST b/www/gitea/PLIST
index 21775a9059a..daec527bdfb 100644
--- a/www/gitea/PLIST
+++ b/www/gitea/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2019/04/23 06:04:41 nia Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/08/04 11:39:53 nia Exp $
sbin/gitea
share/examples/gitea/app.ini.sample
share/gitea/options/gitignore/Actionscript
@@ -564,6 +564,7 @@ share/gitea/options/locale/locale_ja-JP.ini
share/gitea/options/locale/locale_ko-KR.ini
share/gitea/options/locale/locale_lt-LT.ini
share/gitea/options/locale/locale_lv-LV.ini
+share/gitea/options/locale/locale_ml-IN.ini
share/gitea/options/locale/locale_nb-NO.ini
share/gitea/options/locale/locale_nl-NL.ini
share/gitea/options/locale/locale_nn-NO.ini
@@ -606,8 +607,11 @@ share/gitea/public/img/gitea-lg.png
share/gitea/public/img/gitea-safari.svg
share/gitea/public/img/gitea-sm.png
share/gitea/public/img/gogs.ico
+share/gitea/public/img/msteams.png
share/gitea/public/img/openid-16x16.png
+share/gitea/public/img/repo_default.png
share/gitea/public/img/slack.png
+share/gitea/public/img/telegram.png
share/gitea/public/js/draw.js
share/gitea/public/js/index.js
share/gitea/public/less/_admin.less
@@ -1876,6 +1880,7 @@ share/gitea/public/vendor/plugins/highlight/LICENSE
share/gitea/public/vendor/plugins/highlight/default.css
share/gitea/public/vendor/plugins/highlight/github.css
share/gitea/public/vendor/plugins/highlight/highlight.pack.js
+share/gitea/public/vendor/plugins/jquery-migrate/jquery-migrate.min.js
share/gitea/public/vendor/plugins/jquery.areyousure/LICENSE
share/gitea/public/vendor/plugins/jquery.areyousure/jquery.are-you-sure.js
share/gitea/public/vendor/plugins/jquery.datetimepicker/LICENSE
@@ -2033,6 +2038,8 @@ share/gitea/templates/admin/auth/source/smtp.tmpl
share/gitea/templates/admin/base/search.tmpl
share/gitea/templates/admin/config.tmpl
share/gitea/templates/admin/dashboard.tmpl
+share/gitea/templates/admin/hook_new.tmpl
+share/gitea/templates/admin/hooks.tmpl
share/gitea/templates/admin/monitor.tmpl
share/gitea/templates/admin/nav.tmpl
share/gitea/templates/admin/navbar.tmpl
@@ -2093,8 +2100,10 @@ share/gitea/templates/org/team/teams.tmpl
share/gitea/templates/pwa/manifest_json.tmpl
share/gitea/templates/pwa/serviceworker_js.tmpl
share/gitea/templates/repo/activity.tmpl
+share/gitea/templates/repo/blame.tmpl
share/gitea/templates/repo/branch/list.tmpl
share/gitea/templates/repo/branch_dropdown.tmpl
+share/gitea/templates/repo/commit_page.tmpl
share/gitea/templates/repo/commit_status.tmpl
share/gitea/templates/repo/commits.tmpl
share/gitea/templates/repo/commits_table.tmpl
@@ -2103,9 +2112,9 @@ share/gitea/templates/repo/diff/box.tmpl
share/gitea/templates/repo/diff/comment_form.tmpl
share/gitea/templates/repo/diff/comment_form_datahandler.tmpl
share/gitea/templates/repo/diff/comments.tmpl
+share/gitea/templates/repo/diff/compare.tmpl
share/gitea/templates/repo/diff/new_comment.tmpl
share/gitea/templates/repo/diff/new_review.tmpl
-share/gitea/templates/repo/diff/page.tmpl
share/gitea/templates/repo/diff/section_unified.tmpl
share/gitea/templates/repo/diff/whitespace_dropdown.tmpl
share/gitea/templates/repo/editor/commit_form.tmpl
@@ -2140,9 +2149,9 @@ share/gitea/templates/repo/issue/view_content/sidebar.tmpl
share/gitea/templates/repo/issue/view_title.tmpl
share/gitea/templates/repo/migrate.tmpl
share/gitea/templates/repo/pulls/commits.tmpl
-share/gitea/templates/repo/pulls/compare.tmpl
share/gitea/templates/repo/pulls/files.tmpl
share/gitea/templates/repo/pulls/fork.tmpl
+share/gitea/templates/repo/pulls/status.tmpl
share/gitea/templates/repo/pulls/tab_menu.tmpl
share/gitea/templates/repo/release/list.tmpl
share/gitea/templates/repo/release/new.tmpl
@@ -2164,9 +2173,11 @@ share/gitea/templates/repo/settings/webhook/gitea.tmpl
share/gitea/templates/repo/settings/webhook/gogs.tmpl
share/gitea/templates/repo/settings/webhook/history.tmpl
share/gitea/templates/repo/settings/webhook/list.tmpl
+share/gitea/templates/repo/settings/webhook/msteams.tmpl
share/gitea/templates/repo/settings/webhook/new.tmpl
share/gitea/templates/repo/settings/webhook/settings.tmpl
share/gitea/templates/repo/settings/webhook/slack.tmpl
+share/gitea/templates/repo/settings/webhook/telegram.tmpl
share/gitea/templates/repo/sub_menu.tmpl
share/gitea/templates/repo/user_cards.tmpl
share/gitea/templates/repo/view_file.tmpl
@@ -2209,13 +2220,13 @@ share/gitea/templates/user/dashboard/issues.tmpl
share/gitea/templates/user/dashboard/navbar.tmpl
share/gitea/templates/user/meta/followers.tmpl
share/gitea/templates/user/meta/header.tmpl
-share/gitea/templates/user/meta/stars.tmpl
share/gitea/templates/user/notification/notification.tmpl
share/gitea/templates/user/profile.tmpl
share/gitea/templates/user/settings/account.tmpl
share/gitea/templates/user/settings/applications.tmpl
share/gitea/templates/user/settings/applications_oauth2.tmpl
share/gitea/templates/user/settings/applications_oauth2_edit.tmpl
+share/gitea/templates/user/settings/grants_oauth2.tmpl
share/gitea/templates/user/settings/keys.tmpl
share/gitea/templates/user/settings/keys_gpg.tmpl
share/gitea/templates/user/settings/keys_ssh.tmpl
diff --git a/www/gitea/distinfo b/www/gitea/distinfo
index 014cbf529ff..e172e78c02c 100644
--- a/www/gitea/distinfo
+++ b/www/gitea/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.4 2019/06/19 10:04:10 nia Exp $
+$NetBSD: distinfo,v 1.5 2019/08/04 11:39:53 nia Exp $
-SHA1 (gitea-1.8.3.tar.gz) = b4091ff082cc75f7168a98508151d6974c698ce3
-RMD160 (gitea-1.8.3.tar.gz) = bcef135147dc2cab988dc31a1c284d577e4f320e
-SHA512 (gitea-1.8.3.tar.gz) = f6019fbfc056e4c7176222ccaca1cf638bd1f52323de54fcddc618129aeb778674f6e305de60e7d17b69505ad65439445ee6b5e368afdf0a6fbace7407acb495
-Size (gitea-1.8.3.tar.gz) = 24320679 bytes
+SHA1 (gitea-1.9.0.tar.gz) = 87aebbedadb057ec66c7c904c40f403f6429d5c9
+RMD160 (gitea-1.9.0.tar.gz) = 9204908635064810fea61287a987dae8be2a3c67
+SHA512 (gitea-1.9.0.tar.gz) = 3cc7fb5162c89d3f068b5909b9a86cbb6802c35009c64baae5428e3b406fcd1dba146ad964168557db174333efecc101a85b00f37dce4e016337ef1bb29149c6
+Size (gitea-1.9.0.tar.gz) = 24057144 bytes
SHA1 (patch-vendor_github.com_edsrzf_mmap-go_mmap.go) = fb6036fca52ad3ecf779080849a015fee640aba5
SHA1 (patch-vendor_github.com_edsrzf_mmap-go_mmap__solaris.go) = f4341dfab2b452f926353350ce861aa75e3e47f9
SHA1 (patch-vendor_github.com_edsrzf_mmap-go_mmap__sys.go) = 4e6121157bbd4072feaca297c081efa49379a57c