From owner-freebsd-ports@freebsd.org Thu Jul 16 17:12:08 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 577199A3B63 for ; Thu, 16 Jul 2015 17:12:08 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: from mail-ob0-x233.google.com (mail-ob0-x233.google.com [IPv6:2607:f8b0:4003:c01::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1959714EC for ; Thu, 16 Jul 2015 17:12:08 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: by obbop1 with SMTP id op1so50886367obb.2 for ; Thu, 16 Jul 2015 10:12:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=BNsm88AVqDxKYJwb5j5bMqqIoTBZHFM0X2go6oCk6us=; b=ZpBWL99QB5hVHGuKSzMR4or152akvU07V+Ewj8gLtjvNAkg2gLRu+HSt28THxgvep5 mZnBStPwMgLbLltQlLqW7Z6CSQ1L15Wppu+cQQeRwNqSXYhZ8NeD/keC2D6lWMgc5l5O tuNql6f9LwmaLp/BXj5RY/2QCrBIRtMZ6iVspQWtXXSq9MSuZKCOmr8haKdT+hrzZ/eB R7pilYkcrbrX0+ULP5AbL/vhMWx0XfmylfamHUL3aZVMrg2SlKIvHvXFPaSHVuOk4RhW 1D5Jy3NlX24zzGmmupU0453NNRRjevpDh13P39W3bdlN1RKd14P3dUJYfNIGKOBHh4a1 kzuQ== X-Received: by 10.202.174.205 with SMTP id x196mr9287769oie.50.1437066727127; Thu, 16 Jul 2015 10:12:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.117.194 with HTTP; Thu, 16 Jul 2015 10:11:27 -0700 (PDT) In-Reply-To: References: <55A7B826.2060609@citrin.ru> From: Henry Hu Date: Thu, 16 Jul 2015 10:11:27 -0700 Message-ID: Subject: Re: port renaming To: Vsevolod Stakhov Cc: Anton Yuzhaninov , "freebsd-ports@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jul 2015 17:12:08 -0000 On Thu, Jul 16, 2015 at 7:04 AM, Vsevolod Stakhov wrote: > On Thu, Jul 16, 2015 at 2:56 PM, Anton Yuzhaninov > wrote: > > > > Port maintainers and port commiters, when > PORTNAME/PKGNAMEPREFIX/PKGNAMESUFFIX is changed, please note this change in > commit log and for important ports also in /usr/ports/UPDATING. Any rename > affect at leas some of FreeBSD users and > > > > Depends in our local ports was broken and I spent some time to figure > out why. > > It turns out, that PORTNAME for graphics/gd was changed in r324437. > > No singe word about this rename was added to commit message or > UPDATING... > > From the perspective of pkg things are even worse, as pkg can no > longer detect that the renamed package is a replacement for some > existing one. It breaks many stuff and solver could hardly help to > resolve this in a pain-less matter. We need something like 'Replace' > or 'Obsolete' field badly. 'UPDATING' does NOT help to solve this task > at all. > We already have the 'MOVED' file. Does it help? > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > -- Cheers, Henry