From owner-freebsd-ports@FreeBSD.ORG Thu Sep 6 06:16:06 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5E784106566C for ; Thu, 6 Sep 2012 06:16:06 +0000 (UTC) (envelope-from stenn@stenn.ntp.org) Received: from stenn.ntp.org (stenn.ntp.org [IPv6:2001:4f8:fff7:1::30]) by mx1.freebsd.org (Postfix) with ESMTP id 4503C8FC08 for ; Thu, 6 Sep 2012 06:16:06 +0000 (UTC) Received: from localhost.ntp.org ([::1] helo=stenn.ntp.org) by stenn.ntp.org with esmtp (Exim 4.80 (FreeBSD)) (envelope-from ) id 1T9VNk-0001vp-2y; Wed, 05 Sep 2012 23:16:04 -0700 To: Chris Rees In-reply-to: References: <201209060457.q864vGvY048164@slippy.cwsent.com> Comments: In-reply-to Chris Rees message dated "Thu, 06 Sep 2012 07:07:57 +0100." X-Mailer: MH-E 7.4.2; nmh 1.4; XEmacs 21.4 (patch 22) Mime-Version: 1.0 (generated by tm-edit 1.8) Content-Type: text/plain; charset=US-ASCII Date: Wed, 05 Sep 2012 23:16:03 -0700 From: Harlan Stenn Message-Id: Cc: Harlan Stenn , FreeBSD Mailing List Subject: Re: Automatic Port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 06:16:06 -0000 Chris Rees writes: > On 6 Sep 2012 05:57, "Cy Schubert" wrote: >> >> Hi all, >> >> I'm considering a -devel port which checks out from our upline's VCS >> repo, also generating a dynamic plist. I'm sure this is possible. Are >> there any examples of this? > > It's possible, but you can't then do distinfo checks. In this case we'd be grabbing a tarball, not source files. H