From owner-svn-ports-all@freebsd.org Sun Jun 10 14:10:38 2018 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 C90EC100AE82; Sun, 10 Jun 2018 14:10:38 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7B2EA8368A; Sun, 10 Jun 2018 14:10:38 +0000 (UTC) (envelope-from flo@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 5C6D95D8A; Sun, 10 Jun 2018 14:10:38 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5AEAcEd044686; Sun, 10 Jun 2018 14:10:38 GMT (envelope-from flo@FreeBSD.org) Received: (from flo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5AEAcdJ044684; Sun, 10 Jun 2018 14:10:38 GMT (envelope-from flo@FreeBSD.org) Message-Id: <201806101410.w5AEAcdJ044684@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: flo set sender to flo@FreeBSD.org using -f From: Florian Smeets Date: Sun, 10 Jun 2018 14:10:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472135 - head/www/gitea X-SVN-Group: ports-head X-SVN-Commit-Author: flo X-SVN-Commit-Paths: head/www/gitea X-SVN-Commit-Revision: 472135 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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, 10 Jun 2018 14:10:39 -0000 Author: flo Date: Sun Jun 10 14:10:37 2018 New Revision: 472135 URL: https://svnweb.freebsd.org/changeset/ports/472135 Log: - update to 1.4.2 [1] - correct the daemon(8) invocation to supply the correct syslog process name [2] PR: 228860 [1], 228784 [2] Submitted by: stb@lassitu.de (maintainer) [1], feld [2] Approved by: maintainer [2] Modified: head/www/gitea/Makefile head/www/gitea/distinfo Modified: head/www/gitea/Makefile ============================================================================== --- head/www/gitea/Makefile Sun Jun 10 13:03:20 2018 (r472134) +++ head/www/gitea/Makefile Sun Jun 10 14:10:37 2018 (r472135) @@ -3,7 +3,7 @@ PORTNAME= gitea DISTVERSIONPREFIX= v -DISTVERSION= 1.4.1 +DISTVERSION= 1.4.2 CATEGORIES= www MAINTAINER= stb@lassitu.de @@ -41,7 +41,7 @@ SQLITE_VARS= GO_TAGS+=sqlite .include .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100513 -DAEMONARGS= -S -l \$${gitea_facility} -s \$${gitea_priority} -t \$${name} +DAEMONARGS= -S -l \$${gitea_facility} -s \$${gitea_priority} -T \$${name} .else DAEMONARGS= -f .endif Modified: head/www/gitea/distinfo ============================================================================== --- head/www/gitea/distinfo Sun Jun 10 13:03:20 2018 (r472134) +++ head/www/gitea/distinfo Sun Jun 10 14:10:37 2018 (r472135) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525508297 -SHA256 (go-gitea-gitea-v1.4.1_GH0.tar.gz) = 93b1e8fbad78dffada0736a26760eda175169771a065ca8a101cfa0ed70ed310 -SIZE (go-gitea-gitea-v1.4.1_GH0.tar.gz) = 14978598 +TIMESTAMP = 1528619762 +SHA256 (go-gitea-gitea-v1.4.2_GH0.tar.gz) = c96051b8f2608f9035b2b0dadbd7107c4f7a00c6c66a16c6b5a41416aa9c99fa +SIZE (go-gitea-gitea-v1.4.2_GH0.tar.gz) = 14987215