From owner-svn-ports-all@FreeBSD.ORG Mon Nov 18 20:50:06 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1668F835; Mon, 18 Nov 2013 20:50:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 050B12692; Mon, 18 Nov 2013 20:50:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAIKo51s061725; Mon, 18 Nov 2013 20:50:05 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAIKo5fE061723; Mon, 18 Nov 2013 20:50:05 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201311182050.rAIKo5fE061723@svn.freebsd.org> From: Rusmir Dusko Date: Mon, 18 Nov 2013 20:50:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334263 - head/deskutils/py-send2trash X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Nov 2013 20:50:06 -0000 Author: nemysis Date: Mon Nov 18 20:50:05 2013 New Revision: 334263 URL: http://svnweb.freebsd.org/changeset/ports/334263 Log: - Change maintainer email to @FreeBSD.org - Support STAGEDIR - Change pkg-descr Approved by: pawel / wg (mentors, implicit) Modified: head/deskutils/py-send2trash/Makefile head/deskutils/py-send2trash/pkg-descr Modified: head/deskutils/py-send2trash/Makefile ============================================================================== --- head/deskutils/py-send2trash/Makefile Mon Nov 18 20:38:42 2013 (r334262) +++ head/deskutils/py-send2trash/Makefile Mon Nov 18 20:50:05 2013 (r334263) @@ -9,7 +9,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Send2Trash-${PORTVERSION} DIST_SUBDIR= python -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= Small package that sends files to the Trash LICENSE= BSD @@ -24,13 +24,8 @@ PORTDOCS= CHANGES.rst README.rst OPTIONS_DEFINE= DOCS -NO_STAGE= yes -.include - post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Modified: head/deskutils/py-send2trash/pkg-descr ============================================================================== --- head/deskutils/py-send2trash/pkg-descr Mon Nov 18 20:38:42 2013 (r334262) +++ head/deskutils/py-send2trash/pkg-descr Mon Nov 18 20:50:05 2013 (r334263) @@ -2,4 +2,3 @@ Send2Trash is a small package that sends natively and on all platforms. WWW: http://hg.hardcoded.net/send2trash/ -WWW: https://pypi.python.org/pypi/Send2Trash/