From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 15 07:50:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E9D68822 for ; Fri, 15 Mar 2013 07:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id CF56D876 for ; Fri, 15 Mar 2013 07:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2F7o26p075399 for ; Fri, 15 Mar 2013 07:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2F7o2II075398; Fri, 15 Mar 2013 07:50:02 GMT (envelope-from gnats) Resent-Date: Fri, 15 Mar 2013 07:50:02 GMT Resent-Message-Id: <201303150750.r2F7o2II075398@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3B5E277F; Fri, 15 Mar 2013 07:46:48 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet-1-pt.tunnel.tserv29.fmt1.ipv6.he.net [IPv6:2001:470:66:3a7::2]) by mx1.freebsd.org (Postfix) with ESMTP id EC6B285B; Fri, 15 Mar 2013 07:46:47 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 03A94C5F; Fri, 15 Mar 2013 15:47:04 +0800 (CST) Message-Id: <20130315074705.03A94C5F@sunpoet.net> Date: Fri, 15 Mar 2013 15:47:04 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176983: [PATCH] graphics/p5-Cairo: update to 1.103 Cc: swills@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Mar 2013 07:50:03 -0000 >Number: 176983 >Category: ports >Synopsis: [PATCH] graphics/p5-Cairo: update to 1.103 >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: Fri Mar 15 07:50:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.1-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.1-STABLE FreeBSD 9.1-STABLE #0 r247564: Sat Mar 2 08:05:30 >Description: - Update to 1.103 - Add LICENSE - Remove RUN_DEPENDS: ExtUtils::Depends and ExtUtils::PkgConfig are build-only dependencies - Cleanup Makefile header Changes: http://search.cpan.org/dist/Cairo/NEWS Port maintainer (swills@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: SVN) >How-To-Repeat: >Fix: --- p5-Cairo-1.103.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 314277) +++ Makefile (working copy) @@ -1,13 +1,8 @@ -# New ports collection makefile for: p5-Cairo -# Date created: 2005-08-18 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ -# $MCom: ports/graphics/p5-Cairo/Makefile,v 1.8 2007/02/16 18:14:25 mezz Exp $ -# PORTNAME= Cairo -PORTVERSION= 1.100 +PORTVERSION= 1.103 CATEGORIES= graphics perl5 MASTER_SITES= CPAN \ SF/gtk2-perl/${PORTNAME}/${PORTVERSION}%20%28unstable%29 @@ -17,15 +12,16 @@ MAINTAINER= swills@FreeBSD.org COMMENT= Perl bindings to the cairo graphics library +LICENSE= LGPL21 + BUILD_DEPENDS= p5-ExtUtils-Depends>=0.200:${PORTSDIR}/devel/p5-ExtUtils-Depends \ p5-ExtUtils-PkgConfig>=1:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo -RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Font-FreeType>=0:${PORTSDIR}/print/p5-Font-FreeType \ p5-Test-Number-Delta>=1:${PORTSDIR}/devel/p5-Test-Number-Delta PERL_CONFIGURE= yes -MAN3= Cairo.3 +MAN3= Cairo.3 .include Index: distinfo =================================================================== --- distinfo (revision 314277) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (Cairo-1.100.tar.gz) = d5f2f3ba216db760eaa2b4aefe8519451f4f38dc0121dd0adfeb3d20de51b20a -SIZE (Cairo-1.100.tar.gz) = 107654 +SHA256 (Cairo-1.103.tar.gz) = eaebd9c3b9d66b4c41533ec7c736a2a4b73e0bf6ad207132a970d83a85827872 +SIZE (Cairo-1.103.tar.gz) = 108254 --- p5-Cairo-1.103.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: