Date: Fri, 24 Sep 2010 13:50:03 GMT From: "Zane C.B." <vvelox@vvelox.net> To: perl@FreeBSD.org Subject: Re: ports/150914: Update net/p5-ZConf: major update to 4.0.0 Message-ID: <201009241350.o8ODo3do036777@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/150914; it has been noted by GNATS. From: "Zane C.B." <vvelox@vvelox.net> 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 <bsd.port.mk> --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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009241350.o8ODo3do036777>