Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jul 2010 13:53:40 GMT
From:      Olivier Duchateau <duchateau.olivier@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/149151: [MAINTAINER] devel/py-gdata: update to 2.0.11
Message-ID:  <201007311353.o6VDreS9040760@www.freebsd.org>
Resent-Message-ID: <201007311400.o6VE08Y9031461@freefall.freebsd.org>

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

>Number:         149151
>Category:       ports
>Synopsis:       [MAINTAINER] devel/py-gdata: update to 2.0.11
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 31 14:00:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Olivier Duchateau
>Release:        FreeBSD 8.1-RELEASE
>Organization:
>Environment:
FreeBSD digi00624.digicube.fr 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010     root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Add LICENSE type.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN /usr/ports/devel/py-gdata/Makefile py-gdata/Makefile
--- /usr/ports/devel/py-gdata/Makefile	2010-05-22 17:49:30.000000000 +0200
+++ py-gdata/Makefile	2010-07-31 12:56:34.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gdata
-PORTVERSION=	2.0.10
+PORTVERSION=	2.0.11
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,6 +18,8 @@
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 
+LICENSE=	ASL
+
 # optional modules (see src/gdata/tlslite/utils/cryptomath.py)
 OPTIONS=	M2CRYPTO "Add cryptography and SSL toolkit for Python" off \
 		PYCRYPTO "Add cryptography toolkit for Python" off \
@@ -50,6 +52,11 @@
 RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/gmpy.so:${PORTSDIR}/math/py-gmpy
 .endif
 
+# A missing module
+post-patch:
+	${REINPLACE_CMD} -e "s|'gdata.apps.organization',||" \
+		${WRKSRC}/setup.py
+
 .if !defined(NOPORTEXAMPLES)
 post-install:
 	@${MKDIR} ${EXAMPLESDIR}
diff -urN /usr/ports/devel/py-gdata/distinfo py-gdata/distinfo
--- /usr/ports/devel/py-gdata/distinfo	2010-05-22 17:49:30.000000000 +0200
+++ py-gdata/distinfo	2010-07-31 11:19:29.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (gdata-2.0.10.tar.gz) = 118611eef4e97f025dd351bbab01bee2
-SHA256 (gdata-2.0.10.tar.gz) = 2b8ffa1bc6e36cf6bce34c7751210bb53c25940c802dc53064df0e85ab1bb427
-SIZE (gdata-2.0.10.tar.gz) = 1628244
+MD5 (gdata-2.0.11.tar.gz) = d115606fe475bd96b66f2d330c009211
+SHA256 (gdata-2.0.11.tar.gz) = cf45ffa6f10c997606b4a2efd734b75771eac7b1ffe4255f1f36b3236da796ae
+SIZE (gdata-2.0.11.tar.gz) = 1630161


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



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