From bogorodskiy@gmail.com  Sat Sep 10 17:21:21 2005
Return-Path: <bogorodskiy@gmail.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 73F5216A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 10 Sep 2005 17:21:21 +0000 (GMT)
	(envelope-from bogorodskiy@gmail.com)
Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4316043D45
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 10 Sep 2005 17:21:20 +0000 (GMT)
	(envelope-from bogorodskiy@gmail.com)
Received: by wproxy.gmail.com with SMTP id 36so1972708wra
        for <FreeBSD-gnats-submit@freebsd.org>; Sat, 10 Sep 2005 10:21:19 -0700 (PDT)
Received: by 10.54.4.14 with SMTP id 14mr1305373wrd;
        Sat, 10 Sep 2005 10:21:19 -0700 (PDT)
Received: from localhost ( [194.186.150.231])
        by mx.gmail.com with ESMTP id 7sm342701wrl.2005.09.10.10.21.06;
        Sat, 10 Sep 2005 10:21:18 -0700 (PDT)
Message-Id: <4323160e.03c7ff8b.022e.ffffa926@mx.gmail.com>
Date: Sat, 10 Sep 2005 10:21:18 -0700 (PDT)
From: Roman Bogorodskiy <bogorodskiy@gmail.com>
Reply-To: Roman Bogorodskiy <bogorodskiy@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [ update ] update some cairo related ports
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         85950
>Category:       ports
>Synopsis:       [ update ] update some cairo related ports
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 10 17:30:09 GMT 2005
>Closed-Date:    Sat Sep 10 17:39:44 GMT 2005
>Last-Modified:  Sat Sep 10 17:43:57 GMT 2005
>Originator:     Roman Bogorodskiy
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD lame.novel.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #36: Sat Aug 6 00:17:43 MSD 2005 root@lame.novel.ru:/usr/obj/usr/src/sys/NOVEL i386


>Description:
	Update:
		cairo		0.4.0 -> 1.0.0
		libsvg		0.1.3 -> 0.1.4
		libsvg-cairo	0.1.5 -> 0.1.6

	Cairo update involves shlib bump (though there are few ports which
	depend on it now, so I'm not sure it's sweeping change).

	Patch is also avaible here:
	http://people.freebsd.org/~novel/patches/freebsd/cairo_stuff.diff		
>How-To-Repeat:
>Fix:

--- cairo_stuff.diff begins here ---
Index: cairo/Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/cairo/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- cairo/Makefile	10 Mar 2005 18:31:38 -0000	1.12
+++ cairo/Makefile	10 Sep 2005 17:12:09 -0000
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	cairo
-PORTVERSION=	0.4.0
+PORTVERSION=	1.0.0
 CATEGORIES=	graphics
-MASTER_SITES=	http://cairographics.org/snapshots/
+MASTER_SITES=	http://cairographics.org/releases/
 
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Vector graphics library with cross-device output support
Index: cairo/distinfo
===================================================================
RCS file: /home/ncvs/ports/graphics/cairo/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- cairo/distinfo	9 Mar 2005 04:13:40 -0000	1.4
+++ cairo/distinfo	10 Sep 2005 17:12:09 -0000
@@ -1,2 +1,2 @@
-MD5 (cairo-0.4.0.tar.gz) = 2c76c6f6717cb5fc7398eb2e0f9cb025
-SIZE (cairo-0.4.0.tar.gz) = 781463
+MD5 (cairo-1.0.0.tar.gz) = f0ff35c91983b7bf226154e68b280be3
+SIZE (cairo-1.0.0.tar.gz) = 1439299
Index: cairo/pkg-plist
===================================================================
RCS file: /home/ncvs/ports/graphics/cairo/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- cairo/pkg-plist	9 Mar 2005 13:43:32 -0000	1.3
+++ cairo/pkg-plist	10 Sep 2005 17:12:09 -0000
@@ -1,33 +1,53 @@
 include/cairo/cairo-features.h
 include/cairo/cairo-ft.h
