From owner-freebsd-ports@FreeBSD.ORG Thu Jun 26 10:06:41 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 08A76113 for ; Thu, 26 Jun 2014 10:06:41 +0000 (UTC) Received: from mail-wg0-x229.google.com (mail-wg0-x229.google.com [IPv6:2a00:1450:400c:c00::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9776725EE for ; Thu, 26 Jun 2014 10:06:40 +0000 (UTC) Received: by mail-wg0-f41.google.com with SMTP id a1so3353496wgh.12 for ; Thu, 26 Jun 2014 03:06:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=biujvPKZxjEwuCfwVP1P+iPtc92lOfOF67r5pDOYzY8=; b=KqS6cm00dPTaJMNdUKUX8ZfoxkPQNE4qwX1mpZIK/Qw7JI4zpXmKxN8lJmVX+2YlFM VSYPHamvBq5docDQzPGTMH4k43nltWio+XsJJU7xK8hJJQ0ol2UEHLEDDVBnpMNXBlcx USpVh/ru/Ytr1US94p9yRng9UdEiqwA4sMrd9G1FonnF7IDW4o8OcLx567vh4Ht+Dyn1 YrdyaH0u1WNu+3Wz339yC9FiQq/XrEhnojAjPJgmfwHc0jkw2I559mmKU44+uYr9GDzr nFyYyeOddosxB2OKh7ltgwf0nunX3ZwvmGd4YhRLwP+bhA9UUpKQBnxZNu04l33CCYTG IpeQ== X-Received: by 10.180.208.13 with SMTP id ma13mr3055978wic.45.1403777198815; Thu, 26 Jun 2014 03:06:38 -0700 (PDT) Received: from [192.168.1.4] (BSN-182-97-106.dial-up.dsl.siol.net. [109.182.97.106]) by mx.google.com with ESMTPSA id ge17sm64135207wic.0.2014.06.26.03.06.37 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 26 Jun 2014 03:06:38 -0700 (PDT) Message-ID: <53ABF0AB.2090603@gmail.com> Date: Thu, 26 Jun 2014 12:06:35 +0200 From: =?UTF-8?B?S2xlbWVuIEZlcmphbsSNacSN?= User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Stormlib port upgrade? Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jun 2014 10:06:41 -0000 Hello I would like to bring Stormlib 9.0 into ports but since the library already exists in the ports tree I am not sure whether I should upgrade stormlib-ghost++ or create a new port (http://www.freshports.org/devel/stormlib-ghost++/). Current port is: -based on a "fork" of ghost++ project (which is more or less defunct) -several years behind official upstream (v 6.25) Official Stormlib upstream is at version 9.0 and actively maintained: https://github.com/ladislav-zezula/StormLib If port is upgraded with actual upstream the port name becomes somehow misleading (contains ghost++ but doesn't have anything to do with it). It also breaks the API so ghost++ does not build anymore. I can provide more details if needed. Best regards, Klemen