From owner-svn-ports-all@freebsd.org Sun Jan 27 09:03:12 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7C0314C63D6; Sun, 27 Jan 2019 09:03:12 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5AE848DFCA; Sun, 27 Jan 2019 09:03:12 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4CD245C1E; Sun, 27 Jan 2019 09:03:12 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0R93CoB066300; Sun, 27 Jan 2019 09:03:12 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0R93BvK066297; Sun, 27 Jan 2019 09:03:11 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201901270903.x0R93BvK066297@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sun, 27 Jan 2019 09:03:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r491329 - branches/2019Q1/www/gitea X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: branches/2019Q1/www/gitea X-SVN-Commit-Revision: 491329 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5AE848DFCA X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jan 2019 09:03:13 -0000 Author: joneum Date: Sun Jan 27 09:03:11 2019 New Revision: 491329 URL: https://svnweb.freebsd.org/changeset/ports/491329 Log: MFH: r491299 www/gitea: Update to 1.7.0 [1] Add sqlite_unlock_notify tag [2] PR: 235140 [1], 234709 [2] Submitted by: stb@lassitu.de (maintainer) [1] Reported by: adamw [2] Approved by: maintainer [2] Security: 7f6146aa-2157-11e9-9ba0-4c72b94353b5 Sponsored by: Netzkommune Gmbh Approved by: ports-secteam (miwi) Modified: branches/2019Q1/www/gitea/Makefile branches/2019Q1/www/gitea/distinfo branches/2019Q1/www/gitea/pkg-plist Directory Properties: branches/2019Q1/ (props changed) Modified: branches/2019Q1/www/gitea/Makefile ============================================================================== --- branches/2019Q1/www/gitea/Makefile Sun Jan 27 09:00:37 2019 (r491328) +++ branches/2019Q1/www/gitea/Makefile Sun Jan 27 09:03:11 2019 (r491329) @@ -3,7 +3,7 @@ PORTNAME= gitea DISTVERSIONPREFIX= v -DISTVERSION= 1.6.3 +DISTVERSION= 1.7.0 CATEGORIES= www MAINTAINER= stb@lassitu.de @@ -36,7 +36,7 @@ OPTIONS_DEFAULT= ${OPTIONS_DEFINE} CERT_VARS= GO_TAGS+=cert PAM_VARS= GO_TAGS+=pam -SQLITE_VARS= GO_TAGS+=sqlite +SQLITE_VARS= GO_TAGS+="sqlite sqlite_unlock_notify" .include Modified: branches/2019Q1/www/gitea/distinfo ============================================================================== --- branches/2019Q1/www/gitea/distinfo Sun Jan 27 09:00:37 2019 (r491328) +++ branches/2019Q1/www/gitea/distinfo Sun Jan 27 09:03:11 2019 (r491329) @@ -1,3 +1,3 @@ -TIMESTAMP = 1546770827 -SHA256 (go-gitea-gitea-v1.6.3_GH0.tar.gz) = 9ab014f419235a3f213968ee4e03a099cd9e087c1129673215a36aa7345d52af -SIZE (go-gitea-gitea-v1.6.3_GH0.tar.gz) = 19505072 +TIMESTAMP = 1548192617 +SHA256 (go-gitea-gitea-v1.7.0_GH0.tar.gz) = 2fdd4d51b22f40c03e6a55c065dafbcfad16ca14adf4f093ceed89e59480f679 +SIZE (go-gitea-gitea-v1.7.0_GH0.tar.gz) = 20829587 Modified: branches/2019Q1/www/gitea/pkg-plist ============================================================================== --- branches/2019Q1/www/gitea/pkg-plist Sun Jan 27 09:00:37 2019 (r491328) +++ branches/2019Q1/www/gitea/pkg-plist Sun Jan 27 09:03:11 2019 (r491329) @@ -12,6 +12,7 @@ sbin/gitea %%DATADIR%%/options/gitignore/ArchLinuxPackages %%DATADIR%%/options/gitignore/Archives %%DATADIR%%/options/gitignore/Autotools +%%DATADIR%%/options/gitignore/Backup %%DATADIR%%/options/gitignore/Bazaar %%DATADIR%%/options/gitignore/BricxCC %%DATADIR%%/options/gitignore/C @@ -37,6 +38,7 @@ sbin/gitea %%DATADIR%%/options/gitignore/Dart %%DATADIR%%/options/gitignore/DartEditor %%DATADIR%%/options/gitignore/Delphi +%%DATADIR%%/options/gitignore/Diff %%DATADIR%%/options/gitignore/Dreamweaver %%DATADIR%%/options/gitignore/Dropbox %%DATADIR%%/options/gitignore/Drupal @@ -64,12 +66,15 @@ sbin/gitea %%DATADIR%%/options/gitignore/Gcov %%DATADIR%%/options/gitignore/GitBook %%DATADIR%%/options/gitignore/Go +%%DATADIR%%/options/gitignore/Godot %%DATADIR%%/options/gitignore/Gradle %%DATADIR%%/options/gitignore/Grails %%DATADIR%%/options/gitignore/Haskell %%DATADIR%%/options/gitignore/IGORPro %%DATADIR%%/options/gitignore/Idris +%%DATADIR%%/options/gitignore/Images %%DATADIR%%/options/gitignore/JDeveloper +%%DATADIR%%/options/gitignore/JEnv %%DATADIR%%/options/gitignore/Java %%DATADIR%%/options/gitignore/Jboss %%DATADIR%%/options/gitignore/Jekyll @@ -78,8 +83,9 @@ sbin/gitea %%DATADIR%%/options/gitignore/Julia %%DATADIR%%/options/gitignore/KDevelop4 %%DATADIR%%/options/gitignore/Kate -%%DATADIR%%/options/gitignore/KiCAD +%%DATADIR%%/options/gitignore/KiCad %%DATADIR%%/options/gitignore/Kohana +%%DATADIR%%/options/gitignore/Kotlin %%DATADIR%%/options/gitignore/LabVIEW %%DATADIR%%/options/gitignore/Laravel %%DATADIR%%/options/gitignore/Lazarus @@ -113,8 +119,11 @@ sbin/gitea %%DATADIR%%/options/gitignore/OpenCart %%DATADIR%%/options/gitignore/OracleForms %%DATADIR%%/options/gitignore/Otto +%%DATADIR%%/options/gitignore/PSoCCreator %%DATADIR%%/options/gitignore/Packer +%%DATADIR%%/options/gitignore/Patch %%DATADIR%%/options/gitignore/Perl +%%DATADIR%%/options/gitignore/Perl6 %%DATADIR%%/options/gitignore/Phalcon %%DATADIR%%/options/gitignore/PlayFramework %%DATADIR%%/options/gitignore/Plone @@ -589,6 +598,8 @@ sbin/gitea %%DATADIR%%/public/img/discord.png %%DATADIR%%/public/img/favicon.ico %%DATADIR%%/public/img/favicon.png +%%DATADIR%%/public/img/gitea-192.png +%%DATADIR%%/public/img/gitea-512.png %%DATADIR%%/public/img/gitea-lg.png %%DATADIR%%/public/img/gitea-safari.svg %%DATADIR%%/public/img/gitea-sm.png @@ -1862,6 +1873,7 @@ sbin/gitea %%DATADIR%%/public/vendor/plugins/jquery.minicolors/jquery.minicolors.png %%DATADIR%%/public/vendor/plugins/jquery/LICENSE %%DATADIR%%/public/vendor/plugins/jquery/jquery.min.js +%%DATADIR%%/public/vendor/plugins/moment/moment.min.js %%DATADIR%%/public/vendor/plugins/pdfjs/LICENSE %%DATADIR%%/public/vendor/plugins/pdfjs/build/pdf.js %%DATADIR%%/public/vendor/plugins/pdfjs/build/pdf.worker.js @@ -1993,6 +2005,8 @@ sbin/gitea %%DATADIR%%/public/vendor/plugins/tribute/tribute.css %%DATADIR%%/public/vendor/plugins/tribute/tribute.min.js %%DATADIR%%/public/vendor/plugins/u2f/index.js +%%DATADIR%%/public/vendor/plugins/vue-calendar-heatmap/vue-calendar-heatmap.browser.js +%%DATADIR%%/public/vendor/plugins/vue-calendar-heatmap/vue-calendar-heatmap.css %%DATADIR%%/public/vendor/plugins/vue/LICENSE %%DATADIR%%/public/vendor/plugins/vue/vue.min.js %%DATADIR%%/templates/admin/auth/edit.tmpl @@ -2056,10 +2070,13 @@ sbin/gitea %%DATADIR%%/templates/org/settings/navbar.tmpl %%DATADIR%%/templates/org/settings/options.tmpl %%DATADIR%%/templates/org/team/members.tmpl +%%DATADIR%%/templates/org/team/navbar.tmpl %%DATADIR%%/templates/org/team/new.tmpl %%DATADIR%%/templates/org/team/repositories.tmpl %%DATADIR%%/templates/org/team/sidebar.tmpl %%DATADIR%%/templates/org/team/teams.tmpl +%%DATADIR%%/templates/pwa/manifest_json.tmpl +%%DATADIR%%/templates/pwa/serviceworker_js.tmpl %%DATADIR%%/templates/repo/activity.tmpl %%DATADIR%%/templates/repo/bare.tmpl %%DATADIR%%/templates/repo/branch/list.tmpl @@ -2091,6 +2108,7 @@ sbin/gitea %%DATADIR%%/templates/repo/issue/label_precolors.tmpl %%DATADIR%%/templates/repo/issue/labels.tmpl %%DATADIR%%/templates/repo/issue/list.tmpl +%%DATADIR%%/templates/repo/issue/milestone_issues.tmpl %%DATADIR%%/templates/repo/issue/milestone_new.tmpl %%DATADIR%%/templates/repo/issue/milestones.tmpl %%DATADIR%%/templates/repo/issue/navbar.tmpl