Date: Thu, 25 Jul 2013 14:25:51 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323644 - head/deskutils/py-send2trash Message-ID: <201307251425.r6PEPpq9054242@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Thu Jul 25 14:25:51 2013 New Revision: 323644 URL: http://svnweb.freebsd.org/changeset/ports/323644 Log: - Update to version 1.3.0 - Switch to dynamic plist PR: ports/180708 Submitted by: nemysis <nemysis@gmx.ch> (maintainer) Deleted: head/deskutils/py-send2trash/pkg-plist Modified: head/deskutils/py-send2trash/Makefile head/deskutils/py-send2trash/distinfo (contents, props changed) head/deskutils/py-send2trash/pkg-descr (contents, props changed) Modified: head/deskutils/py-send2trash/Makefile ============================================================================== --- head/deskutils/py-send2trash/Makefile Thu Jul 25 14:24:28 2013 (r323643) +++ head/deskutils/py-send2trash/Makefile Thu Jul 25 14:25:51 2013 (r323644) @@ -2,22 +2,27 @@ # $FreeBSD$ PORTNAME= send2trash -PORTVERSION= 1.2.0 +PORTVERSION= 1.3.0 CATEGORIES= deskutils MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Send2Trash-${PORTVERSION} +DIST_SUBDIR= python MAINTAINER= nemysis@gmx.ch COMMENT= Small package that sends files to the Trash LICENSE= BSD -USE_PYTHON= 2.6-2.7 +USE_PYTHON= yes USE_PYDISTUTILS=easy_install PYDISTUTILS_PKGNAME= Send2Trash -PORTDOCS= CHANGES README +PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% + +PORTDOCS= CHANGES.rst README.rst + +OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> Modified: head/deskutils/py-send2trash/distinfo ============================================================================== --- head/deskutils/py-send2trash/distinfo Thu Jul 25 14:24:28 2013 (r323643) +++ head/deskutils/py-send2trash/distinfo Thu Jul 25 14:25:51 2013 (r323644) @@ -1,2 +1,2 @@ -SHA256 (Send2Trash-1.2.0.tar.gz) = 9de6d116218650bf24607175cc8e2c2d8a87898491339c13871b0fd462120d04 -SIZE (Send2Trash-1.2.0.tar.gz) = 5033 +SHA256 (python/Send2Trash-1.3.0.tar.gz) = 33f4461eae831eb09a21b70ca202c2a6dfd83db6bafa1e1ca11b5001e22c58fe +SIZE (python/Send2Trash-1.3.0.tar.gz) = 5563 Modified: head/deskutils/py-send2trash/pkg-descr ============================================================================== --- head/deskutils/py-send2trash/pkg-descr Thu Jul 25 14:24:28 2013 (r323643) +++ head/deskutils/py-send2trash/pkg-descr Thu Jul 25 14:25:51 2013 (r323644) @@ -2,3 +2,4 @@ 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307251425.r6PEPpq9054242>