From owner-svn-ports-all@FreeBSD.ORG Thu Apr 30 22:50:19 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 939E7A7E; Thu, 30 Apr 2015 22:50:19 +0000 (UTC) Received: from mail-wg0-x22f.google.com (mail-wg0-x22f.google.com [IPv6:2a00:1450:400c:c00::22f]) (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 3898C17E1; Thu, 30 Apr 2015 22:50:19 +0000 (UTC) Received: by wgso17 with SMTP id o17so77605341wgs.1; Thu, 30 Apr 2015 15:50:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=qduiynX7ZgSwWcZaJiyhAxHzB+tGwIierWqEQQUQ8sM=; b=QfP1LgEtC85J/BqfU73hL60M9vkISua53WgvOFpkiPBtEPiEKd5xXvil6SkTTL+Gse 6ux64GWn/lUc/ti8Xo/Ox/w4uqBC7Sw80L7OMqMPgRqjcj7OfkFeMhV2nVryoRyH6H8Y MvyjhtKyq1eicgxQweCL8HFXPq/winkkbWhAC0jp2qMsa/VZmfpYbUfBHqRPoh7R333J SI5dSUQ/0Kd66vJOXkkEKtW3AHxk7Y7BZihPCZCe5IxIEk3W55Q2ylWQKzfHeUEqyTni IKL7bo7EFLmIEJJ4II5VQaJwKvoirhUIen65oz+/KQ6FKPHbXyU3crO1xUWkyvkz9vPY XgNw== X-Received: by 10.194.171.1 with SMTP id aq1mr13016018wjc.38.1430434216898; Thu, 30 Apr 2015 15:50:16 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id ei8sm5197344wjd.32.2015.04.30.15.50.15 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 30 Apr 2015 15:50:15 -0700 (PDT) Sender: Baptiste Daroussin Date: Fri, 1 May 2015 00:50:13 +0200 From: Baptiste Daroussin To: Jan Beich Cc: Kris Moore , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r385072 - head/x11/lumina Message-ID: <20150430225013.GO13141@ivaldir.etoilebsd.net> References: <201504302212.t3UMClq7091335@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="w6U88vdWm8UqIXvc" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Apr 2015 22:50:19 -0000 --w6U88vdWm8UqIXvc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 01, 2015 at 12:47:37AM +0200, Jan Beich wrote: > Kris Moore writes: >=20 > > -PORTVERSION=3D 0.8.3.${GITVERSION} > > -PORTEPOCH=3D 1 > > +PORTVERSION=3D 0.8.4 > > +PORTREVISION=3D 1 >=20 > PORTEPOCH cannot be removed. >=20 > $ portlint -C > FATAL: Makefile: lumina-0.8.4_1 < lumina-0.8.3.1427733141,1. Choose anoth= er PORTVERSION or bump PORTEPOCH. >=20 > > +USE_GITHUB=3D yes > > +GH_ACCOUNT=3D pcbsd > > +GH_COMMIT=3D 01bfb64 > > +GH_TAGNAME=3D v0.8.4-Release-P1 >=20 > GH_COMMIT is deprecated and GH_TAGNAME is often a superset of PORTVERSION. > Also, spaces instead of tabs. >=20 > $ 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 >=20 > Index: x11/lumina/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- x11/lumina/Makefile (revision 385072) > +++ x11/lumina/Makefile (working copy) > @@ -3,7 +3,9 @@ > =20 > PORTNAME=3D lumina > PORTVERSION=3D 0.8.4 > -PORTREVISION=3D 1 > +DISTVERSIONPREFIX=3Dv > +DISTVERSIONSUFFIX=3D-Release-P1 > +PORTEPOCH=3D 1 > CATEGORIES=3D x11 > =20 > MAINTAINER=3D kmoore@FreeBSD.org > @@ -40,10 +42,8 @@ USE_LDCONFIG=3D yes > USE_QT5=3D core gui network svg linguist multimedia imageformats \ > buildtools x11extras > USES=3D qmake tar:bzip2 > -USE_GITHUB=3D yes > -GH_ACCOUNT=3D pcbsd > -GH_COMMIT=3D 01bfb64 > -GH_TAGNAME=3D v0.8.4-Release-P1 > +USE_GITHUB=3D yes > +GH_ACCOUNT=3D pcbsd > =20 > QMAKE_ARGS=3D CONFIG+=3D"configure" > =20 > Index: x11/lumina/distinfo > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- x11/lumina/distinfo (revision 385072) > +++ x11/lumina/distinfo (working copy) > @@ -1,2 +1,2 @@ > -SHA256 (lumina-0.8.4.tar.bz2) =3D 311114964e900132a09e9acac46958da09d7ff= b12a3e1d7653147b8952f658f0 > -SIZE (lumina-0.8.4.tar.bz2) =3D 23261871 > +SHA256 (pcbsd-lumina-v0.8.4-Release-P1_GH0.tar.bz2) =3D 5d54f60a534ea8d9= 2259a6f57074173d9721492b7148a5fa5bcf8894beeffaf6 > +SIZE (pcbsd-lumina-v0.8.4-Release-P1_GH0.tar.bz2) =3D 23261876 100% agree with Jan + remove tar:bzip2 github only provides tar.gz even is = you do ask a bzip2 :) Best regards, Bapt --w6U88vdWm8UqIXvc Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlVCsaUACgkQ8kTtMUmk6EyAWwCgk6I98QjljPkKWBZJRi+kPrXx kecAoLKTPngzVSkdWnrsoEw7yT+uxlb1 =nUWI -----END PGP SIGNATURE----- --w6U88vdWm8UqIXvc--