Bug 184703 - [PATCH] graphics/p5-Cairo: update to 1.104
Summary: [PATCH] graphics/p5-Cairo: update to 1.104
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-12-11 19:50 UTC by Po-Chuan Hsieh
Modified: 2013-12-18 03:50 UTC (History)
1 user (show)

See Also:


Attachments
p5-Cairo-1.104.patch (1.82 KB, patch)
2013-12-11 19: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-12-11 19:50:00 UTC
- Update to 1.104
- Update MASTER_SITES
- Convert to new LIB_DEPENDS format
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/Cairo/NEWS

Port maintainer (swills@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-11 19:50:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-18 03:47:06 UTC
Author: swills
Date: Wed Dec 18 03:46:57 2013
New Revision: 336800
URL: http://svnweb.freebsd.org/changeset/ports/336800

Log:
  - Update to 1.104
  - Update MASTER_SITES
  - Convert to new LIB_DEPENDS format
  - Support STAGEDIR
  
  PR:		ports/184703
  Submitted by:	sunpoet

Modified:
  head/graphics/p5-Cairo/Makefile
  head/graphics/p5-Cairo/distinfo
  head/graphics/p5-Cairo/pkg-plist   (contents, props changed)

Modified: head/graphics/p5-Cairo/Makefile
==============================================================================
--- head/graphics/p5-Cairo/Makefile	Wed Dec 18 03:21:46 2013	(r336799)
+++ head/graphics/p5-Cairo/Makefile	Wed Dec 18 03:46:57 2013	(r336800)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	Cairo
-PORTVERSION=	1.103
+PORTVERSION=	1.104
 CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN \
-		SF/gtk2-perl/${PORTNAME}/${PORTVERSION}%20%28unstable%29
+		SF/gtk2-perl/${PORTNAME}/${PORTVERSION}
 MASTER_SITE_SUBDIR=	CPAN:XAOC
 PKGNAMEPREFIX=	p5-
 
@@ -16,14 +16,11 @@ 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
+LIB_DEPENDS=	libcairo.so:${PORTSDIR}/graphics/cairo
 TEST_DEPENDS=	p5-Font-FreeType>=0:${PORTSDIR}/print/p5-Font-FreeType \
 		p5-Test-Number-Delta>=1:${PORTSDIR}/devel/p5-Test-Number-Delta
 
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Cairo.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/graphics/p5-Cairo/distinfo
==============================================================================
--- head/graphics/p5-Cairo/distinfo	Wed Dec 18 03:21:46 2013	(r336799)
+++ head/graphics/p5-Cairo/distinfo	Wed Dec 18 03:46:57 2013	(r336800)
@@ -1,2 +1,2 @@
-SHA256 (Cairo-1.103.tar.gz) = eaebd9c3b9d66b4c41533ec7c736a2a4b73e0bf6ad207132a970d83a85827872
-SIZE (Cairo-1.103.tar.gz) = 108254
+SHA256 (Cairo-1.104.tar.gz) = bb0a966ff08c1c5a3d78e6699316f188842d6d029e9ac5fc9364bba3cd4e2762
+SIZE (Cairo-1.104.tar.gz) = 108438

Modified: head/graphics/p5-Cairo/pkg-plist
==============================================================================
--- head/graphics/p5-Cairo/pkg-plist	Wed Dec 18 03:21:46 2013	(r336799)
+++ head/graphics/p5-Cairo/pkg-plist	Wed Dec 18 03:46:57 2013	(r336800)
@@ -8,6 +8,7 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cairo/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cairo/Cairo.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cairo/Cairo.so
+%%PERL5_MAN3%%/Cairo.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cairo
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Cairo/Install
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Cairo
_______________________________________________
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"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2013-12-18 03:47:27 UTC
State Changed
From-To: open->closed

Committed. Thanks!