From owner-svn-ports-all@freebsd.org Sun Feb 24 15:08:24 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 D0A661500A31; Sun, 24 Feb 2019 15:08:23 +0000 (UTC) (envelope-from tobik@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 6BF707072E; Sun, 24 Feb 2019 15:08:23 +0000 (UTC) (envelope-from tobik@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 5ABD36E4F; Sun, 24 Feb 2019 15:08:23 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1OF8NB0048429; Sun, 24 Feb 2019 15:08:23 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1OF8JA7048410; Sun, 24 Feb 2019 15:08:19 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201902241508.x1OF8JA7048410@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 24 Feb 2019 15:08:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493763 - in head: chinese/gimp-help-zh_CN french/gimp-help german/gimp-help graphics/gimp-help japanese/gimp-help korean/gimp-help misc/gimp-help-ca misc/gimp-help-da misc/gimp-help-el... X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head: chinese/gimp-help-zh_CN french/gimp-help german/gimp-help graphics/gimp-help japanese/gimp-help korean/gimp-help misc/gimp-help-ca misc/gimp-help-da misc/gimp-help-el misc/gimp-help-en misc/g... X-SVN-Commit-Revision: 493763 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6BF707072E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.93 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.93)[-0.935,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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, 24 Feb 2019 15:08:24 -0000 Author: tobik Date: Sun Feb 24 15:08:19 2019 New Revision: 493763 URL: https://svnweb.freebsd.org/changeset/ports/493763 Log: */gimp-help*: Mark MAKE_JOBS_UNSAFE The build of the non-English slave ports can fail randomly when building in parallel. Mark the master port (misc/gimp-help-en) MAKE_JOBS_UNSAFE to work around this. - Drop 'The' prefix from COMMMENT in the slave ports while here PR: 226054, 226189 Submitted by: maintainer Reported by: truckman Modified: head/chinese/gimp-help-zh_CN/Makefile head/french/gimp-help/Makefile head/german/gimp-help/Makefile head/graphics/gimp-help/Makefile head/japanese/gimp-help/Makefile head/korean/gimp-help/Makefile head/misc/gimp-help-ca/Makefile head/misc/gimp-help-da/Makefile head/misc/gimp-help-el/Makefile head/misc/gimp-help-en/Makefile head/misc/gimp-help-en_GB/Makefile head/misc/gimp-help-es/Makefile head/misc/gimp-help-it/Makefile head/misc/gimp-help-nl/Makefile head/misc/gimp-help-nn/Makefile head/misc/gimp-help-sl/Makefile head/misc/gimp-help-sv/Makefile head/portuguese/gimp-help-pt_BR/Makefile head/russian/gimp-help/Makefile Modified: head/chinese/gimp-help-zh_CN/Makefile ============================================================================== --- head/chinese/gimp-help-zh_CN/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/chinese/gimp-help-zh_CN/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -4,7 +4,7 @@ CATEGORIES= chinese graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Simplified Chinese +COMMENT= GIMP User Manual in Simplified Chinese LICENSE= GFDL Modified: head/french/gimp-help/Makefile ============================================================================== --- head/french/gimp-help/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/french/gimp-help/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -4,7 +4,7 @@ CATEGORIES= french graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in French +COMMENT= GIMP User Manual in French LICENSE= GFDL Modified: head/german/gimp-help/Makefile ============================================================================== --- head/german/gimp-help/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/german/gimp-help/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -4,7 +4,7 @@ CATEGORIES= german graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in German +COMMENT= GIMP User Manual in German LICENSE= GFDL Modified: head/graphics/gimp-help/Makefile ============================================================================== --- head/graphics/gimp-help/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/graphics/gimp-help/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -8,7 +8,7 @@ CATEGORIES= graphics PKGNAMESUFFIX= -html MAINTAINER= liangtai.s16@gmail.com -COMMENT= The meta port for GIMP User Manual +COMMENT= Meta port for the GIMP User Manual LICENSE= GFDL Modified: head/japanese/gimp-help/Makefile ============================================================================== --- head/japanese/gimp-help/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/japanese/gimp-help/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -4,7 +4,7 @@ CATEGORIES= japanese graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Japanese +COMMENT= GIMP User Manual in Japanese LICENSE= GFDL Modified: head/korean/gimp-help/Makefile ============================================================================== --- head/korean/gimp-help/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/korean/gimp-help/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -4,7 +4,7 @@ CATEGORIES= korean graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Korean +COMMENT= GIMP User Manual in Korean LICENSE= GFDL Modified: head/misc/gimp-help-ca/Makefile ============================================================================== --- head/misc/gimp-help-ca/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/misc/gimp-help-ca/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -4,7 +4,7 @@ CATEGORIES= misc graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Catalan +COMMENT= GIMP User Manual in Catalan LICENSE= GFDL Modified: head/misc/gimp-help-da/Makefile ============================================================================== --- head/misc/gimp-help-da/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/misc/gimp-help-da/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -4,7 +4,7 @@ CATEGORIES= misc graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Danish +COMMENT= GIMP User Manual in Danish LICENSE= GFDL Modified: head/misc/gimp-help-el/Makefile ============================================================================== --- head/misc/gimp-help-el/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/misc/gimp-help-el/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -4,7 +4,7 @@ CATEGORIES= misc graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Greek +COMMENT= GIMP User Manual in Greek LICENSE= GFDL Modified: head/misc/gimp-help-en/Makefile ============================================================================== --- head/misc/gimp-help-en/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/misc/gimp-help-en/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -32,6 +32,8 @@ DOCLANG?= en PORTDATA= * DATADIR= ${PREFIX}/share/gimp +MAKE_JOBS_UNSAFE= yes + SHEBANG_FILES= tools/xml2po.py post-patch: Modified: head/misc/gimp-help-en_GB/Makefile ============================================================================== --- head/misc/gimp-help-en_GB/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/misc/gimp-help-en_GB/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -4,7 +4,7 @@ CATEGORIES= misc graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in British English +COMMENT= GIMP User Manual in British English LICENSE= GFDL Modified: head/misc/gimp-help-es/Makefile ============================================================================== --- head/misc/gimp-help-es/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/misc/gimp-help-es/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -4,7 +4,7 @@ CATEGORIES= misc graphics spanish MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Spanish +COMMENT= GIMP User Manual in Spanish LICENSE= GFDL Modified: head/misc/gimp-help-it/Makefile ============================================================================== --- head/misc/gimp-help-it/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/misc/gimp-help-it/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -4,7 +4,7 @@ CATEGORIES= misc graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Italian +COMMENT= GIMP User Manual in Italian LICENSE= GFDL Modified: head/misc/gimp-help-nl/Makefile ============================================================================== --- head/misc/gimp-help-nl/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/misc/gimp-help-nl/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -4,7 +4,7 @@ CATEGORIES= misc graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Dutch +COMMENT= GIMP User Manual in Dutch LICENSE= GFDL Modified: head/misc/gimp-help-nn/Makefile ============================================================================== --- head/misc/gimp-help-nn/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/misc/gimp-help-nn/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -4,7 +4,7 @@ CATEGORIES= misc graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Norwegian:Ninorsk +COMMENT= GIMP User Manual in Norwegian:Ninorsk LICENSE= GFDL Modified: head/misc/gimp-help-sl/Makefile ============================================================================== --- head/misc/gimp-help-sl/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/misc/gimp-help-sl/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -4,7 +4,7 @@ CATEGORIES= misc graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Slovenian +COMMENT= GIMP User Manual in Slovenian LICENSE= GFDL Modified: head/misc/gimp-help-sv/Makefile ============================================================================== --- head/misc/gimp-help-sv/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/misc/gimp-help-sv/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -4,7 +4,7 @@ CATEGORIES= misc graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Swedish +COMMENT= GIMP User Manual in Swedish LICENSE= GFDL Modified: head/portuguese/gimp-help-pt_BR/Makefile ============================================================================== --- head/portuguese/gimp-help-pt_BR/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/portuguese/gimp-help-pt_BR/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -4,7 +4,7 @@ CATEGORIES= portuguese graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Brazilian Portuguese +COMMENT= GIMP User Manual in Brazilian Portuguese LICENSE= GFDL Modified: head/russian/gimp-help/Makefile ============================================================================== --- head/russian/gimp-help/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/russian/gimp-help/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -4,7 +4,7 @@ CATEGORIES= russian graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Russian +COMMENT= GIMP User Manual in Russian LICENSE= GFDL