svn commit: r306317 - head/devel/ipython

Jimmy Olgeni olgeni at FreeBSD.org
Tue Oct 23 16:55:40 UTC 2012


Author: olgeni
Date: Tue Oct 23 16:55:39 2012
New Revision: 306317
URL: http://svn.freebsd.org/changeset/ports/306317

Log:
  Upgrade to version 0.13.1.
  
  Also, do not attempt to remove PYTHON_SITELIBDIR.
  
  Feature safe:	yes

Modified:
  head/devel/ipython/Makefile
  head/devel/ipython/distinfo
  head/devel/ipython/pkg-plist

Modified: head/devel/ipython/Makefile
==============================================================================
--- head/devel/ipython/Makefile	Tue Oct 23 16:36:12 2012	(r306316)
+++ head/devel/ipython/Makefile	Tue Oct 23 16:55:39 2012	(r306317)
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	ipython
-PORTVERSION=	0.13
+PORTVERSION=	0.13.1
 CATEGORIES=	devel python
-MASTER_SITES=	http://archive.ipython.org/release/${PORTVERSION}/
+MASTER_SITES=	CHEESESHOP
 PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
 
 MAINTAINER=	olgeni at FreeBSD.org

Modified: head/devel/ipython/distinfo
==============================================================================
--- head/devel/ipython/distinfo	Tue Oct 23 16:36:12 2012	(r306316)
+++ head/devel/ipython/distinfo	Tue Oct 23 16:55:39 2012	(r306317)
@@ -1,2 +1,2 @@
-SHA256 (ipython-0.13.tar.gz) = a435cc21921817bdeb5ed91e406fc58f8af1d44f8208dd8a4bc691c9c48d3a19
-SIZE (ipython-0.13.tar.gz) = 6055900
+SHA256 (ipython-0.13.1.tar.gz) = 3bbf1095c4fd1fbf0a0871d9e26571a1ce3c4113d83ee3b688fa58e7e917f8c0
+SIZE (ipython-0.13.1.tar.gz) = 5921953

Modified: head/devel/ipython/pkg-plist
==============================================================================
--- head/devel/ipython/pkg-plist	Tue Oct 23 16:36:12 2012	(r306316)
+++ head/devel/ipython/pkg-plist	Tue Oct 23 16:55:39 2012	(r306317)
@@ -1568,7 +1568,6 @@ bin/pycolor
 @dirrm %%PYTHON_SITELIBDIR%%/IPython/config/profile
 @dirrm %%PYTHON_SITELIBDIR%%/IPython/config
 @dirrm %%PYTHON_SITELIBDIR%%/IPython
- at dirrm %%PYTHON_SITELIBDIR%%
 %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/widgets/directview
 %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/widgets
 %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/vim


More information about the svn-ports-all mailing list