From owner-freebsd-ports@FreeBSD.ORG Mon Oct 27 20:49:14 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EBF4106566B for ; Mon, 27 Oct 2008 20:49:14 +0000 (UTC) (envelope-from kitchetech@gmail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.180]) by mx1.freebsd.org (Postfix) with ESMTP id 09E028FC14 for ; Mon, 27 Oct 2008 20:49:13 +0000 (UTC) (envelope-from kitchetech@gmail.com) Received: by ik-out-1112.google.com with SMTP id c21so502436ika.3 for ; Mon, 27 Oct 2008 13:49:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=9LBxQ+q0k6KZKeJ4917YDKZWxmGQ9XIoGvUL97BJT0A=; b=YezJ3JmV2/sxkjOkdmS7C+0IO7Z6dh+28m7XhxxwTtc0LMQJcRiRwf1u6NPjB91S2j 3M3Wm1IK9KNPY4IIzJ7UVu8cg/MgVIus1zURGeWApo6TQKdMWYZqkBpHj8SdZo1vDi84 f0PmE9r4WzIZjZPc1oapv1wvZIwPL+MRfbPFU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=DlxkYLphVqh+GqiNr0NNtf+0PNexxcqmPE0JmHsd5hsHPS1PXbt9itjxq8X9rB34UM 4GFtUlUXsYaeraVd2HscP5xVEIhbRgR12etTA+GyhfrcZKTLm0HLLYRaej+k3EyGxHRz QoCVju3Y6EP1JX5IkE5UaPqkwa/2H66YyuOQ8= Received: by 10.86.76.16 with SMTP id y16mr3683281fga.17.1225140552004; Mon, 27 Oct 2008 13:49:12 -0700 (PDT) Received: by 10.86.78.7 with HTTP; Mon, 27 Oct 2008 13:49:11 -0700 (PDT) Message-ID: <28283d910810271349p5a1b495bu82212566b7176ed7@mail.gmail.com> Date: Mon, 27 Oct 2008 16:49:11 -0400 From: "matt donovan" To: "Pietro Cerutti" In-Reply-To: <490611FD.9060807@FreeBSD.org> MIME-Version: 1.0 References: <28283d910810271135w4fb5fc21x5d0e5602c4dd9ebc@mail.gmail.com> <05F1A8FA-F95C-4519-9EF6-2FB8416FD962@mac.com> <49060EBC.5070807@FreeBSD.org> <9F2499D4-70F2-47FB-AB88-A909BEA0961C@mac.com> <490611FD.9060807@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports@freebsd.org Subject: Re: What if a port doesn't have a version 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: Mon, 27 Oct 2008 20:49:14 -0000 On Mon, Oct 27, 2008 at 3:09 PM, Pietro Cerutti wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA512 > > Chuck Swiger wrote: > | On Oct 27, 2008, at 11:55 AM, Pietro Cerutti wrote: > |> |> Should I use the version from the installed version after I install > |> |> cinelerra for the portversion and just tar it up? > |> | > |> | Create your own tarball and give it a version which is a > date-timestamp > |> | like "20081027"... > |> > |> Or use the revision control's revision number. > | > | That works well with things like Subversion which ensure that the > | "revision number" is monotonically increasing. My understanding of git > | is that it favors decentralized workareas or repositories without a > | project-wide unique version number, and it's revisions look like "commit > | c82a22c39cbc32576f64f5c6b3f24b99ea8149c7" in the logs, which do not > | compare sensibly when considered as numbers. > > ENOCLUE about git. It may well be that my suggestion does not apply to > this particular RCS. In this case, sorry for the noise :) > > | > | Regards, > > > - -- > Pietro Cerutti > gahr@FreeBSD.org > > PGP Public Key: > http://gahr.ch/pgp > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.9 (FreeBSD) > > iEYEAREKAAYFAkkGEfwACgkQwMJqmJVx946DCwCfXK0EQ4DxV/HsDx/2n8mv6hpK > tbQAnAlG5rkIab0QwPo8NuEUIq+UitPt > =eNY3 > -----END PGP SIGNATURE----- Thank you for giving suggestions I'll try making my own tarball and adding the date to it.