svn commit: r354641 - in head/devel/runsnakerun: . files

Sofian Brabez sbz at FreeBSD.org
Tue May 20 14:30:12 UTC 2014


Author: sbz
Date: Tue May 20 14:30:11 2014
New Revision: 354641
URL: http://svnweb.freebsd.org/changeset/ports/354641
QAT: https://qat.redports.org/buildarchive/r354641/

Log:
  - Update to 2.0.4
  - Support STAGEDIR

Deleted:
  head/devel/runsnakerun/pkg-plist
Modified:
  head/devel/runsnakerun/Makefile
  head/devel/runsnakerun/distinfo
  head/devel/runsnakerun/files/patch-setup.py

Modified: head/devel/runsnakerun/Makefile
==============================================================================
--- head/devel/runsnakerun/Makefile	Tue May 20 13:55:18 2014	(r354640)
+++ head/devel/runsnakerun/Makefile	Tue May 20 14:30:11 2014	(r354641)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	runsnakerun
-DISTVERSION=	2.0.3
-PORTREVISION=	2
+DISTVERSION=	2.0.4
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 DISTNAME=	${PORTNAME:C/r/R/g:C/s/S/}-${DISTVERSION}
@@ -11,15 +10,13 @@ DISTNAME=	${PORTNAME:C/r/R/g:C/s/S/}-${D
 MAINTAINER=	sbz at FreeBSD.org
 COMMENT=	GUI Viewer for Python profiling runs
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}SquareMap>0:${PORTSDIR}/x11-toolkits/py-SquareMap \
 		${PYTHON_PKGNAMEPREFIX}meliae>0:${PORTSDIR}/devel/py-meliae
 
 USE_PYTHON=	2
-USE_PYDISTUTILS=	easy_install
-PYDISTUTILS_PKGNAME=	${PORTNAME:C/r/R/g:C/s/S/}
-PYDISTUTILS_PKGVERSION=	${DISTVERSION}
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/runsnakerun/distinfo
==============================================================================
--- head/devel/runsnakerun/distinfo	Tue May 20 13:55:18 2014	(r354640)
+++ head/devel/runsnakerun/distinfo	Tue May 20 14:30:11 2014	(r354641)
@@ -1,2 +1,2 @@
-SHA256 (RunSnakeRun-2.0.3.tar.gz) = c81be7d5d1d35b7e8a79f9b1345647b0bfd49332325463d0579812c56780ccde
-SIZE (RunSnakeRun-2.0.3.tar.gz) = 448200
+SHA256 (RunSnakeRun-2.0.4.tar.gz) = 61d03a13f1dcb3c1829f5a146da1fe0cc0e27947558a51e848b6d469902815ef
+SIZE (RunSnakeRun-2.0.4.tar.gz) = 447278

Modified: head/devel/runsnakerun/files/patch-setup.py
==============================================================================
--- head/devel/runsnakerun/files/patch-setup.py	Tue May 20 13:55:18 2014	(r354640)
+++ head/devel/runsnakerun/files/patch-setup.py	Tue May 20 14:30:11 2014	(r354641)
@@ -1,5 +1,5 @@
---- ./setup.py.orig	2013-06-15 16:18:59.000000000 +0200
-+++ ./setup.py	2013-06-15 16:19:45.000000000 +0200
+--- ./setup.py.orig	2014-05-20 15:27:26.000000000 +0200
++++ ./setup.py	2014-05-20 15:28:03.000000000 +0200
 @@ -34,8 +34,6 @@
  and package/module structures.""",
          'platforms': ['Any'],
@@ -14,7 +14,7 @@
          author = "Mike C. Fletcher",
          author_email = "mcfletch at vrplumber.com",
 -        install_requires = [
--            'SquareMap >= 1.0.1b3',
+-            'SquareMap >= 1.0.3',
 -        ],
          license = "BSD",
          package_dir = {


More information about the svn-ports-all mailing list