Date: Sun, 10 Jun 2018 14:10:38 +0000 (UTC) From: Florian Smeets <flo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472135 - head/www/gitea Message-ID: <201806101410.w5AEAcdJ044684@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk> .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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806101410.w5AEAcdJ044684>