From owner-cvs-all@FreeBSD.ORG Thu Mar 6 20:07:34 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15D91106568C; Thu, 6 Mar 2008 20:07:34 +0000 (UTC) (envelope-from brix@FreeBSD.org) Received: from solow.pil.dk (relay.pil.dk [195.41.47.164]) by mx1.freebsd.org (Postfix) with ESMTP id C30338FC21; Thu, 6 Mar 2008 20:07:33 +0000 (UTC) (envelope-from brix@FreeBSD.org) Received: from tirith.brixandersen.dk (0x55534f5f.adsl.cybercity.dk [85.83.79.95]) by solow.pil.dk (Postfix) with ESMTP id D4ED11CC3C0; Thu, 6 Mar 2008 21:07:31 +0100 (CET) Received: by tirith.brixandersen.dk (Postfix, from userid 1001) id 03B1B11436; Thu, 6 Mar 2008 21:07:30 +0100 (CET) Date: Thu, 6 Mar 2008 21:07:30 +0100 From: Henrik Brix Andersen To: Gabor Kovesdan Message-ID: <20080306200730.GA60953@tirith.brixandersen.dk> Mail-Followup-To: Gabor Kovesdan , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200803032139.m23LdErR001683@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qMm9M+Fa2AknHoGS" Content-Disposition: inline In-Reply-To: <200803032139.m23LdErR001683@repoman.freebsd.org> X-PGP-Key: http://www.brixandersen.dk/files/HenrikBrixAndersen.asc User-Agent: Mutt/1.5.17 (2007-11-01) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/textproc/p5-Text-Markdown Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Mar 2008 20:07:34 -0000 --qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 03, 2008 at 09:39:14PM +0000, Gabor Kovesdan wrote: > gabor 2008-03-03 21:39:14 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > textproc/p5-Text-Markdown Makefile distinfo pkg-plist=20 > Log: > - Update 1.0.13 > - Better adjustement of dependencies > - Use PERL_CONFIGURE instead of PERL_MODBUILD > =20 > PR: ports/121027 > Submitted by: Felippe de Meirelles Motta > Approved by: maintainer This update breaks at least www/ikiwiki... Somehow, Text::MultiMarkdown is now known as both Text::MultiMarkdown and Text::Markdown on CPAN - (according to the change log, the authors actually planned to "steal" the Text::Markdown namespace for quite some time?) but it is not compatible with the original Text::Markdown (which is what we had as p5-Text-Markdown before this update). The original version contained a Text::Markdown::Markdown() method, whereas MultiMarkdown contains a Text::Markdown::markdown() method, thus making the two incompatible (note the difference in capitalization of the method name). I suggest backing this update out, restoring the original Text::Markdown functionality - and then perhaps committing this as p5-Text-MultiMarkdown, where it IMO belongs. Brix --=20 Henrik Brix Andersen --qMm9M+Fa2AknHoGS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) Comment: GnuPG signed iEYEARECAAYFAkfQTwIACgkQv+Q4flTiePgWYwCdHKMJX9lTRfOFhs1E68kUJ/W2 NAYAoK0sqM3YvC5Oc7d1AAl8AxazUHbe =7fwn -----END PGP SIGNATURE----- --qMm9M+Fa2AknHoGS--