-%%GLITZ%%include/cairo/cairo-glitz.h
-include/cairo/cairo-pdf.h
-include/cairo/cairo-png.h
-include/cairo/cairo-ps.h
+include/cairo/cairo-xlib-xrender.h
 %%X11%%include/cairo/cairo-xlib.h
 include/cairo/cairo.h
 lib/libcairo.a
 lib/libcairo.so
-lib/libcairo.so.1
+lib/libcairo.so.4
 libdata/pkgconfig/cairo.pc
-%%DOCSDIR%%/cairo/cairo-ATSUI-Fonts.html
+%%DOCSDIR%%/cairo/Drawing.html
+%%DOCSDIR%%/cairo/Fonts.html
+%%DOCSDIR%%/cairo/Support.html
+%%DOCSDIR%%/cairo/Surfaces.html
+%%DOCSDIR%%/cairo/bindings-errors.html
+%%DOCSDIR%%/cairo/bindings-fonts.html
+%%DOCSDIR%%/cairo/bindings-memory.html
+%%DOCSDIR%%/cairo/bindings-overloading.html
+%%DOCSDIR%%/cairo/bindings-path.html
+%%DOCSDIR%%/cairo/bindings-patterns.html
+%%DOCSDIR%%/cairo/bindings-return-values.html
+%%DOCSDIR%%/cairo/bindings-streams.html
+%%DOCSDIR%%/cairo/bindings-surfaces.html
+%%DOCSDIR%%/cairo/cairo-Error-handling.html
+%%DOCSDIR%%/cairo/cairo-Font-Options.html
 %%DOCSDIR%%/cairo/cairo-FreeType-Fonts.html
-%%DOCSDIR%%/cairo/cairo-Glitz-backend.html
-%%DOCSDIR%%/cairo/cairo-Microsoft-Windows-Backend.html
-%%DOCSDIR%%/cairo/cairo-PDF-Backend.html
-%%DOCSDIR%%/cairo/cairo-PNG-Backend.html
-%%DOCSDIR%%/cairo/cairo-PS-Backend.html
-%%DOCSDIR%%/cairo/cairo-Quartz-Backend.html
-%%DOCSDIR%%/cairo/cairo-XCB-Backend.html
-%%DOCSDIR%%/cairo/cairo-XLib-Backend.html
+%%DOCSDIR%%/cairo/cairo-Glitz-Surfaces.html
+%%DOCSDIR%%/cairo/cairo-Image-Surfaces.html
+%%DOCSDIR%%/cairo/cairo-PDF-Surfaces.html
+%%DOCSDIR%%/cairo/cairo-PNG-Support.html
+%%DOCSDIR%%/cairo/cairo-Paths.html
+%%DOCSDIR%%/cairo/cairo-Patterns.html
+%%DOCSDIR%%/cairo/cairo-PostScript-Surfaces.html
+%%DOCSDIR%%/cairo/cairo-Scaled-Fonts.html
+%%DOCSDIR%%/cairo/cairo-Text.html
+%%DOCSDIR%%/cairo/cairo-Transformations.html
+%%DOCSDIR%%/cairo/cairo-Types.html
+%%DOCSDIR%%/cairo/cairo-Version-Information.html
+%%DOCSDIR%%/cairo/cairo-Win32-Fonts.html
+%%DOCSDIR%%/cairo/cairo-Win32-Surfaces.html
+%%DOCSDIR%%/cairo/cairo-XLib-Surfaces.html
+%%DOCSDIR%%/cairo/cairo-cairo-font-face-t.html
 %%DOCSDIR%%/cairo/cairo-cairo-matrix-t.html
-%%DOCSDIR%%/cairo/cairo-cairo-pattern-t.html
 %%DOCSDIR%%/cairo/cairo-cairo-surface-t.html
 %%DOCSDIR%%/cairo/cairo-cairo-t.html
 %%DOCSDIR%%/cairo/cairo.devhelp
 %%DOCSDIR%%/cairo/home.png
 %%DOCSDIR%%/cairo/index.html
 %%DOCSDIR%%/cairo/index.sgml
