From owner-freebsd-ports@FreeBSD.ORG Sat Aug 30 22:31:51 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 20EDA19A for ; Sat, 30 Aug 2014 22:31:51 +0000 (UTC) Received: from mail.lunabase.org (unknown [IPv6:2600:3c01::f03c:91ff:fedb:b463]) by mx1.freebsd.org (Postfix) with ESMTP id 0374B124B for ; Sat, 30 Aug 2014 22:31:50 +0000 (UTC) Received: from praxis.lunabase.org (cpe-172-249-196-215.socal.res.rr.com [172.249.196.215]) by mail.lunabase.org (Postfix) with ESMTPSA id 612DD422A8; Sat, 30 Aug 2014 15:31:50 -0700 (PDT) Message-ID: <540250CF.5010803@lunabase.org> Date: Sat, 30 Aug 2014 15:31:43 -0700 From: Ted Faber User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Kurt Jaeger Subject: Re: How to submit a port update? References: <5401F646.6030304@lunabase.org> <20140830175001.GS9400@home.opsec.eu> <54023CF9.1040002@lunabase.org> <20140830212321.GV9400@home.opsec.eu> In-Reply-To: <20140830212321.GV9400@home.opsec.eu> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="N0Vb7aDQfkVj0koVP2vvhifxUbbIIKbQM" Cc: faber@lunabase.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2014 22:31:51 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --N0Vb7aDQfkVj0koVP2vvhifxUbbIIKbQM Content-Type: multipart/mixed; boundary="------------090204010205040208050102" This is a multi-part message in MIME format. --------------090204010205040208050102 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 08/30/2014 02:23 PM, Kurt Jaeger wrote: > Hi! >=20 >> Sounds good. It's on its way. >=20 > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D193178 >=20 > The change between 1.44 and 1.45 is according to the changelog: >=20 > Eric Raymond caught a typo in the grap man page. >=20 > Is this really the only change ? >=20 > http://www.lunabase.org/~faber/Vault/software/grap/CHANGES > still points to the 1.44 CHANGES file ? >=20 The update is mostly some small changes to the code to eliminate clang++ and recent g++ warnings along with Eric's typo, which has been languishing for a while. I know it's a small thing, but seeing those warnings when I compile the port makes me sad. Obviously you guys can reject if you don't feel it's worth it. http://www.lunabase.org/~faber/Vault/software/grap/CHANGES is updated and the CHANGES file in the distribution tarfile is also updated. (I did forget to change it both places.) That changes the port diff, of course. The new one is attached, or I can update bugzilla. Sorry to bug you if it's too trivial a change. --=20 http://www.lunabase.org/~faber Unexpected attachment? http://www.lunabase.org/~faber/FAQ.html#SIG --------------090204010205040208050102 Content-Type: text/x-patch; name="grap.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="grap.diff" Index: 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 --- Makefile (revision 366687) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ =20 PORTNAME=3D grap -PORTVERSION=3D 1.44 +PORTVERSION=3D 1.45 CATEGORIES=3D textproc graphics MASTER_SITES=3D http://www.lunabase.org/~faber/Vault/software/grap/ =20 Index: 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 --- distinfo (revision 366687) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (grap-1.44.tar.gz) =3D 81bb99f0a4e8abedecaa47885066848eda355b3a3c= 7ca984ae4e8f0b22e4b7d6 -SIZE (grap-1.44.tar.gz) =3D 184876 +SHA256 (grap-1.45.tar.gz) =3D 906743cdccd029eee88a4a81718f9d0777149a3dc5= 48672b3ef0ceaaf36a4ae0 +SIZE (grap-1.45.tar.gz) =3D 189829 --------------090204010205040208050102-- --N0Vb7aDQfkVj0koVP2vvhifxUbbIIKbQM Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlQCUM8ACgkQaUz3f+Zf+XujogCgssAUTgAFJYpKnMUdnZJ5c0Nc oykAn3YeqodNuHG+BD4JBVhp+EZhP/qq =a4uH -----END PGP SIGNATURE----- --N0Vb7aDQfkVj0koVP2vvhifxUbbIIKbQM--