Date: Thu, 24 Aug 2006 10:43:05 +0800 (CST) From: Cheng-Lung Sung <clsung@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: ychsiao@ychsiao.org Subject: ports/102465: [PATCH] textproc/p5-YAML-Tiny: update to 0.10 Message-ID: <20060824024305.BC27628485@going04.iis.sinica.edu.tw> Resent-Message-ID: <200608240240.k7O2eL4H099226@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 102465 >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:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Cheng-Lung Sung >Release: FreeBSD 6.1-STABLE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD going04.iis.sinica.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #20: Tue Jun 6 10:27:46 CST >Description: - Update to 0.10 - add IGNORE for perl < 5.005 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 --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/textproc/p5-YAML-Tiny/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 17 Jul 2006 18:23:22 -0000 1.1 +++ Makefile 24 Aug 2006 02:36:13 -0000 @@ -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> + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500601 # File::Spec require at least 0.8 +IGNORE= requires perl 5.6.x or later. Install lang/perl5.8 then try again +.endif + +.include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/textproc/p5-YAML-Tiny/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 17 Jul 2006 18:23:22 -0000 1.1 +++ distinfo 24 Aug 2006 02:36:13 -0000 @@ -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?20060824024305.BC27628485>