Bug 217694 - [maintainer-update] www/gitea update to 1.1.0
Summary: [maintainer-update] www/gitea update to 1.1.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tobias Kortkamp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-11 08:34 UTC by Stefan Bethke
Modified: 2017-03-13 10:55 UTC (History)
1 user (show)

See Also:


Attachments
Patch to bring the port up to Gitea version 1.1.0 (6.72 KB, patch)
2017-03-11 08:34 UTC, Stefan Bethke
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Bethke 2017-03-11 08:34:30 UTC
Created attachment 180713 [details]
Patch to bring the port up to Gitea version 1.1.0

Update Gitea to version 1.1.0

Release notes: https://blog.gitea.io/2017/03/release-of-1.1.0/

Update the sample configuration to add ISSUE_INDEXER_PATH in the new [indexer] section.  While here, alphabetize sections and variables so future updates are easier to diff.  Also merge duplicate section [session].
Comment 1 Tobias Kortkamp freebsd_committer freebsd_triage 2017-03-11 16:57:55 UTC
Test builds are fine.  Now waiting for mentor approval: https://reviews.freebsd.org/D9963
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-03-13 10:53:11 UTC
A commit references this bug:

Author: tobik
Date: Mon Mar 13 10:52:27 UTC 2017
New revision: 436065
URL: https://svnweb.freebsd.org/changeset/ports/436065

Log:
  Update to 1.1.0

  - Update the sample configuration to add ISSUE_INDEXER_PATH in the new
    [indexer] section.  While here, alphabetize sections and variables
    so future updates are easier to diff.  Also merge duplicate section
    [session].

  Changes:	https://blog.gitea.io/2017/03/release-of-1.1.0/

  PR:		217694
  Submitted by:	stb@lassitu.de (maintainer)
  Approved by:	lme (mentor)
  Differential Revision:	https://reviews.freebsd.org/D9963

Changes:
  head/www/gitea/Makefile
  head/www/gitea/distinfo
  head/www/gitea/files/app.ini.sample.in
  head/www/gitea/pkg-plist
Comment 3 Tobias Kortkamp freebsd_committer freebsd_triage 2017-03-13 10:55:11 UTC
Committed, thanks!