[PATCH] devel/py-simplejson: update to 1.6

Li-Wen Hsu lwhsu at lwhsu.org
Sun Mar 4 07:00:48 UTC 2007


>Submitter-Id:	current-users
>Originator:	Li-Wen Hsu
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] devel/py-simplejson: update to 1.6
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		update
>Release:	FreeBSD 6.2-STABLE i386
>Environment:
System: FreeBSD jail0.lwhsu.csie.net 6.2-STABLE FreeBSD 6.2-STABLE #0: Fri Jan 26 00:04:54 CST 2007
>Description:
- Update to 1.6

Port maintainer (python at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- py24-simplejson-1.6.patch begins here ---
diff -ruN -ruN --exclude=CVS /usr/ports/devel/py-simplejson/Makefile /home/lwhsu/ports/devel/py-simplejson/Makefile
--- /usr/ports/devel/py-simplejson/Makefile	Wed Feb 14 23:56:01 2007
+++ /home/lwhsu/ports/devel/py-simplejson/Makefile	Sun Mar  4 14:46:50 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	simplejson
-PORTVERSION=	1.5
+PORTVERSION=	1.6
 CATEGORIES=	devel python
 MASTER_SITES=	http://cheeseshop.python.org/packages/source/s/simplejson/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -24,5 +24,16 @@
 
 PLIST_SUB+=	PYSIMPLEJSON_EGG=${PYSIMPLEJSON_EGG} \
 		EGG_VER="${PORTNAME}==${PORTVERSION}"
+
+.if !defined(NOPORTDOCS)
+DOCSDIR=	${TARGETDIR}/share/doc/py-${PORTNAME}
+PORTDOCS=	*
+.endif
+
+post-install:
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+	${CP} -R ${WRKSRC}/docs/* ${DOCSDIR}
+.endif
 
 .include <bsd.port.mk>
diff -ruN -ruN --exclude=CVS /usr/ports/devel/py-simplejson/distinfo /home/lwhsu/ports/devel/py-simplejson/distinfo
--- /usr/ports/devel/py-simplejson/distinfo	Wed Feb 14 23:56:01 2007
+++ /home/lwhsu/ports/devel/py-simplejson/distinfo	Sun Mar  4 14:22:12 2007
@@ -1,3 +1,3 @@
-MD5 (simplejson-1.5.tar.gz) = 16e579c1230e7a0469f9e46b57fb53df
-SHA256 (simplejson-1.5.tar.gz) = df6c8bdb40697051c5bb920eb272d33e9dd54b2ebe72e0f47a9e815a585e8ae1
-SIZE (simplejson-1.5.tar.gz) = 54956
+MD5 (simplejson-1.6.tar.gz) = be3e13943a9627a3cfc012e31db0550b
+SHA256 (simplejson-1.6.tar.gz) = e901c0e78ceba9b3679ddccad5dd48e6dd84f087dc288a2e24e5c6d875a4f735
+SIZE (simplejson-1.6.tar.gz) = 56204
--- py24-simplejson-1.6.patch ends here ---



More information about the freebsd-python mailing list