From owner-svn-ports-all@freebsd.org Wed May 30 18:23:11 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 093BCFD153B; Wed, 30 May 2018 18:23:11 +0000 (UTC) (envelope-from m@absolight.fr) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "prod2.absolight.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 91A3D71949; Wed, 30 May 2018 18:23:10 +0000 (UTC) (envelope-from m@absolight.fr) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 6C42DBDD25; Wed, 30 May 2018 20:23:08 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 2E8BEBDD1E; Wed, 30 May 2018 20:23:08 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id B9017610F; Wed, 30 May 2018 20:23:07 +0200 (CEST) Received: by ogg.in.absolight.net (Postfix, from userid 501) id 7F4746CC1F08; Wed, 30 May 2018 20:23:07 +0200 (CEST) Date: Wed, 30 May 2018 20:23:07 +0200 From: Mathieu Arnold To: William Grzybowski Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r471139 - head/devel/libconfuse Message-ID: <20180530182307.amhg76hnhrn5rw7a@ogg.in.absolight.net> References: <201805301747.w4UHlULA089466@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="754ispfbwuvy6oij" Content-Disposition: inline In-Reply-To: <201805301747.w4UHlULA089466@repo.freebsd.org> User-Agent: NeoMutt/20171215 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Wed, 30 May 2018 18:23:11 -0000 --754ispfbwuvy6oij Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 30, 2018 at 05:47:30PM +0000, William Grzybowski wrote: > Author: wg > Date: Wed May 30 17:47:30 2018 > New Revision: 471139 > URL: https://svnweb.freebsd.org/changeset/ports/471139 >=20 > Log: > devel/libconfuse: update to 3.2.1 > =20 > PR: 227473 > Approved by: maintainer timeout >=20 > Modified: > head/devel/libconfuse/Makefile > head/devel/libconfuse/distinfo > head/devel/libconfuse/pkg-plist >=20 > Modified: head/devel/libconfuse/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=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/devel/libconfuse/Makefile Wed May 30 17:22:12 2018 (r471138) > +++ head/devel/libconfuse/Makefile Wed May 30 17:47:30 2018 (r471139) > @@ -2,12 +2,14 @@ > # $FreeBSD$ > =20 > PORTNAME=3D libconfuse > -PORTVERSION=3D 2.7 > -PORTREVISION=3D 2 > +DISTVERSION=3D 3.2.1 > CATEGORIES=3D devel > -MASTER_SITES=3D SAVANNAH/confuse > -DISTNAME=3D confuse-${PORTVERSION} > =20 The whole USE_GITHUB block happens way too early, see https://www.freebsd.org/doc/en/books/porters-handbook/porting-order.html > +USE_GITHUB=3D yes > +GH_ACCOUNT=3D martinh > +GH_PROJECT=3D libconfuse This is the default, please remove. > +GH_TAGNAME=3D v3.2.1 Replace in favor of DISTVERSIONPREFIX=3Dv > MAINTAINER=3D otis@freebsd.sk > COMMENT=3D Configuration file parsing library > =20 > @@ -16,7 +18,7 @@ LICENSE=3D ISCL > GNU_CONFIGURE=3D yes > CONFIGURE_ARGS=3D --disable-nls --enable-shared > INSTALL_TARGET=3D install-strip > -USES=3D iconv pathfix pkgconfig libtool > +USES=3D autoreconf gettext-tools iconv pathfix pkgconfig libtool > USE_LDCONFIG=3D yes > =20 > .include >=20 > Modified: head/devel/libconfuse/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=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/devel/libconfuse/distinfo Wed May 30 17:22:12 2018 (r471138) > +++ head/devel/libconfuse/distinfo Wed May 30 17:47:30 2018 (r471139) > @@ -1,2 +1,3 @@ > -SHA256 (confuse-2.7.tar.gz) =3D e32574fd837e950778dac7ade40787dd2259ef8e= 28acd6ede6847ca895c88778 > -SIZE (confuse-2.7.tar.gz) =3D 517272 > +TIMESTAMP =3D 1527704620 > +SHA256 (martinh-libconfuse-3.2.1-v3.2.1_GH0.tar.gz) =3D 2eff8e3c300c4ed1= d67fdb13f9d31a72a68e31874b4640db15334305bc40cebd > +SIZE (martinh-libconfuse-3.2.1-v3.2.1_GH0.tar.gz) =3D 116801 >=20 > Modified: head/devel/libconfuse/pkg-plist > =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=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/devel/libconfuse/pkg-plist Wed May 30 17:22:12 2018 (r471138) > +++ head/devel/libconfuse/pkg-plist Wed May 30 17:47:30 2018 (r471139) > @@ -1,6 +1,6 @@ > include/confuse.h > lib/libconfuse.a > lib/libconfuse.so > -lib/libconfuse.so.0 > -lib/libconfuse.so.0.0.0 > +lib/libconfuse.so.2 > +lib/libconfuse.so.2.0.0 > libdata/pkgconfig/libconfuse.pc >=20 >=20 --=20 Mathieu Arnold --754ispfbwuvy6oij Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAABCgBmBQJbDuwLXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85I8B8P/0vdx5QWYhQRqdc2EonLz/xA EdZr+1LLdb23KmG41k+gUd/ij+T+It8pCHjnNPRiEg+8afWxfS78h3JA07b0MYG0 vt7ALlruUWvfz+XGhcn2cLVPoVlBj+T9CTLZvaDxhnd9/2ty/T8lhxK0nZXLXu2A BN8RDgptUASQ2saNJW2FhzBY5CjwrUPv5PW2zSndLLxIWTgtc6WOMGrBJgG0dk0h m4Hv5qjC09KXX5101RSrc6eNNwIRcJJqau/9iuekZwOmREdDr00GOUNxgBExxhyD LUjv7T2TDyVyZ5t6HVDBJ4h+sW72K3q+g1oI1unz5aIUphvgVFPji6I4b0HEGvj2 OjdDOU35b7ec191o9ko3mHAUqJK+03cFRNrvwphc0cemwQ0QPVvu4Em/ChTgJURH vdfd/GfGqw4GObGCbrMDVOz7SXy2fmRgsOjh9SKlO2cLjf1VokI8rz56HQsnCjJG uYog3JDEU+LaXVnSObyLOp727MdfOnVEopU+Dns9us9oQzzpcOnxzvBRWXVM9Ygx w95+ZtsLdegthz2zsWXYANUqDsZ3OBb6gjYaNFiIxVEHY/4T1CKR1p+JjvHyhm1J +iE4QdfCCDOkdA1Gd3qDzGw6ZabSlcWm6SbyKsMQYpuYqTMkTEBfrqXm9ckd0mct trlxujvoWh/vlAWXIrdP =Xr/F -----END PGP SIGNATURE----- --754ispfbwuvy6oij--