From owner-svn-ports-all@FreeBSD.ORG Sat Mar 16 19:41:31 2013 Return-Path: Delivered-To: svn-ports-all@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 BF8A35AA; Sat, 16 Mar 2013 19:41:31 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 81B29F71; Sat, 16 Mar 2013 19:41:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2GJfV6H081822; Sat, 16 Mar 2013 19:41:31 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2GJfVtE081818; Sat, 16 Mar 2013 19:41:31 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201303161941.r2GJfVtE081818@svn.freebsd.org> From: Steve Wills Date: Sat, 16 Mar 2013 19:41:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314383 - head/graphics/p5-Cairo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Mar 2013 19:41:31 -0000 Author: swills Date: Sat Mar 16 19:41:30 2013 New Revision: 314383 URL: http://svnweb.freebsd.org/changeset/ports/314383 Log: - Update to 1.103 - Add LICENSE - Remove RUN_DEPENDS: ExtUtils::Depends and ExtUtils::PkgConfig are build-only dependencies - Trim header while here PR: ports/176983 Submitted by: sunpoet Modified: head/graphics/p5-Cairo/Makefile (contents, props changed) head/graphics/p5-Cairo/distinfo (contents, props changed) Modified: head/graphics/p5-Cairo/Makefile ============================================================================== --- head/graphics/p5-Cairo/Makefile Sat Mar 16 19:01:35 2013 (r314382) +++ head/graphics/p5-Cairo/Makefile Sat Mar 16 19:41:30 2013 (r314383) @@ -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 @@ PKGNAMEPREFIX= p5- 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 Modified: head/graphics/p5-Cairo/distinfo ============================================================================== --- head/graphics/p5-Cairo/distinfo Sat Mar 16 19:01:35 2013 (r314382) +++ head/graphics/p5-Cairo/distinfo Sat Mar 16 19:41:30 2013 (r314383) @@ -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