Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Dec 2018 20:32:16 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486792 - head/devel/py-py_interface
Message-ID:  <201812062032.wB6KWGhZ050036@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec  6 20:32:16 2018
New Revision: 486792
URL: https://svnweb.freebsd.org/changeset/ports/486792

Log:
  Update to 2.3
  
  - Add NO_ARCH
  
  Changes:	https://github.com/tomas-abrahamsson/py_interface/blob/master/ChangeLog

Modified:
  head/devel/py-py_interface/Makefile
  head/devel/py-py_interface/distinfo

Modified: head/devel/py-py_interface/Makefile
==============================================================================
--- head/devel/py-py_interface/Makefile	Thu Dec  6 20:32:07 2018	(r486791)
+++ head/devel/py-py_interface/Makefile	Thu Dec  6 20:32:16 2018	(r486792)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	py_interface
-PORTVERSION=	2.2
+PORTVERSION=	2.3
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +14,8 @@ LICENSE=	LGPL20
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 OPTIONS_DEFINE=	DOCS
 

Modified: head/devel/py-py_interface/distinfo
==============================================================================
--- head/devel/py-py_interface/distinfo	Thu Dec  6 20:32:07 2018	(r486791)
+++ head/devel/py-py_interface/distinfo	Thu Dec  6 20:32:16 2018	(r486792)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1499766252
-SHA256 (py_interface-2.2.tar.gz) = a43d7d124f2e192987830baad067ea62d34c517ea0dc8b386ad2e2c4d5e52661
-SIZE (py_interface-2.2.tar.gz) = 88112
+TIMESTAMP = 1544114845
+SHA256 (py_interface-2.3.tar.gz) = 55ddb9881c18a2da9722f22546e374532082936eb5a8391063f17cc54c16c90b
+SIZE (py_interface-2.3.tar.gz) = 88491



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