Date: Tue, 6 Mar 2018 06:28:24 +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: r463693 - head/deskutils/py-send2trash Message-ID: <201803060628.w266SOcC080354@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue Mar 6 06:28:24 2018 New Revision: 463693 URL: https://svnweb.freebsd.org/changeset/ports/463693 Log: deskutils/py-send2trash: Add USE_PYTHON=concurrent; Add NO_ARCH=yes; Update to 1.5.0 Port changes while here: * Changed to DISTVERSION * Updated WWW (url was dead) PR: 226361 Submitted by: owk <freebsd_ports@k-worx.org> Approved by: tcberner (mentor, implicit) Approved by: portmgr blanket Modified: head/deskutils/py-send2trash/Makefile head/deskutils/py-send2trash/distinfo head/deskutils/py-send2trash/pkg-descr Modified: head/deskutils/py-send2trash/Makefile ============================================================================== --- head/deskutils/py-send2trash/Makefile Tue Mar 6 06:05:55 2018 (r463692) +++ head/deskutils/py-send2trash/Makefile Tue Mar 6 06:28:24 2018 (r463693) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= send2trash -PORTVERSION= 1.3.0 +DISTVERSION= 1.5.0 CATEGORIES= deskutils MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,8 @@ COMMENT= Small package that sends files to the Trash LICENSE= BSD3CLAUSE USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils concurrent autoplist +NO_ARCH= yes PORTDOCS= CHANGES.rst README.rst OPTIONS_DEFINE= DOCS Modified: head/deskutils/py-send2trash/distinfo ============================================================================== --- head/deskutils/py-send2trash/distinfo Tue Mar 6 06:05:55 2018 (r463692) +++ head/deskutils/py-send2trash/distinfo Tue Mar 6 06:28:24 2018 (r463693) @@ -1,2 +1,3 @@ -SHA256 (python/Send2Trash-1.3.0.tar.gz) = 33f4461eae831eb09a21b70ca202c2a6dfd83db6bafa1e1ca11b5001e22c58fe -SIZE (python/Send2Trash-1.3.0.tar.gz) = 5563 +TIMESTAMP = 1520317052 +SHA256 (python/Send2Trash-1.5.0.tar.gz) = 60001cc07d707fe247c94f74ca6ac0d3255aabcb930529690897ca2a39db28b2 +SIZE (python/Send2Trash-1.5.0.tar.gz) = 10892 Modified: head/deskutils/py-send2trash/pkg-descr ============================================================================== --- head/deskutils/py-send2trash/pkg-descr Tue Mar 6 06:05:55 2018 (r463692) +++ head/deskutils/py-send2trash/pkg-descr Tue Mar 6 06:28:24 2018 (r463693) @@ -1,4 +1,4 @@ Send2Trash is a small package that sends files to the Trash (or Recycle Bin) natively and on all platforms. -WWW: http://hg.hardcoded.net/send2trash/ +WWW: https://github.com/hsoft/send2trash
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803060628.w266SOcC080354>