Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2021 20:06:49 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560118 - head/deskutils/py-send2trash
Message-ID:  <202101032006.103K6nLo002447@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
-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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101032006.103K6nLo002447>