Bug 176983 - [PATCH] graphics/p5-Cairo: update to 1.103
Summary: [PATCH] graphics/p5-Cairo: update to 1.103
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-15 07:50 UTC by Po-Chuan Hsieh
Modified: 2013-03-16 19:50 UTC (History)
1 user (show)

See Also:


Attachments
p5-Cairo-1.103.patch (1.56 KB, patch)
2013-03-15 07:50 UTC, Po-Chuan Hsieh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-03-15 07:50:02 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-15 07:50:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2013-03-16 19:41:37 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-03-16 19:41:43 UTC
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 <ahze@FreeBSD.org>
-#
+# Created by: Michael Johnson <ahze@FreeBSD.org>
 # $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 <bsd.port.mk>

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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"