From owner-svn-ports-all@freebsd.org Mon Mar 4 10:05:00 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 255EF150A5F3; Mon, 4 Mar 2019 10:05:00 +0000 (UTC) (envelope-from brnrd@freebsd.org) Received: from smtp01.qsp.nl (smtp01.qsp.nl [193.254.214.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6ECE490DE0; Mon, 4 Mar 2019 10:04:59 +0000 (UTC) (envelope-from brnrd@freebsd.org) Received: from mail.brnrd.eu (unknown [193.164.217.85]) by smtp01.qsp.nl (Postfix) with ESMTPSA id 8C711F19B; Mon, 4 Mar 2019 11:04:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=brnrd.eu; h=date:from:to:subject:message-id; s=default; bh=cw2gEqMYg3wnfTJnkrWoRZmJuvZ+1WU5s+X3hKYC6dA=; b=VeMeVhkkkv0k9DXT8j4eRPGKYw1btSlHyqqb4gEG+XxkpVHli0AgRuFYm4Wu8z1vUOkaU4pSJUDn5qMHry+XH/9QPXRG9lXoOwJxsdg/dxZ7E3N80r4f8H5r4psdl1Vhxr6we1Fv/gRwvsdzROoC4BXhVYXbkia8jSJgn8dm405Uqy5+JxCqQkghixiUsHT57V6b231IbQnGef8HwxfcDGo37j/8L4xkFf4/t0tI3MtVjUEmxeZBfX1VZl79K1oIajTNBNm5nE/5trsTHqwzp0woqEZWqoYr7rZAttp0aJ3vvPlHWNRjkQsHnIx2XX33ulTigiFqQwBFwatlzNGfxA== Received: by brnrd.eu (OpenSMTPD) with ESMTPSA id f67c4880 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO; Mon, 4 Mar 2019 11:04:49 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Mon, 04 Mar 2019 11:04:49 +0100 From: Bernard Spil To: Matthias Fechner Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r494385 - head/www/nextcloud In-Reply-To: <00a3acdd-1d0e-0aa5-fdb8-6fcda2edf710@fechner.net> References: <201903021130.x22BUxVJ014780@repo.freebsd.org> <00a3acdd-1d0e-0aa5-fdb8-6fcda2edf710@fechner.net> Message-ID: X-Sender: brnrd@freebsd.org User-Agent: Roundcube Webmail/1.3.8 X-Rspamd-Queue-Id: 6ECE490DE0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; ASN(0.00)[asn:12315, ipnet:193.254.214.0/23, country:NL]; 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: Mon, 04 Mar 2019 10:05:00 -0000 On 2019-03-02 13:11, Matthias Fechner wrote: > Am 02.03.2019 um 12:30 schrieb Bernard Spil: > >> PORTNAME= nextcloud >> -DISTVERSION= 15.0.4 >> +DISTVERSION= 15.0.5 > > seems to have pkg-plist issues now: > > ===> Checking for items in STAGEDIR missing from pkg-plist > ===> Checking for items in pkg-plist which are not in STAGEDIR > Error: Missing: %%WWWDIR%%/.htaccess > Error: Missing: %%WWWDIR%%/.user.ini > ===> Error: Plist issues found. > > Full log is here: > > https://pkg.fechner.net/data/120amd64-default/2019-03-02_13h06m37s/logs/errors/nextcloud-php72-15.0.5.log > > Gruß > Matthias THanks for the heads-up, duplicate files in pkg-plist :( About to commit the fix