[PATCH] devel/py-simplejson: update to 2.1.6
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri May 13 13:14:24 UTC 2011
>Submitter-Id: current-users
>Originator: Sunpoet Po-Chuan Hsieh
>Organization: The FreeBSD Project
>Confidential: no
>Synopsis: [PATCH] devel/py-simplejson: update to 2.1.6
>Severity: non-critical
>Priority: low
>Category: ports
>Class: update
>Release: FreeBSD 8.2-STABLE amd64
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed Mar 30 10:30:31 CST 2011
>Description:
- Update to 2.1.6
Removed file(s):
- pkg-plist
Port maintainer (python at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- py-simplejson-2.1.6.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/py-simplejson/Makefile,v
retrieving revision 1.27
diff -u -u -r1.27 Makefile
--- Makefile 12 Feb 2011 15:23:44 -0000 1.27
+++ Makefile 13 May 2011 12:58:36 -0000
@@ -6,7 +6,7 @@
#
PORTNAME= simplejson
-PORTVERSION= 2.1.3
+PORTVERSION= 2.1.6
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,12 +18,6 @@
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes
-DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME}
-
-.if !defined(NOPORTDOCS)
-post-install:
- @${MKDIR} ${DOCSDIR}
- @(cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} . ${DOCSDIR})
-.endif
+PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/py-simplejson/distinfo,v
retrieving revision 1.20
diff -u -u -r1.20 distinfo
--- distinfo 12 Feb 2011 15:23:44 -0000 1.20
+++ distinfo 13 May 2011 12:58:36 -0000
@@ -1,2 +1,2 @@
-SHA256 (simplejson-2.1.3.tar.gz) = 5689044e96478b42b4c1e34057f248ca22263de767430e934c6f430f005d7027
-SIZE (simplejson-2.1.3.tar.gz) = 131671
+SHA256 (simplejson-2.1.6.tar.gz) = b657d4c83a2ffd9c3bdb511eabd986900182870421dceb6b7b117c5407523927
+SIZE (simplejson-2.1.6.tar.gz) = 52356
Index: pkg-plist
===================================================================
RCS file: pkg-plist
diff -N pkg-plist
--- pkg-plist 1 Nov 2010 13:55:23 -0000 1.10
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,27 +0,0 @@
- at comment $FreeBSD: ports/devel/py-simplejson/pkg-plist,v 1.10 2010/11/01 13:55:23 wen Exp $
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
-%%PORTDOCS%%%%DOCSDIR%%/_sources/index.txt
-%%PORTDOCS%%%%DOCSDIR%%/_static/contents.png
-%%PORTDOCS%%%%DOCSDIR%%/_static/default.css
-%%PORTDOCS%%%%DOCSDIR%%/_static/doctools.js
-%%PORTDOCS%%%%DOCSDIR%%/_static/file.png
-%%PORTDOCS%%%%DOCSDIR%%/_static/interface.js
-%%PORTDOCS%%%%DOCSDIR%%/_static/jquery.js
-%%PORTDOCS%%%%DOCSDIR%%/_static/minus.png
-%%PORTDOCS%%%%DOCSDIR%%/_static/navigation.png
-%%PORTDOCS%%%%DOCSDIR%%/_static/plus.png
-%%PORTDOCS%%%%DOCSDIR%%/_static/pygments.css
-%%PORTDOCS%%%%DOCSDIR%%/_static/rightsidebar.css
-%%PORTDOCS%%%%DOCSDIR%%/_static/searchtools.js
-%%PORTDOCS%%%%DOCSDIR%%/_static/sphinxdoc.css
-%%PORTDOCS%%%%DOCSDIR%%/_static/stickysidebar.css
-%%PORTDOCS%%%%DOCSDIR%%/_static/traditional.css
-%%PORTDOCS%%%%DOCSDIR%%/genindex.html
-%%PORTDOCS%%%%DOCSDIR%%/index.html
-%%PORTDOCS%%%%DOCSDIR%%/objects.inv
-%%PORTDOCS%%%%DOCSDIR%%/search.html
-%%PORTDOCS%%%%DOCSDIR%%/searchindex.js
-%%PORTDOCS%%%%DOCSDIR%%/searchindex.json
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_static
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
--- py-simplejson-2.1.6.patch ends here ---
More information about the freebsd-python
mailing list