From owner-freebsd-ports@FreeBSD.ORG Wed Oct 31 13:24:48 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D8D32310 for ; Wed, 31 Oct 2012 13:24:48 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 65C848FC14 for ; Wed, 31 Oct 2012 13:24:48 +0000 (UTC) Received: by mail-bk0-f54.google.com with SMTP id jf20so699926bkc.13 for ; Wed, 31 Oct 2012 06:24:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=oNiZq4a6hUtlHNjgxfUlYSqNjggs3oqTmfhamJegCCU=; b=KV6r9xElC4D0FqjiXhLip5Ncjxfa7K4/R6TYNnlq9yPo6yKhZ/yJYhEsMaV4TsenY8 Sifd7NALN2HRIv3xB5c2TAljyYUmfbNWIeq81jMuHNK1wLXdXyhCUveFwbUQlsFgmHOV rNO7VCnHkbKfv+gEjir67x46AyfxLQAyRYcLnDIrlp5IjoFzvKbq8HVL/vlJGSaaJrZb 4vkGIvSpElENGhXva6OxuDHxYvJtI4rwbWWdEm112u6TVKV+NZh2VErPwT05TZMjrE2z mwkcl7DvIkYjGIPrfYv26GA3RjO3ZMT47+GSsQMp6wufw5nxvz51FVx7xo0knNqCyqQm sHEw== Received: by 10.204.7.213 with SMTP id e21mr10945759bke.32.1351689887371; Wed, 31 Oct 2012 06:24:47 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.204.50.197 with HTTP; Wed, 31 Oct 2012 06:24:16 -0700 (PDT) In-Reply-To: <509121B3.3040307@gmail.com> References: <509121B3.3040307@gmail.com> From: Chris Rees Date: Wed, 31 Oct 2012 13:24:16 +0000 X-Google-Sender-Auth: 3KZ8LjgxFRuqd3w2Do8epBr86Lk Message-ID: Subject: Re: tk85 Port Maintenance To: Joseph a Nagy Jr Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2012 13:24:48 -0000 On 31 October 2012 13:03, Joseph a Nagy Jr wrote: > Hi All, > > I'd like to volunteer to maintain the tk85 port. I've already begun > making updates to the Makefile[0] in a workbench directory and have a > working update to it. All changes were due to feedback from portlint. > Any and all feedback would be appreciated. I've set you as maintainer. > [0]: http://pastebin.com/6DuzdAzv Did you check with Martin Matuska that he's OK with removing the attribution lines? Why are you using LIB_DEPENDS instead of USE_TCL? Check it's not a master port before you remove the ? from COMMENT too. Chris