Summary: | [PATCH] graphics/p5-Cairo: update to 1.104 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Po-Chuan Hsieh <sunpoet> | ||||
Component: | Individual Port(s) | Assignee: | Steve Wills <swills> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | swills | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Po-Chuan Hsieh
2013-12-11 19:50:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->swills Over to maintainer (via the GNATS Auto Assign Tool) 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" State Changed From-To: open->closed Committed. Thanks! |