From owner-freebsd-ports@FreeBSD.ORG Sat Feb 21 21:34:30 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 617C3715 for ; Sat, 21 Feb 2015 21:34:30 +0000 (UTC) Received: from lb2-smtp-cloud3.xs4all.net (lb2-smtp-cloud3.xs4all.net [194.109.24.26]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "Bizanga Labs SMTP Client Certificate", Issuer "Bizanga Labs CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E9CD8AB7 for ; Sat, 21 Feb 2015 21:34:28 +0000 (UTC) Received: from yokozuna.lan ([83.160.85.125]) by smtp-cloud3.xs4all.net with ESMTP id v9aK1p00C2iF103019aLqh; Sat, 21 Feb 2015 22:34:21 +0100 Received: from localhost (localhost [127.0.0.1]) by yokozuna.lan (8.14.9/8.14.9) with ESMTP id t1LLYJ7t092462; Sat, 21 Feb 2015 22:34:19 +0100 (CET) (envelope-from mbeis@xs4all.nl) Date: Sat, 21 Feb 2015 22:34:19 +0100 (CET) From: Marco Beishuizen X-X-Sender: marco@localhost Reply-To: Marco Beishuizen To: freebsd-ports@freebsd.org Subject: Re: plist problems upgrading alpine port [solved] In-Reply-To: Message-ID: References: <45e7ef4a3e74c7623fdc453ca88bb7e9@sdf.org> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Kimmo Paasiala , woodsb02@gmail.com X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 21:34:30 -0000 Hi, I've finally found the solution! After a lot of trial and error with the Makefile and removing all references to tech-notes.txt in the pkg-plist, make check-plist found no errors. Thanks for all the help! Regards, Marco