mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
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
|
@ -3,26 +3,20 @@
|
||||||
|
|
||||||
PORTNAME= send2trash
|
PORTNAME= send2trash
|
||||||
DISTVERSION= 1.5.0
|
DISTVERSION= 1.5.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= deskutils
|
CATEGORIES= deskutils
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
DISTNAME= Send2Trash-${PORTVERSION}
|
DISTNAME= Send2Trash-${PORTVERSION}
|
||||||
DIST_SUBDIR= python
|
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Small package that sends files to the Trash
|
COMMENT= Small package that sends files to the Trash
|
||||||
|
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
|
|
||||||
USES= python:3.6+
|
USES= python:3.6+
|
||||||
USE_PYTHON= distutils concurrent autoplist
|
USE_PYTHON= autoplist concurrent distutils
|
||||||
|
|
||||||
NO_ARCH= yes
|
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>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1520317052
|
TIMESTAMP = 1609598879
|
||||||
SHA256 (python/Send2Trash-1.5.0.tar.gz) = 60001cc07d707fe247c94f74ca6ac0d3255aabcb930529690897ca2a39db28b2
|
SHA256 (Send2Trash-1.5.0.tar.gz) = 60001cc07d707fe247c94f74ca6ac0d3255aabcb930529690897ca2a39db28b2
|
||||||
SIZE (python/Send2Trash-1.5.0.tar.gz) = 10892
|
SIZE (Send2Trash-1.5.0.tar.gz) = 10892
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Send2Trash is a small package that sends files to the Trash (or Recycle Bin)
|
Send2Trash is a small package that sends files to the Trash (or Recycle Bin)
|
||||||
natively and on all platforms.
|
natively and on all platforms.
|
||||||
|
|
||||||
WWW: https://github.com/hsoft/send2trash
|
WWW: https://github.com/arsenetar/send2trash
|
||||||
|
|
Loading…
Add table
Reference in a new issue