Date: Sat, 30 Jun 2018 16:50:11 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473625 - head/misc/urh Message-ID: <201806301650.w5UGoBoX043338@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Jun 30 16:50:11 2018 New Revision: 473625 URL: https://svnweb.freebsd.org/changeset/ports/473625 Log: misc/urh: Update 2.1.1 -> 2.2.0 USE_PYTHON=cython is added. Reported by: portscout Modified: head/misc/urh/Makefile head/misc/urh/distinfo Modified: head/misc/urh/Makefile ============================================================================== --- head/misc/urh/Makefile Sat Jun 30 16:49:08 2018 (r473624) +++ head/misc/urh/Makefile Sat Jun 30 16:50:11 2018 (r473625) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= urh -DISTVERSION= 2.1.1 +DISTVERSION= 2.2.0 CATEGORIES= misc python MASTER_SITES= CHEESESHOP @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYNUMPY} \ USES= fortran python:3.4+ localbase pyqt:5 USE_PYQT= core gui test widgets -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils cython autoplist PLIST_FILES= bin/urh.shadow Modified: head/misc/urh/distinfo ============================================================================== --- head/misc/urh/distinfo Sat Jun 30 16:49:08 2018 (r473624) +++ head/misc/urh/distinfo Sat Jun 30 16:50:11 2018 (r473625) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529279220 -SHA256 (urh-2.1.1.tar.gz) = fd66d3f3c054eb9ebef62425cc5289627b93b19e3d9cd155ed02866660c06228 -SIZE (urh-2.1.1.tar.gz) = 2904518 +TIMESTAMP = 1530373850 +SHA256 (urh-2.2.0.tar.gz) = 1aa54a0a3cd29ddfb91a9b5a09890f20429c731fd25414f3262ddef79e556d33 +SIZE (urh-2.2.0.tar.gz) = 2905730
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806301650.w5UGoBoX043338>