Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jan 2016 15:39:28 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r407160 - in branches/2016Q1/devel/py-ipdb: . files
Message-ID:  <201601241539.u0OFdS6M009362@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Sun Jan 24 15:39:28 2016
New Revision: 407160
URL: https://svnweb.freebsd.org/changeset/ports/407160

Log:
  MFH: r407156
  
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Add NO_ARCH
  - Regenerate patches with `make makepatch`
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2016Q1/devel/py-ipdb/Makefile
  branches/2016Q1/devel/py-ipdb/files/patch-setup.py
Directory Properties:
  branches/2016Q1/   (props changed)

Modified: branches/2016Q1/devel/py-ipdb/Makefile
==============================================================================
--- branches/2016Q1/devel/py-ipdb/Makefile	Sun Jan 24 15:38:33 2016	(r407159)
+++ branches/2016Q1/devel/py-ipdb/Makefile	Sun Jan 24 15:39:28 2016	(r407160)
@@ -10,11 +10,13 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	milki@FreeBSD.org
 COMMENT=	IPython-enabled pdb
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ipython>=0.10:${PORTSDIR}/devel/ipython
 
 USES=		python zip
 USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: branches/2016Q1/devel/py-ipdb/files/patch-setup.py
==============================================================================
--- branches/2016Q1/devel/py-ipdb/files/patch-setup.py	Sun Jan 24 15:38:33 2016	(r407159)
+++ branches/2016Q1/devel/py-ipdb/files/patch-setup.py	Sun Jan 24 15:39:28 2016	(r407160)
@@ -1,6 +1,6 @@
---- setup.py.orig	2013-06-12 23:11:21.000000000 -0700
-+++ setup.py	2013-06-12 23:11:32.000000000 -0700
-@@ -41,7 +41,7 @@
+--- setup.py.orig	2015-06-03 09:21:14 UTC
++++ setup.py
+@@ -48,7 +48,7 @@ setup(name='ipdb',
        license='GPL',
        packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
        include_package_data=True,



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