Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Dec 2013 03:44:34 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        swills@FreeBSD.org
Subject:   ports/184703: [PATCH] graphics/p5-Cairo: update to 1.104
Message-ID:  <20131211194434.925C5456D@sunpoet.net>
Resent-Message-ID: <201312111950.rBBJo1q8078189@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184703
>Category:       ports
>Synopsis:       [PATCH] graphics/p5-Cairo: update to 1.104
>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:   Wed Dec 11 19:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 10.0-BETA4 amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 10.0-BETA4 FreeBSD 10.0-BETA4 #0 r258837: Mon Dec  2 20:50:41
>Description:
- 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)
>How-To-Repeat:
>Fix:

--- p5-Cairo-1.104.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 336212)
+++ Makefile	(working copy)
@@ -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,7 +16,7 @@
 
 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
 
@@ -23,7 +23,4 @@
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Cairo.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>
Index: distinfo
===================================================================
--- distinfo	(revision 336212)
+++ distinfo	(working copy)
@@ -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
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 336212)
+++ pkg-plist	(working copy)
@@ -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
--- p5-Cairo-1.104.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131211194434.925C5456D>