From owner-freebsd-ports@FreeBSD.ORG Thu Nov 27 22:00:18 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 E3758106578D for ; Thu, 27 Nov 2008 22:00:18 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.224]) by mx1.freebsd.org (Postfix) with ESMTP id BB42D8FC12 for ; Thu, 27 Nov 2008 22:00:18 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1076631rvf.43 for ; Thu, 27 Nov 2008 14:00:18 -0800 (PST) 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 :content-transfer-encoding:content-disposition:references; bh=TMYalGIU60Vrr4a3buiz2TCSGA12kWeOV2hipLcSb4w=; b=hdnH9XfAJCv6+LCRiGPE8QEz792A1Qzfh4CtPeriiUfAfb8jj+NbME8G6Y49PCRb+j RHfw1IPLq+HThVA/62Ldloi6+Z5I88FTBoltYZH///k2vwQ9xWJltIiyFZrl0uFY0BzW 3YlLerG/UilfROd/feW3EF4tTR6fooQSKUvgc= 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:content-transfer-encoding:content-disposition :references; b=vUazOf4uQaahrXBGtNMi70DYbrgEF/V8kPrQhHPeku5Mgh0tKycIbxu+30ouLw3pOc c34IxOt643hSwn/G8WzdNgbjSxJEU9RmnHE09VcPmnY4OjqSCCQ1s3MZOCw1XCOfLu+K kNh1wpdo+gpGyT81LM1qF/eeWCkFG0RXQaaS0= Received: by 10.141.13.13 with SMTP id q13mr3526607rvi.163.1227823218042; Thu, 27 Nov 2008 14:00:18 -0800 (PST) Received: by 10.140.158.13 with HTTP; Thu, 27 Nov 2008 14:00:18 -0800 (PST) Message-ID: <7d6fde3d0811271400l21bf3ec9s11181efcd91ff1ca@mail.gmail.com> Date: Thu, 27 Nov 2008 14:00:18 -0800 From: "Garrett Cooper" To: "Eitan Adler" In-Reply-To: <492DDE02.8060704@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <492DDE02.8060704@gmail.com> Cc: freebsd-ports Subject: Re: Required update on dependant 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, 27 Nov 2008 22:00:19 -0000 On Wed, Nov 26, 2008 at 3:38 PM, Eitan Adler wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > How would a port such as mail/thunderbird-enigmail (which AFIK should be > in security/ anyway) indicate that it must be updated whenever > Thunderbird is updated? > > - -- > Eitan Adler Can't be done via packages unless you bump the version number. This can be done with ports by looking at the BUILD_DEP field though. This is the field that portupgrade uses, and I assume that portmaster, use. -Garrett