Remove DOCS option

- Remove DIST_SUBDIR: move tarball out of python subdir
- Bump PORTREVISION for package change
- Update WWW
- Take maintainership
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2021-01-03 20:06:48 +00:00
parent 9cc8b65329
commit c8a1d44c41
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560118
3 changed files with 8 additions and 14 deletions

View File

@ -3,26 +3,20 @@
PORTNAME= send2trash
DISTVERSION= 1.5.0
PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Send2Trash-${PORTVERSION}
DIST_SUBDIR= python
MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Small package that sends files to the Trash
LICENSE= BSD3CLAUSE
USES= python:3.6+
USE_PYTHON= distutils concurrent autoplist
USE_PYTHON= autoplist concurrent distutils
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 <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1520317052
SHA256 (python/Send2Trash-1.5.0.tar.gz) = 60001cc07d707fe247c94f74ca6ac0d3255aabcb930529690897ca2a39db28b2
SIZE (python/Send2Trash-1.5.0.tar.gz) = 10892
TIMESTAMP = 1609598879
SHA256 (Send2Trash-1.5.0.tar.gz) = 60001cc07d707fe247c94f74ca6ac0d3255aabcb930529690897ca2a39db28b2
SIZE (Send2Trash-1.5.0.tar.gz) = 10892

View File

@ -1,4 +1,4 @@
Send2Trash is a small package that sends files to the Trash (or Recycle Bin)
natively and on all platforms.
WWW: https://github.com/hsoft/send2trash
WWW: https://github.com/arsenetar/send2trash