From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 24 14:43:48 2010 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA319106566C for ; Fri, 24 Sep 2010 14:43:48 +0000 (UTC) (envelope-from vvelox@vvelox.net) Received: from vulpes.vvelox.net (sula-ki.vvelox.net [99.69.115.46]) by mx1.freebsd.org (Postfix) with ESMTP id 549F88FC0C for ; Fri, 24 Sep 2010 14:43:47 +0000 (UTC) Received: from vixen42.vulpes.vvelox.net (unknown [192.168.14.2]) (Authenticated sender: vvelox) by vulpes.vvelox.net (Postfix) with ESMTPA id 17E9CB83B; Fri, 24 Sep 2010 08:49:41 -0500 (CDT) Date: Fri, 24 Sep 2010 08:50:41 -0500 From: "Zane C.B." To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20100924085041.2200359b@vixen42.vulpes.vvelox.net> In-Reply-To: <201009241250.o8OCo21N074285@freefall.freebsd.org> References: <1285332357.10901@vixen42.vulpes.vvelox.net> <201009241250.o8OCo21N074285@freefall.freebsd.org> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; amd64-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/IGcMXgQVtYVfDimE5u3E9T0"; protocol="application/pgp-signature" Cc: Subject: Re: ports/150914: Update net/p5-ZConf: major update to 4.0.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Sep 2010 14:43:48 -0000 --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--