From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 12 00:53:58 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2C8FE815 for ; Fri, 12 Oct 2012 00:53:57 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id DA5FF8FC14 for ; Fri, 12 Oct 2012 00:53:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9C0ruwj021813 for ; Fri, 12 Oct 2012 00:53:56 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9C0ru4g021812; Fri, 12 Oct 2012 00:53:56 GMT (envelope-from gnats) Resent-Date: Fri, 12 Oct 2012 00:53:56 GMT Resent-Message-Id: <201210120053.q9C0ru4g021812@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kubilay Kocak Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E4EA09F0; Thu, 11 Oct 2012 12:45:46 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-da0-f54.google.com (mail-da0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id ADB2A8FC18; Thu, 11 Oct 2012 12:45:46 +0000 (UTC) Received: by mail-da0-f54.google.com with SMTP id z9so814737dad.13 for ; Thu, 11 Oct 2012 05:45:40 -0700 (PDT) Received: by 10.68.203.164 with SMTP id kr4mr3384074pbc.46.1349959540055; Thu, 11 Oct 2012 05:45:40 -0700 (PDT) Received: from freebsd-9-amd64.localdomain (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPS id j9sm2568061pav.15.2012.10.11.05.45.38 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 11 Oct 2012 05:45:39 -0700 (PDT) Received: by freebsd-9-amd64.localdomain (Postfix, from userid 1001) id 71E2B3A071; Thu, 11 Oct 2012 23:45:35 +1100 (EST) Message-Id: <20121011124535.71E2B3A071@freebsd-9-amd64.localdomain> Date: Thu, 11 Oct 2012 23:45:35 +1100 (EST) From: Kubilay Kocak To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/172612: [PATCH] textproc/py-rdflib: update to 3.2.3 Cc: python@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2012 00:53:58 -0000 >Number: 172612 >Category: ports >Synopsis: [PATCH] textproc/py-rdflib: update to 3.2.3 >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: Fri Oct 12 00:53:56 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Kubilay Kocak >Release: FreeBSD 9.0-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD freebsd-9-amd64 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Sat Jul 7 21:26:56 EST >Description: - Update to 3.2.3 - Update pkg-plist - New Makefile header - Whitespace alignment Changes: https://github.com/RDFLib/rdflib/blob/master/CHANGELOG ====[QA]==== portlint: looks fine. porttest: OK redports: https://redports.org/buildarchive/20121011083226-15164/ unittest: Ran 709 tests in 8.818s - OK (SKIP=36) ============ Port maintainer (python@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- py27-rdflib-3.2.3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/textproc/py-rdflib/Makefile ./Makefile --- /usr/ports/textproc/py-rdflib/Makefile 2012-05-01 12:19:38.000000000 +1000 +++ ./Makefile 2012-10-11 23:44:22.000000000 +1100 @@ -1,13 +1,8 @@ -# ex:ts=8 -# Ports collection makefile for: py-rdflib -# Date created: Aug 14, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD: ports/textproc/py-rdflib/Makefile,v 1.23 2012/05/01 02:19:38 sunpoet Exp $ -# PORTNAME= rdflib -PORTVERSION= 3.2.1 +PORTVERSION= 3.2.3 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}isodate>=0:${PORTSDIR}/devel/py-isodate -USE_PYTHON= -2.7 +USE_PYTHON= -2.7 USE_PYDISTUTILS= yes post-patch: diff -ruN --exclude=CVS /usr/ports/textproc/py-rdflib/distinfo ./distinfo --- /usr/ports/textproc/py-rdflib/distinfo 2012-05-01 12:19:38.000000000 +1000 +++ ./distinfo 2012-10-11 19:29:35.000000000 +1100 @@ -1,2 +1,2 @@ -SHA256 (rdflib-3.2.1.tar.gz) = b1193b3614bf8f57793adcff0d0bbff9ed67a667849302c4f46192eb34822b21 -SIZE (rdflib-3.2.1.tar.gz) = 439814 +SHA256 (rdflib-3.2.3.tar.gz) = a3cab51c14fa6fe379261e0157c110d94e2f75ef62073ddc76fe56f5be624b75 +SIZE (rdflib-3.2.3.tar.gz) = 449077 diff -ruN --exclude=CVS /usr/ports/textproc/py-rdflib/pkg-plist ./pkg-plist --- /usr/ports/textproc/py-rdflib/pkg-plist 2012-01-23 01:44:46.000000000 +1100 +++ ./pkg-plist 2012-10-11 19:31:03.000000000 +1100 @@ -7,6 +7,9 @@ %%PYTHON_SITELIBDIR%%/rdflib/compare.py %%PYTHON_SITELIBDIR%%/rdflib/compare.pyc %%PYTHON_SITELIBDIR%%/rdflib/compare.pyo +%%PYTHON_SITELIBDIR%%/rdflib/compat.py +%%PYTHON_SITELIBDIR%%/rdflib/compat.pyc +%%PYTHON_SITELIBDIR%%/rdflib/compat.pyo %%PYTHON_SITELIBDIR%%/rdflib/events.py %%PYTHON_SITELIBDIR%%/rdflib/events.pyc %%PYTHON_SITELIBDIR%%/rdflib/events.pyo @@ -91,6 +94,9 @@ %%PYTHON_SITELIBDIR%%/rdflib/plugins/serializers/rdfxml.py %%PYTHON_SITELIBDIR%%/rdflib/plugins/serializers/rdfxml.pyc %%PYTHON_SITELIBDIR%%/rdflib/plugins/serializers/rdfxml.pyo +%%PYTHON_SITELIBDIR%%/rdflib/plugins/serializers/trig.py +%%PYTHON_SITELIBDIR%%/rdflib/plugins/serializers/trig.pyc +%%PYTHON_SITELIBDIR%%/rdflib/plugins/serializers/trig.pyo %%PYTHON_SITELIBDIR%%/rdflib/plugins/serializers/trix.py %%PYTHON_SITELIBDIR%%/rdflib/plugins/serializers/trix.pyc %%PYTHON_SITELIBDIR%%/rdflib/plugins/serializers/trix.pyo --- py27-rdflib-3.2.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: