svn commit: r560118 - head/deskutils/py-send2trash

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 3 20:06:53 UTC 2021


Author: sunpoet
Date: Sun Jan  3 20:06:48 2021
New Revision: 560118
URL: https://svnweb.freebsd.org/changeset/ports/560118

Log:
  Remove DOCS option
  
  - Remove DIST_SUBDIR: move tarball out of python subdir
  - Bump PORTREVISION for package change
  - Update WWW
  - Take maintainership

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	Sun Jan  3 20:06:44 2021	(r560117)
+++ head/deskutils/py-send2trash/Makefile	Sun Jan  3 20:06:48 2021	(r560118)
@@ -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 at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Small package that sends files to the Trash
 
 LICENSE=	BSD3CLAUSE
 
 USES=		python:3.6+
-USE_PYTHON=	distutils concurrent autoplist
-NO_ARCH=	yes
+USE_PYTHON=	autoplist concurrent distutils
 
-PORTDOCS=	CHANGES.rst README.rst
-OPTIONS_DEFINE=	DOCS
-
-post-install-DOCS-on:
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/deskutils/py-send2trash/distinfo
==============================================================================
--- head/deskutils/py-send2trash/distinfo	Sun Jan  3 20:06:44 2021	(r560117)
+++ head/deskutils/py-send2trash/distinfo	Sun Jan  3 20:06:48 2021	(r560118)
@@ -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

Modified: head/deskutils/py-send2trash/pkg-descr
==============================================================================
--- head/deskutils/py-send2trash/pkg-descr	Sun Jan  3 20:06:44 2021	(r560117)
+++ head/deskutils/py-send2trash/pkg-descr	Sun Jan  3 20:06:48 2021	(r560118)
@@ -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


More information about the svn-ports-head mailing list