From owner-svn-ports-all@freebsd.org Wed Oct 17 07:07:59 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 543F810CAB77; Wed, 17 Oct 2018 07:07:59 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EE35773785; Wed, 17 Oct 2018 07:07:58 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DA7C1C9; Wed, 17 Oct 2018 07:07:58 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9H77ws6050876; Wed, 17 Oct 2018 07:07:58 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9H77wD8050874; Wed, 17 Oct 2018 07:07:58 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201810170707.w9H77wD8050874@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 17 Oct 2018 07:07:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482275 - head/devel/py-pycompilation X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/py-pycompilation X-SVN-Commit-Revision: 482275 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Oct 2018 07:07:59 -0000 Author: yuri Date: Wed Oct 17 07:07:58 2018 New Revision: 482275 URL: https://svnweb.freebsd.org/changeset/ports/482275 Log: devel/py-pycompilation: Update 0.4.3 -> 0.4.4 Add NO_ARCH Reported by: portscout Modified: head/devel/py-pycompilation/Makefile head/devel/py-pycompilation/distinfo Modified: head/devel/py-pycompilation/Makefile ============================================================================== --- head/devel/py-pycompilation/Makefile Wed Oct 17 07:04:50 2018 (r482274) +++ head/devel/py-pycompilation/Makefile Wed Oct 17 07:07:58 2018 (r482275) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pycompilation -DISTVERSION= 0.4.3 +DISTVERSION= 0.4.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,5 +17,7 @@ RUN_DEPENDS= ${PYNUMPY} \ USES= python USE_PYTHON= distutils cython_run autoplist + +NO_ARCH= yes .include Modified: head/devel/py-pycompilation/distinfo ============================================================================== --- head/devel/py-pycompilation/distinfo Wed Oct 17 07:04:50 2018 (r482274) +++ head/devel/py-pycompilation/distinfo Wed Oct 17 07:07:58 2018 (r482275) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537399582 -SHA256 (pycompilation-0.4.3.tar.gz) = 3d574b931780d9a4fd343b72872a2a0a7dff2a7c74612b4c2bf25910f2fa2e99 -SIZE (pycompilation-0.4.3.tar.gz) = 19035 +TIMESTAMP = 1539759931 +SHA256 (pycompilation-0.4.4.tar.gz) = 4e874bcd7186a33246245cff659bcf585eb99ea6dd0d8a73eb4d489b78d9e5a3 +SIZE (pycompilation-0.4.4.tar.gz) = 19685