svn commit: r392135 - head/sysutils/iocage-devel

Kris Moore kris at pcbsd.org
Wed Jul 15 13:30:26 UTC 2015


On 07/15/2015 09:27, Baptiste Daroussin wrote:
> On Wed, Jul 15, 2015 at 01:20:46PM +0000, Kris Moore wrote:
>> Author: kmoore
>> Date: Wed Jul 15 13:20:45 2015
>> New Revision: 392135
>> URL: https://svnweb.freebsd.org/changeset/ports/392135
>>
>> Log:
>>   - Set PORTNAME to iocage-devel
>>   - Set GH_PROJECT=iocage
>>
>> Modified:
>>   head/sysutils/iocage-devel/Makefile
>>
>> Modified: head/sysutils/iocage-devel/Makefile
>> ==============================================================================
>> --- head/sysutils/iocage-devel/Makefile	Wed Jul 15 13:19:57 2015	(r392134)
>> +++ head/sysutils/iocage-devel/Makefile	Wed Jul 15 13:20:45 2015	(r392135)
>> @@ -1,7 +1,7 @@
>>  # Created by: Johannes Meixner <xmj at chaot.net>
>>  # $FreeBSD$
>>  
>> -PORTNAME=	iocage
>> +PORTNAME=	iocage-devel
>>  PORTVERSION=	1.6.6
>>  CATEGORIES=	sysutils
>>  
>> @@ -14,6 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
>>  USE_GITHUB=	yes
>>  GH_ACCOUNT=	pannon
>>  GH_TAGNAME=	52a68cf
>> +GH_PROJECT=	iocage
>>  
>>  .include <bsd.port.pre.mk>
>>  
>>
> Why not simply use PKGNAMESUFFIX?
>
> Bapt

On our ports tree here I try to keep the PORTNAME always equal to the
directory name if possible. Is there some functional difference if I
used PKGNAMESUFFIX instead?

-- 
Kris Moore
PC-BSD Software / iXsystems
Enterprise Storage & Servers Driven By Open Source



More information about the svn-ports-all mailing list