From owner-freebsd-ports@FreeBSD.ORG Tue Oct 19 08:18:08 2010 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 88EDD106566B for ; Tue, 19 Oct 2010 08:18:08 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 354A28FC0A for ; Tue, 19 Oct 2010 08:18:07 +0000 (UTC) Received: by vws1 with SMTP id 1so1090710vws.13 for ; Tue, 19 Oct 2010 01:18:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=kcbwEpes6G1MYfVu93RK+yzVyFhvx/6rsup+cjb7Ris=; b=KXMIpq+LAJocAVuJBO2afHPls37cj+6rxzFYr1jVt3PWsFSqxjfnQWKOascWal41P+ +KVlwoxD9VlC/eBZyHoE2ypStI1WL3JlqGXLeO36L76Ydp2HIaZNKoQwT1qIcOC/JAlz NQCShLbzY7y4y5WH7UTqYbqWMvF0dzx/vw3ak= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=GPiPbVOqzM7omdsXy71omA7p0C2A2txX0h2rlwKVJMXLSVCRDGNUx5N+vkgJ4gBl1E 17EiyjgFxGVDe1NdMvN+02zVHi+QkkIejjgAK82YlghG56M1Yn6l8Mia+BFpxc6tv4J0 8c/BkseEX6qeWVNF/AtvN8c8q9AaWhKV1px84= Received: by 10.220.183.76 with SMTP id cf12mr1545837vcb.82.1287476286734; Tue, 19 Oct 2010 01:18:06 -0700 (PDT) Received: from localhost (pool-96-241-31-168.washdc.fios.verizon.net [96.241.31.168]) by mx.google.com with ESMTPS id p32sm6959366vbl.15.2010.10.19.01.18.04 (version=SSLv3 cipher=RC4-MD5); Tue, 19 Oct 2010 01:18:05 -0700 (PDT) From: Anonymous To: Paolo Bormida References: <86tylij8pu.fsf@gmail.com> <86tylh7uxv.fsf@gmail.com> <86d3s57ult.fsf@gmail.com> <86vd5x3hed.fsf@gmail.com> <86tyl732ge.fsf@gmail.com> Date: Tue, 19 Oct 2010 12:18:02 +0400 In-Reply-To: (Paolo Bormida's message of "Thu, 30 Sep 2010 23:06:28 +0200") Message-ID: <86hbgi4mv9.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: freebsd-ports@freebsd.org Subject: Re: FreeBSD Port: amule-10275 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: Tue, 19 Oct 2010 08:18:08 -0000 Paolo Bormida writes: > 2010/9/30 Anonymous >> In such cases there are usually two ports, e.g. >> >> net-p2p/amule (latest release) >> net-p2p/amule-devel (svn snapshot) >> >> Now, if you're willing to maintain non-devel port I can write you a diff >> and request my pending repocopy in ports/150985 to include amule-devel. >> > > Haven't thought about that, but yes, usually two ports are used, one to > track the development branch of an app and the other for releases. The split is done. It was smooth thanks to pgollucci. There are not many changes between the ports, see $ cd /usr/ports $ diff -uprN net-p2p/amule net-p2p/amule-devel Do you have any more issues regarding versions?