From owner-freebsd-perl@FreeBSD.ORG Fri Sep 24 13:50:04 2010 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14C08106564A for ; Fri, 24 Sep 2010 13:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DE0BD8FC22 for ; Fri, 24 Sep 2010 13:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8ODo3cS036780 for ; Fri, 24 Sep 2010 13:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8ODo3do036777; Fri, 24 Sep 2010 13:50:03 GMT (envelope-from gnats) Date: Fri, 24 Sep 2010 13:50:03 GMT Message-Id: <201009241350.o8ODo3do036777@freefall.freebsd.org> To: perl@FreeBSD.org From: "Zane C.B." Cc: Subject: Re: ports/150914: Update net/p5-ZConf: major update to 4.0.0 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Zane C.B." List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Sep 2010 13:50:04 -0000 The following reply was made to PR ports/150914; it has been noted by GNATS. From: "Zane C.B." To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/150914: Update net/p5-ZConf: major update to 4.0.0 Date: Fri, 24 Sep 2010 08:50:41 -0500 --Sig_/IGcMXgQVtYVfDimE5u3E9T0 Content-Type: multipart/mixed; boundary="MP_/ym5Ind5jitTH+6=xnUWl7hx" --MP_/ym5Ind5jitTH+6=xnUWl7hx Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Whoops. 4.0.0 has a error check missing in ZConf->getAvailableSets resulting in it always trying to throw a error. Attached are the updated patches. --MP_/ym5Ind5jitTH+6=xnUWl7hx Content-Type: text/x-patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=p5-ZConf_Makefile.diff --- Makefile.old 2010-09-24 07:12:46.623592895 -0500 +++ Makefile 2010-09-24 08:48:42.242445011 -0500 @@ -6,7 +6,7 @@ # =20 PORTNAME=3D ZConf -PORTVERSION=3D 3.1.0 +PORTVERSION=3D 4.0.1 CATEGORIES=3D net perl5 MASTER_SITES=3D CPAN MASTER_SITE_SUBDIR=3D ../../authors/id/V/VV/VVELOX @@ -28,6 +28,8 @@ =20 PERL_CONFIGURE=3D yes =20 -MAN3=3D ZConf.3 +MAN3=3D ZConf.3 \ + ZConf::backends::file.3 \ + ZConf::backends::ldap.3 =20 .include --MP_/ym5Ind5jitTH+6=xnUWl7hx Content-Type: text/x-patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=p5-ZConf_distinfo.diff --- distinfo.old 2010-09-24 07:12:52.193596345 -0500 +++ distinfo 2010-09-24 08:49:22.512466760 -0500 @@ -1,3 +1,3 @@ -MD5 (ZConf-3.1.0.tar.gz) =3D 49c67a184481f616e931f74bbcf68ab9 -SHA256 (ZConf-3.1.0.tar.gz) =3D 0ece00286c1da94d6a9118ad9de23913e6e6118b30= 4117994474a7de7005d2bf -SIZE (ZConf-3.1.0.tar.gz) =3D 36269 +MD5 (ZConf-4.0.1.tar.gz) =3D c633da412444d42ee35970919cec37cc +SHA256 (ZConf-4.0.1.tar.gz) =3D dfea5fe455422de990a77111151e5f9e587757ac5e= 2d0fcb86987ea5e6366531 +SIZE (ZConf-4.0.1.tar.gz) =3D 46756 --MP_/ym5Ind5jitTH+6=xnUWl7hx-- --Sig_/IGcMXgQVtYVfDimE5u3E9T0 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (FreeBSD) iEYEARECAAYFAkycrLUACgkQC1tfcMGJid7C2ACgs0cQnvi5iupTF1huR3z31FWL /m8An3scXF2ekMr3FwNuT5EvzkFvKZdR =EotD -----END PGP SIGNATURE----- --Sig_/IGcMXgQVtYVfDimE5u3E9T0--