+%%DOCSDIR%%/cairo/ix01.html
+%%DOCSDIR%%/cairo/language-bindings.html
 %%DOCSDIR%%/cairo/left.png
 %%DOCSDIR%%/cairo/pt01.html
 %%DOCSDIR%%/cairo/pt02.html
Index: libsvg/Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/libsvg/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- libsvg/Makefile	3 Mar 2005 09:03:33 -0000	1.6
+++ libsvg/Makefile	10 Sep 2005 17:12:09 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libsvg
-PORTVERSION=	0.1.3
+PORTVERSION=	0.1.4
 CATEGORIES=	graphics
 MASTER_SITES=	http://cairographics.org/snapshots/
 
Index: libsvg/distinfo
===================================================================
RCS file: /home/ncvs/ports/graphics/libsvg/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- libsvg/distinfo	15 Feb 2005 23:46:55 -0000	1.2
+++ libsvg/distinfo	10 Sep 2005 17:12:09 -0000
@@ -1,2 +1,2 @@
-MD5 (libsvg-0.1.3.tar.gz) = 80c4a481eac386a9fef17811186b8ee9
-SIZE (libsvg-0.1.3.tar.gz) = 353240
+MD5 (libsvg-0.1.4.tar.gz) = ce0715e3013f78506795fba16e8455d3
+SIZE (libsvg-0.1.4.tar.gz) = 366688
Index: libsvg-cairo/Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/libsvg-cairo/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- libsvg-cairo/Makefile	3 Mar 2005 09:03:33 -0000	1.5
+++ libsvg-cairo/Makefile	10 Sep 2005 17:12:09 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libsvg-cairo
-PORTVERSION=	0.1.5
+PORTVERSION=	0.1.6
 CATEGORIES=	graphics
 MASTER_SITES=	http://cairographics.org/snapshots/
 
@@ -15,7 +15,7 @@
 
 LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
 		svg.1:${PORTSDIR}/graphics/libsvg \
-		cairo.1:${PORTSDIR}/graphics/cairo
+		cairo.4:${PORTSDIR}/graphics/cairo
 
 USE_LIBTOOL_VER=15
 USE_GNOME=	pkgconfig gnometarget gnomehack
Index: libsvg-cairo/distinfo
===================================================================
RCS file: /home/ncvs/ports/graphics/libsvg-cairo/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- libsvg-cairo/distinfo	15 Feb 2005 23:39:07 -0000	1.2
+++ libsvg-cairo/distinfo	10 Sep 2005 17:12:09 -0000
@@ -1,2 +1,2 @@
-MD5 (libsvg-cairo-0.1.5.tar.gz) = 422fe94b86ca92fc8f3a9d7c1e14de0a
-SIZE (libsvg-cairo-0.1.5.tar.gz) = 317013
+MD5 (libsvg-cairo-0.1.6.tar.gz) = d79da7b3a60ad8c8e4b902c9b3563047
+SIZE (libsvg-cairo-0.1.6.tar.gz) = 325427
--- cairo_stuff.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sat Sep 10 17:38:44 GMT 2005 
State-Changed-Why:  
First, thank you for your work on this. 

All these updates are already done in FreeBSD GNOME Team shadow repository, 
and will hit the official ports tree together with GNOME 2.12. 

http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi/ 


Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: pav 
Responsible-Changed-When: Sat Sep 10 17:38:44 GMT 2005 
Responsible-Changed-Why:  
Over to maintainers 

http://www.freebsd.org/cgi/query-pr.cgi?pr=85950 
Class-Changed-From-To: maintainer-update->update 
Class-Changed-By: novel 
Class-Changed-When: Sat Sep 10 17:43:22 GMT 2005 
Class-Changed-Why:  
Oops, it's just update, not maintainer-update. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=85950 
>Unformatted:
