From nobody@FreeBSD.org  Fri Jan 14 21:39:19 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 85E60106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 14 Jan 2011 21:39:19 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (unknown [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 5ACDE8FC15
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 14 Jan 2011 21:39:19 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p0ELdJWx024664
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 14 Jan 2011 21:39:19 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p0ELdJ92024657;
	Fri, 14 Jan 2011 21:39:19 GMT
	(envelope-from nobody)
Message-Id: <201101142139.p0ELdJ92024657@red.freebsd.org>
Date: Fri, 14 Jan 2011 21:39:19 GMT
From: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] www/py-webkitgtk: update to 1.1.8 [feature safe]
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: jupengfei@gmail.com

>Number:         154001
>Category:       ports
>Synopsis:       [PATCH] www/py-webkitgtk: update to 1.1.8 [feature safe]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 14 21:40:12 UTC 2011
>Closed-Date:    Fri Jan 28 10:45:46 UTC 2011
>Last-Modified:  Fri Jan 28 10:50:05 UTC 2011
>Originator:     Ruslan Mahmatkhanov
>Release:        8.2-PRERELEASE
>Organization:
>Environment:
8.2-PRERELEASE i386

tested with science/gramps. works fine for me.
>Description:
- update to 1.1.8 (this release fix some crashers)
- add LICENSE
- switch to BZIP2
- install pkgconfig file
- remove MD5
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruNa py-webkitgtk.orig/Makefile py-webkitgtk/Makefile
--- py-webkitgtk.orig/Makefile	2010-04-26 12:31:41.000000000 +0400
+++ py-webkitgtk/Makefile	2011-01-15 00:02:12.000000000 +0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=		webkitgtk
-PORTVERSION=		1.1.7
+PORTVERSION=		1.1.8
 CATEGORIES=		www python
 MASTER_SITES=		GOOGLE_CODE
 PKGNAMEPREFIX=		${PYTHON_PKGNAMEPREFIX}
@@ -15,13 +15,21 @@
 MAINTAINER=		jupengfei@gmail.com
 COMMENT=		Python bindings for the WebKit GTK+ port
 
+LICENSE=		GPLv2
+LICENSE_FILE=		${WRKSRC}/COPYING
+
 LIB_DEPENDS=		webkit:${PORTSDIR}/www/webkit-gtk2
 
 PROJECTHOST=		pywebkitgtk
 
 GNU_CONFIGURE=		yes
+USE_BZIP2=		yes
 USE_GNOME=		glib20 libxslt pkgconfig pygtk2
 USE_GMAKE=		yes
 USE_PYTHON=		yes
 
+post-patch:
+	@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
+		${WRKSRC}/Makefile.in
+
 .include <bsd.port.mk>
diff -ruNa py-webkitgtk.orig/distinfo py-webkitgtk/distinfo
--- py-webkitgtk.orig/distinfo	2010-04-26 12:31:41.000000000 +0400
+++ py-webkitgtk/distinfo	2011-01-14 21:33:57.000000000 +0300
@@ -1,3 +1,2 @@
-MD5 (pywebkitgtk-1.1.7.tar.gz) = 4dbe0111c0b0ad2280052e4534903a9b
-SHA256 (pywebkitgtk-1.1.7.tar.gz) = 86ec33ca842eb07caf9a6c6ff12368bd1d125c8296198239f3515828483fac3f
-SIZE (pywebkitgtk-1.1.7.tar.gz) = 333819
+SHA256 (pywebkitgtk-1.1.8.tar.bz2) = 8229c5344d66fa323ae93ae189cff6d2a3e1d6356f52b5d8c26be760a8e774eb
+SIZE (pywebkitgtk-1.1.8.tar.bz2) = 277013
diff -ruNa py-webkitgtk.orig/pkg-plist py-webkitgtk/pkg-plist
--- py-webkitgtk.orig/pkg-plist	2010-04-26 12:31:41.000000000 +0400
+++ py-webkitgtk/pkg-plist	2011-01-14 23:57:56.000000000 +0300
@@ -1,11 +1,12 @@
-%%PYTHON_SITELIBDIR%%/webkit/webkit.so
-%%PYTHON_SITELIBDIR%%/webkit/webkit.la
-%%PYTHON_SITELIBDIR%%/webkit/webkit.a
 %%PYTHON_SITELIBDIR%%/webkit/__init__.py
-share/pywebkitgtk/defs/webkit-base-types.defs
-share/pywebkitgtk/defs/webkit-1.1-types.defs
+%%PYTHON_SITELIBDIR%%/webkit/webkit.a
+%%PYTHON_SITELIBDIR%%/webkit/webkit.la
+%%PYTHON_SITELIBDIR%%/webkit/webkit.so
+libdata/pkgconfig/pywebkitgtk-1.0.pc
 share/pywebkitgtk/defs/webkit-1.0.2.defs
+share/pywebkitgtk/defs/webkit-1.1-types.defs
 share/pywebkitgtk/defs/webkit-1.1.defs
-@dirrm %%PYTHON_SITELIBDIR%%/webkit
+share/pywebkitgtk/defs/webkit-base-types.defs
 @dirrm share/pywebkitgtk/defs
 @dirrm share/pywebkitgtk
+@dirrm %%PYTHON_SITELIBDIR%%/webkit


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Jan 14 21:40:18 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=154001 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: jupengfei@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/154001: [PATCH] www/py-webkitgtk: update to 1.1.8 [feature safe]
Date: Fri, 14 Jan 2011 21:40:16 UT

 Maintainer of www/py-webkitgtk,
 
 Please note that PR ports/154001 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/154001
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: arved 
State-Changed-When: Fri Jan 28 10:45:41 UTC 2011 
State-Changed-Why:  
committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=154001 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/154001: commit references a PR
Date: Fri, 28 Jan 2011 10:45:41 +0000 (UTC)

 arved       2011-01-28 10:45:35 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/py-webkitgtk     Makefile distinfo pkg-plist 
   Log:
   Update to 1.1.8
   Add LICENSE
   Switch to bz2
   Install pkg-config
   Remove MD5
   
   PR:             154001
   Submitted by:   Ruslan Mahmatkhanov
   Approved by:    maintainer timeout
   Feature safe:   yes
   
   Revision  Changes    Path
   1.2       +9 -1      ports/www/py-webkitgtk/Makefile
   1.2       +2 -3      ports/www/py-webkitgtk/distinfo
   1.2       +7 -6      ports/www/py-webkitgtk/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
