Date: Mon, 17 Oct 2011 08:53:32 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gnome@FreeBSD.org Subject: ports/161724: [PATCH] graphics/p5-Cairo: update to 1.081 Message-ID: <20111017005332.0FE5C34C6@sunpoet.net> Resent-Message-ID: <201110170100.p9H10KIj085732@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 161724 >Category: ports >Synopsis: [PATCH] graphics/p5-Cairo: update to 1.081 >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: Mon Oct 17 01:00:20 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: Wed Sep 28 22:36:13 CST 2011 >Description: - Update to 1.081 - Add CPAN to MASTER_SITES - Move p5-Test-Number-Delta to TEST_DEPENDS - Pet portlint Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Cairo-1.081.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/p5-Cairo/Makefile,v retrieving revision 1.22 diff -u -u -r1.22 Makefile --- Makefile 25 Jul 2010 23:03:46 -0000 1.22 +++ Makefile 17 Oct 2011 00:51:58 -0000 @@ -7,20 +7,22 @@ # PORTNAME= Cairo -PORTVERSION= 1.061 -PORTREVISION= 1 +PORTVERSION= 1.081 CATEGORIES= graphics perl5 -MASTER_SITES= SF/gtk2-perl/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF/gtk2-perl/${PORTNAME}/${PORTVERSION} \ + CPAN +MASTER_SITE_SUBDIR= CPAN:TSCH PKGNAMEPREFIX= p5- MAINTAINER= gnome@FreeBSD.org COMMENT= Perl bindings to the cairo graphics library -BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \ - ${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ - ${SITE_PERL}/Test/Number/Delta.pm:${PORTSDIR}/devel/p5-Test-Number-Delta +BUILD_DEPENDS= p5-ExtUtils-Depends>=0.200:${PORTSDIR}/devel/p5-ExtUtils-Depends \ + p5-ExtUtils-PkgConfig>=1:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} + +TEST_DEPENDS= p5-Test-Number-Delta>=1:${PORTSDIR}/devel/p5-Test-Number-Delta PERL_CONFIGURE= yes Index: distinfo =================================================================== RCS file: /home/ncvs/ports/graphics/p5-Cairo/distinfo,v retrieving revision 1.18 diff -u -u -r1.18 distinfo --- distinfo 3 Jul 2011 14:11:45 -0000 1.18 +++ distinfo 17 Oct 2011 00:51:58 -0000 @@ -1,2 +1,2 @@ -SHA256 (Cairo-1.061.tar.gz) = 1d253f9d48bd36efdd4b962c169659182126baac9a6c6bb820406b48de9367a0 -SIZE (Cairo-1.061.tar.gz) = 90604 +SHA256 (Cairo-1.081.tar.gz) = 2ef23a32ecd16c0b4b383accd2452ec324c54fa3498d870e083523ef60871582 +SIZE (Cairo-1.081.tar.gz) = 106643 --- p5-Cairo-1.081.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?20111017005332.0FE5C34C6>