Date: Mon, 8 Jul 2013 18:24:12 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322528 - head/deskutils/py-send2trash Message-ID: <201307081824.r68IOCMf068829@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Mon Jul 8 18:24:12 2013 New Revision: 322528 URL: http://svnweb.freebsd.org/changeset/ports/322528 Log: deskutils/py-send2trash: add missing PKGNAMEPREFIX - Add missing PKGNAMEPREFIX - Restrict to python 2.x Modified: head/deskutils/py-send2trash/Makefile Modified: head/deskutils/py-send2trash/Makefile ============================================================================== --- head/deskutils/py-send2trash/Makefile Mon Jul 8 18:18:59 2013 (r322527) +++ head/deskutils/py-send2trash/Makefile Mon Jul 8 18:24:12 2013 (r322528) @@ -5,6 +5,7 @@ PORTNAME= send2trash PORTVERSION= 1.2.0 CATEGORIES= deskutils MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Send2Trash-${PORTVERSION} MAINTAINER= nemysis@gmx.ch @@ -12,7 +13,7 @@ COMMENT= Small package that sends files LICENSE= BSD -USE_PYTHON= yes +USE_PYTHON= 2.6-2.7 USE_PYDISTUTILS=easy_install PYDISTUTILS_PKGNAME= Send2Trash
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307081824.r68IOCMf068829>