Date: Sat, 23 Feb 2008 20:21:59 GMT From: Felippe de Meirelles Motta <lippemail@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/121034: [UPDATE] textproc/p5-XML-Mini Message-ID: <200802232021.m1NKLxlN008473@www.freebsd.org> Resent-Message-ID: <200802232030.m1NKU5xr040228@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 121034 >Category: ports >Synopsis: [UPDATE] textproc/p5-XML-Mini >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Feb 23 20:30:05 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Felippe de Meirelles Motta >Release: FreeBSD 7.0-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008 lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC >Description: - Updated to 1.38 - Use CPAN macro - Add WWW to pkg-descr >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/p5-XML-Mini/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 15 Jul 2006 07:54:56 -0000 1.1 +++ Makefile 21 Feb 2008 15:25:12 -0000 @@ -6,18 +6,15 @@ # PORTNAME= XML-Mini -PORTVERSION= 1.2.8 +PORTVERSION= 1.38 CATEGORIES= textproc perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= XML +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= vivek@khera.org COMMENT= Perl implementation of the XML::Mini XML create/parse interface -PERL_CONFIGURE= yes - -RUN_DEPENDS+= p5-Text-Balanced>=0.0:${PORTSDIR}/textproc/p5-Text-Balanced +PERL_CONFIGURE= 5.8.0+ MAN3= XML::Mini.3 XML::Mini::Document.3 XML::Mini::Element.3 \ XML::Mini::Element::CData.3 XML::Mini::Element::Comment.3 \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/p5-XML-Mini/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 15 Jul 2006 07:54:56 -0000 1.1 +++ distinfo 21 Feb 2008 15:25:12 -0000 @@ -1,3 +1,3 @@ -MD5 (XML-Mini-1.2.8.tar.gz) = ca3a9dffd09f6675c4ed5fd9318ec8fa -SHA256 (XML-Mini-1.2.8.tar.gz) = 9e66e218796c503da2fe47b0670581880121427860faa58a7d2c704ad02ccf51 -SIZE (XML-Mini-1.2.8.tar.gz) = 35349 +MD5 (XML-Mini-1.38.tar.gz) = 0262295a6812f4ea1a4c13aefa9067c4 +SHA256 (XML-Mini-1.38.tar.gz) = af803d38036a3184e124a682e5466f1bc107f48a89ef35b0c7647e11a073fe2d +SIZE (XML-Mini-1.38.tar.gz) = 45214 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/textproc/p5-XML-Mini/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 15 Jul 2006 07:54:56 -0000 1.1 +++ pkg-descr 21 Feb 2008 15:25:12 -0000 @@ -4,3 +4,5 @@ XML::Mini does not require any external libraries or modules and is pure Perl. If available, XML::Mini will use the Text::Balanced module in order to escape limitations of the regex-only approach (eg "cross-nested" tag parsing). + +WWW: http://search.cpan.org/dist/XML-Mini/ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802232021.m1NKLxlN008473>