From vsevolod@highsecure.ru  Wed Jul 20 14:53:58 2005
Return-Path: <vsevolod@highsecure.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2E75616A41F
	for <freebsd-gnats-submit@freebsd.org>; Wed, 20 Jul 2005 14:53:58 +0000 (GMT)
	(envelope-from vsevolod@highsecure.ru)
Received: from waterwall.inec.ru (waterwall.inec.ru [213.148.3.225])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2E2EA43D4C
	for <freebsd-gnats-submit@freebsd.org>; Wed, 20 Jul 2005 14:53:56 +0000 (GMT)
	(envelope-from vsevolod@highsecure.ru)
Received: from waterwall.inec.ru (root@localhost)
  by waterwall.inec.ru (8.13.1/8.12.6) with SMTP id j6KEsxoj003057
    for <freebsd-gnats-submit@freebsd.org>; Wed, 20 Jul 2005 18:54:59 +0400 (MSD)
Received: from core (postbox.inec.ru [213.148.3.226])
  by waterwall.inec.ru (8.13.1/8.12.6) with ESMTP id j6KEsx7L003047
    for <FreeBSD-gnats-submit@freebsd.org>; Wed, 20 Jul 2005 18:54:59 +0400 (MSD)
Received: from [213.219.249.64] (helo=spray.anyhost.ru)
	by core with esmtp (Exim 4.51 (FreeBSD))
	id 1DvFwY-000CT8-DK
	for FreeBSD-gnats-submit@freebsd.org; Wed, 20 Jul 2005 18:53:06 +0400
Received: from cebka by spray.anyhost.ru with local (Exim 4.51 (FreeBSD))
	id 1DvFxL-000And-0u
	for FreeBSD-gnats-submit@freebsd.org; Wed, 20 Jul 2005 18:53:55 +0400
Message-Id: <E1DvFxL-000And-0u@spray.anyhost.ru>
Date: Wed, 20 Jul 2005 18:53:55 +0400
From: Vsevolod Stakhov <vsevolod@highsecure.ru>
Sender: Vsevolod Stakhov <vsevolod@highsecure.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port: textproc/py-rdflib to 2.1.3
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         83793
>Category:       ports
>Synopsis:       Update port: textproc/py-rdflib to 2.1.3
>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:   Wed Jul 20 15:00:33 GMT 2005
>Closed-Date:    Wed Jul 20 18:02:31 GMT 2005
>Last-Modified:  Wed Jul 20 18:02:31 GMT 2005
>Originator:     Vsevolod Stakhov
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
>Description:
Update to 2.1.3
Install documentation.
>How-To-Repeat:
>Fix:

--- py24-rdflib-2.1.3.patch begins here ---
diff -ruN --exclude=CVS py-rdflib.orig/Makefile py-rdflib/Makefile
--- py-rdflib.orig/Makefile	Wed Jul 20 18:38:59 2005
+++ py-rdflib/Makefile	Wed Jul 20 18:48:39 2005
@@ -7,22 +7,28 @@
 #
 
 PORTNAME=	rdflib
-PORTVERSION=	2.0.4
+PORTVERSION=	2.1.3
 CATEGORIES=	textproc python
-MASTER_SITES=	http://rdflib.net/2004/10/14/
+MASTER_SITES=	http://rdflib.net/2005/06/28/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A Python library for RDF manipulation
 
-USE_PYTHON=	yes
+USE_PYTHON=	2.2+
 USE_PYDISTUTILS=	yes
 
 post-install:
-	@${FIND} ${PYTHON_SITELIBDIR}/${PORTNAME} ! -type d | \
+	@${FIND} ${PYTHONPREFIX_SITELIBDIR}/${PORTNAME} ! -type d | \
 		${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
-	@${FIND} ${PYTHON_SITELIBDIR}/${PORTNAME} -type d | ${SORT} -r | \
+	@${FIND} ${PYTHONPREFIX_SITELIBDIR}/${PORTNAME} -type d | ${SORT} -r | \
 		${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+	@${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
+	@${FIND} ${DOCSDIR} ! -type d | ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
+	@${ECHO} "@dirrm ${DOCSDIR:S,${PREFIX}/,,}" >> ${TMPPLIST}
+.endif
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS py-rdflib.orig/distinfo py-rdflib/distinfo
--- py-rdflib.orig/distinfo	Wed Jul 20 18:38:59 2005
+++ py-rdflib/distinfo	Wed Jul 20 18:40:44 2005
@@ -1,2 +1,2 @@
-MD5 (rdflib-2.0.4.tgz) = b7dfafb76e385b8b7169a02f0e5761f8
-SIZE (rdflib-2.0.4.tgz) = 41585
+MD5 (rdflib-2.1.3.tgz) = e127f71c65c9800edd57facaeb441d65
+SIZE (rdflib-2.1.3.tgz) = 415430
--- py24-rdflib-2.1.3.patch ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Wed Jul 20 18:02:19 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

(Do you think we could get static plist for this one?) 

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