Date: Thu, 24 Aug 2006 10:31:16 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org, ychsiao@ychsiao.org Subject: ports/102463: [PATCH] textproc/p5-YAML-Tiny: update to 0.10 Message-ID: <20060824023116.18CE79C@netnews.NCTU.edu.tw> Resent-Message-ID: <200608240240.k7O2eKib099160@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 102463 >Category: ports >Synopsis: [PATCH] textproc/p5-YAML-Tiny: update to 0.10 >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: Thu Aug 24 02:40:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: - Update to 0.10 - Remove RUN_DEPENDS and Test::More 0.47 is in Perl 5.8.1 or newer. Port maintainer (ychsiao@ychsiao.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-YAML-Tiny-0.10.patch begins here --- diff -ruN --exclude=CVS /usr/ports/textproc/p5-YAML-Tiny/Makefile /home/staff/gslin/work/p5-YAML-Tiny/Makefile --- /usr/ports/textproc/p5-YAML-Tiny/Makefile Tue Jul 18 02:23:22 2006 +++ /home/staff/gslin/work/p5-YAML-Tiny/Makefile Thu Aug 24 10:30:38 2006 @@ -6,7 +6,7 @@ # PORTNAME= YAML-Tiny -PORTVERSION= 0.05 +PORTVERSION= 0.10 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= YAML @@ -15,10 +15,14 @@ MAINTAINER= ychsiao@ychsiao.org COMMENT= YAML::Tiny - Read/Write YAML files with as little code as possible -BUILD_DEPENDS= p5-Test-Base>=0.47:${PORTSDIR}/devel/p5-Test-Base -RUN_DEPENDS= ${BUILD_DEPENDS} - PERL_CONFIGURE= yes -MAN3= YAML::Tiny.3 -.include <bsd.port.mk> +MAN3= YAML::Tiny.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500801 +BUILD_DEPENDS= p5-Test-Base>=0.47:${PORTSDIR}/devel/p5-Test-Base +.endif + +.include <bsd.port.post.mk> diff -ruN --exclude=CVS /usr/ports/textproc/p5-YAML-Tiny/distinfo /home/staff/gslin/work/p5-YAML-Tiny/distinfo --- /usr/ports/textproc/p5-YAML-Tiny/distinfo Tue Jul 18 02:23:22 2006 +++ /home/staff/gslin/work/p5-YAML-Tiny/distinfo Thu Aug 24 10:25:37 2006 @@ -1,3 +1,3 @@ -MD5 (YAML-Tiny-0.05.tar.gz) = 474a4923fddfbd9d2b17dfbeff3bf935 -SHA256 (YAML-Tiny-0.05.tar.gz) = 9b282d5b0499fc1eaf3dd3e50904332c566ada057341f702b35809744fbf1e85 -SIZE (YAML-Tiny-0.05.tar.gz) = 28539 +MD5 (YAML-Tiny-0.10.tar.gz) = db6af4de3ec887ac42d0faf28bb4873e +SHA256 (YAML-Tiny-0.10.tar.gz) = b41e756f38586cbfc07e23cffce8145c0c7fdf48fcc722e77c30004642142426 +SIZE (YAML-Tiny-0.10.tar.gz) = 29912 --- p5-YAML-Tiny-0.10.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060824023116.18CE79C>