Date: Sat, 17 Sep 2011 20:38:53 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: kuriyama@FreeBSD.org Subject: ports/160783: [PATCH] devel/p5-Any-Moose: update to 0.16 Message-ID: <20110917123853.362FA30E1@sunpoet.net> Resent-Message-ID: <201109171240.p8HCe8Tw018716@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 160783 >Category: ports >Synopsis: [PATCH] devel/p5-Any-Moose: update to 0.16 >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 Sep 17 12:40:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 8.2-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Jul 9 23:23:51 CST >Description: - Update to 0.16 - Use bsd.port.options.mk - Pet portlint Port maintainer (kuriyama@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Any-Moose-0.16.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Any-Moose/Makefile,v retrieving revision 1.11 diff -u -u -r1.11 Makefile --- Makefile 5 Jul 2011 11:31:25 -0000 1.11 +++ Makefile 17 Sep 2011 12:39:11 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Any-Moose -PORTVERSION= 0.15 +PORTVERSION= 0.16 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SARTAK @@ -22,16 +22,16 @@ OPTIONS= MOOSE "Use Moose" off \ MOUSE "Use Mouse" on -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if !defined(WITHOUT_MOOSE) +BUILD_DEPENDS+= p5-Moose>0:${PORTSDIR}/devel/p5-Moose RUN_DEPENDS+= p5-Moose>0:${PORTSDIR}/devel/p5-Moose .endif .if defined(WITH_MOUSE) +BUILD_DEPENDS+= p5-Mouse>=0.40:${PORTSDIR}/devel/p5-Mouse RUN_DEPENDS+= p5-Mouse>=0.40:${PORTSDIR}/devel/p5-Mouse .endif -BUILD_DEPENDS= ${RUN_DEPENDS} - -.include <bsd.port.post.mk> +.include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-Any-Moose/distinfo,v retrieving revision 1.11 diff -u -u -r1.11 distinfo --- distinfo 5 Jul 2011 11:31:25 -0000 1.11 +++ distinfo 17 Sep 2011 12:39:11 -0000 @@ -1,2 +1,2 @@ -SHA256 (Any-Moose-0.15.tar.gz) = b43d4ed68242c5ed29cb35a8d5f4ef5e536abde421c83c663af4be249cedf315 -SIZE (Any-Moose-0.15.tar.gz) = 14359 +SHA256 (Any-Moose-0.16.tar.gz) = 612b6ee9f97800b969291ec7aba953587cc31f163bf045a3b77aa422fe09f66d +SIZE (Any-Moose-0.16.tar.gz) = 15089 --- p5-Any-Moose-0.16.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?20110917123853.362FA30E1>