From owner-freebsd-gnome@FreeBSD.ORG Mon Oct 17 01:13:19 2011 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A04E0106564A for ; Mon, 17 Oct 2011 01:13:19 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id 7086B8FC0A for ; Mon, 17 Oct 2011 01:13:19 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 0FE5C34C6; Mon, 17 Oct 2011 08:53:32 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Sunpoet Po-Chuan Hsieh X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20111017005332.0FE5C34C6@sunpoet.net> Date: Mon, 17 Oct 2011 08:53:32 +0800 (CST) Cc: gnome@FreeBSD.org Subject: [PATCH] graphics/p5-Cairo: update to 1.081 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2011 01:13:19 -0000 >Submitter-Id: current-users >Originator: Sunpoet Po-Chuan Hsieh >Organization: The FreeBSD Project >Confidential: no >Synopsis: [PATCH] graphics/p5-Cairo: update to 1.081 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 8.2-STABLE amd64 >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 ---