Index: head/deskutils/py-send2trash/Makefile =================================================================== --- head/deskutils/py-send2trash/Makefile (revision 463692) +++ head/deskutils/py-send2trash/Makefile (revision 463693) @@ -1,27 +1,28 @@ # Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= send2trash -PORTVERSION= 1.3.0 +DISTVERSION= 1.5.0 CATEGORIES= deskutils MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Send2Trash-${PORTVERSION} DIST_SUBDIR= python MAINTAINER= koalative@gmail.com 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 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/deskutils/py-send2trash/distinfo =================================================================== --- head/deskutils/py-send2trash/distinfo (revision 463692) +++ head/deskutils/py-send2trash/distinfo (revision 463693) @@ -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 Index: head/deskutils/py-send2trash/pkg-descr =================================================================== --- head/deskutils/py-send2trash/pkg-descr (revision 463692) +++ head/deskutils/py-send2trash/pkg-descr (revision 463693) @@ -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