Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Apr 2015 18:53:59 -0400
From:      Kris Moore <kris@pcbsd.org>
To:        Baptiste Daroussin <bapt@FreeBSD.org>, Jan Beich <jbeich@FreeBSD.org>
Cc:        Kris Moore <kmoore@FreeBSD.org>, ports-committers@freebsd.org,  svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r385072 - head/x11/lumina
Message-ID:  <5542B287.8000707@pcbsd.org>
In-Reply-To: <20150430225013.GO13141@ivaldir.etoilebsd.net>
References:  <201504302212.t3UMClq7091335@svn.freebsd.org> <h9rx-w7w6-wny@FreeBSD.org> <20150430225013.GO13141@ivaldir.etoilebsd.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 04/30/2015 18:50, Baptiste Daroussin wrote:
> On Fri, May 01, 2015 at 12:47:37AM +0200, Jan Beich wrote:
>> Kris Moore <kmoore@FreeBSD.org> writes:
>>
>>> -PORTVERSION=	0.8.3.${GITVERSION}
>>> -PORTEPOCH=	1
>>> +PORTVERSION=	0.8.4
>>> +PORTREVISION=	1
>> PORTEPOCH cannot be removed.
>>
>> $ portlint -C
>> FATAL: Makefile: lumina-0.8.4_1 < lumina-0.8.3.1427733141,1. Choose another PORTVERSION or bump PORTEPOCH.
>>
>>> +USE_GITHUB=     yes
>>> +GH_ACCOUNT=     pcbsd
>>> +GH_COMMIT=      01bfb64
>>> +GH_TAGNAME=     v0.8.4-Release-P1
>> GH_COMMIT is deprecated and GH_TAGNAME is often a superset of PORTVERSION.
>> Also, spaces instead of tabs.
>>
>> $ portlint -C
>> FATAL: Makefile: [43]: use a tab (not space) after a variable name
>> FATAL: Makefile: [44]: use a tab (not space) after a variable name
>> FATAL: Makefile: [45]: use a tab (not space) after a variable name
>> FATAL: Makefile: [46]: use a tab (not space) after a variable name
>>
>> Index: x11/lumina/Makefile
>> ===================================================================
>> --- x11/lumina/Makefile	(revision 385072)
>> +++ x11/lumina/Makefile	(working copy)
>> @@ -3,7 +3,9 @@
>>  
>>  PORTNAME=	lumina
>>  PORTVERSION=	0.8.4
>> -PORTREVISION=	1
>> +DISTVERSIONPREFIX=v
>> +DISTVERSIONSUFFIX=-Release-P1
>> +PORTEPOCH=	1
>>  CATEGORIES=	x11
>>  
>>  MAINTAINER=	kmoore@FreeBSD.org
>> @@ -40,10 +42,8 @@ USE_LDCONFIG=	yes
>>  USE_QT5=	core gui network svg linguist multimedia imageformats \
>>  		buildtools x11extras
>>  USES=		qmake tar:bzip2
>> -USE_GITHUB=     yes
>> -GH_ACCOUNT=     pcbsd
>> -GH_COMMIT=      01bfb64
>> -GH_TAGNAME=     v0.8.4-Release-P1
>> +USE_GITHUB=	yes
>> +GH_ACCOUNT=	pcbsd
>>  
>>  QMAKE_ARGS=	CONFIG+="configure"
>>  
>> Index: x11/lumina/distinfo
>> ===================================================================
>> --- x11/lumina/distinfo	(revision 385072)
>> +++ x11/lumina/distinfo	(working copy)
>> @@ -1,2 +1,2 @@
>> -SHA256 (lumina-0.8.4.tar.bz2) = 311114964e900132a09e9acac46958da09d7ffb12a3e1d7653147b8952f658f0
>> -SIZE (lumina-0.8.4.tar.bz2) = 23261871
>> +SHA256 (pcbsd-lumina-v0.8.4-Release-P1_GH0.tar.bz2) = 5d54f60a534ea8d92259a6f57074173d9721492b7148a5fa5bcf8894beeffaf6
>> +SIZE (pcbsd-lumina-v0.8.4-Release-P1_GH0.tar.bz2) = 23261876
>
> 100% agree with Jan + remove tar:bzip2 github only provides tar.gz even is you
> do ask a bzip2 :)
>
> Best regards,
> Bapt

Fixing it now. Don't know why I didn't see the GH_COMMIT error. My tree
is about a week and half old? Did that warning just go in?


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5542B287.8000707>