svn commit: r407160 - in branches/2016Q1/devel/py-ipdb: . files

Mark Felder feld at FreeBSD.org
Sun Jan 24 15:39:29 UTC 2016


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 at 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,


More information about the svn-ports-all mailing list